Difference between revisions of "Prepping the Grid for Chef"

From PHASTA Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
Create a new folder called <code>PrepAndRun<code> in the OnRamp folder, and enter said folder. Create a new folder inside PrepAndRun called <code>simMeshToMdsMesh<code>, and enter that folder as well. Copy the file <code>simMeshToMdsMesh.sh<code> into this folder from the tutorials folder. Create soft links to your geometry, mesh, and boundary conditions by executing the following commands:
 +
 +
ln -s ../../translated-model.smd geom.smd
 +
ln -s ../../<mesh name>.sms geom.sms
 +
ln -s ../../<geometry name>.xmt_txt geom.xmt_txt
 +
 +
All three files must be called "geom" in this folder since that is what the convert script expects.
 +
 +
 +
 
The linked [https://fluid.colorado.edu/tutorials/RajDemoPrepSolvePost.mov video] will take you through the process of converting your mesh (<code>.sms</code> file) and your model (<code>.smd</code> file) into a single file that [[Chef]] can read and work with. If done properly, you will output a subdirectory called <code>mdsMesh_bz2/</code>. In this directory, there should be a file called <code>0.smb</code>, which is what Chef will use. If you are ready to get started using Chef, head over to [[Level 1 Partition]].
 
The linked [https://fluid.colorado.edu/tutorials/RajDemoPrepSolvePost.mov video] will take you through the process of converting your mesh (<code>.sms</code> file) and your model (<code>.smd</code> file) into a single file that [[Chef]] can read and work with. If done properly, you will output a subdirectory called <code>mdsMesh_bz2/</code>. In this directory, there should be a file called <code>0.smb</code>, which is what Chef will use. If you are ready to get started using Chef, head over to [[Level 1 Partition]].

Revision as of 10:30, 9 June 2021

Create a new folder called PrepAndRun<code> in the OnRamp folder, and enter said folder. Create a new folder inside PrepAndRun called <code>simMeshToMdsMesh<code>, and enter that folder as well. Copy the file <code>simMeshToMdsMesh.sh<code> into this folder from the tutorials folder. Create soft links to your geometry, mesh, and boundary conditions by executing the following commands:

ln -s ../../translated-model.smd geom.smd
ln -s ../../<mesh name>.sms geom.sms
ln -s ../../<geometry name>.xmt_txt geom.xmt_txt

All three files must be called "geom" in this folder since that is what the convert script expects.


The linked video will take you through the process of converting your mesh (<code>.sms file) and your model (.smd file) into a single file that Chef can read and work with. If done properly, you will output a subdirectory called mdsMesh_bz2/. In this directory, there should be a file called 0.smb, which is what Chef will use. If you are ready to get started using Chef, head over to Level 1 Partition.