Difference between revisions of "Phasta Meshing"
From PHASTA Wiki
Line 1: | Line 1: | ||
----------------------------------------------- | ----------------------------------------------- | ||
== Start == | == Start == | ||
− | * To begin, we need a geometry model. It can be created using commercial softwares such as | + | * 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 | + | *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 | |
− |
Revision as of 19: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