Difference between revisions of "Phasta Meshing"

From PHASTA Wiki
Jump to: navigation, search
Line 1: Line 1:
 
-----------------------------------------------
 
-----------------------------------------------
 
== Start ==
 
== Start ==
* To begin, we need a geometry model. It can be created using commercial softwares such as Solid Work and saved as *.x_t
+
* To begin, we need a geometry model. It can be created using commercial softwares such as SolidWorks or NX and saved as *.x_t
* You need the BLMesher code which is available on svn:
+
*Create a new directory, which will contain the new geometric model and boundary layer attribute file. Make a link to the geometric model: ln -s "model_name.x_t" geom.xmt_txt
   svn co https://redmine.scorec.rpi.edu/svn/phasta/BLMesher
+
* You need the BLMesher code which can be found at:
* If you have read only access to phasta project on redmine, then use:
+
   /users/mrasquin/develop/Meshing/bin/x86_64_linux/BLMesher
  svn co https://redmine.scorec.rpi.edu/anonsvn/phasta/BLMesher
 

Revision as of 20:58, 19 January 2012


Start

  • To begin, we need a geometry model. It can be created using commercial softwares such as SolidWorks or NX and saved as *.x_t
  • Create a new directory, which will contain the new geometric model and boundary layer attribute file. Make a link to the geometric model: ln -s "model_name.x_t" geom.xmt_txt
  • You need the BLMesher code which can be found at:
  /users/mrasquin/develop/Meshing/bin/x86_64_linux/BLMesher