Difference between revisions of "Phasta Meshing"
From PHASTA Wiki
Line 2: | Line 2: | ||
== Start == | == 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 | * 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 | + | *Create a new directory, which will contain the new geometric model and boundary layer attribute file (BLattr.inp). Make a link to the geometric model: |
+ | ln -s "model_name.x_t" geom.xmt_txt | ||
+ | Now copy whichever BLattr.inp file you wish to start from to your working directory. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
* You need the BLMesher code which can be found at: | * You need the BLMesher code which can be found at: | ||
/users/mrasquin/develop/Meshing/bin/x86_64_linux/BLMesher | /users/mrasquin/develop/Meshing/bin/x86_64_linux/BLMesher |
Revision as of 20:02, 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 (BLattr.inp). Make a link to the geometric model:
ln -s "model_name.x_t" geom.xmt_txt
Now copy whichever BLattr.inp file you wish to start from to your working directory.
- You need the BLMesher code which can be found at:
/users/mrasquin/develop/Meshing/bin/x86_64_linux/BLMesher