Tutorial M07: Difference between revisions
Content deleted Content added
Anne.Kolega (talk | contribs) m →Introduction: e.g. |
|||
| (One intermediate revision by one other user not shown) | |||
Line 3:
:*<u>[https://www.youtube.com/watch?v=2zrNwWUNTXE Quadtree Meshing in TUFLOW]</u>
A quadtree mesh is constructed by subdividing user selected standard cells into four smaller square cells. These smaller cells are then able to be further subdivided into four, and so on. Quadtree allows for larger cells in areas of flat terrain (
<ol>
<br>
Line 72:
<li>Save a copy of '''_run_M02_HPC.bat''' as '''_run_M07_HPC.bat''' in the '''Module_07\TUFLOW\runs''' folder.
<li>Update the batch file to reference the '''M07_5m_001.tcf''' :<br>
<font color="blue"><tt>'''set'''</tt></font> <font color="black"><tt>exe</tt></font><font color="red"><tt>=</tt></font><font color="black"><tt>"..\..\..\exe\
<font color="blue"><tt>'''set'''</tt></font> <font color="black"><tt>run</tt></font><font color="red"><tt>=</tt></font><font color="black"><tt>start "TUFLOW" /wait</tt></font> <font color="orange"><tt> %exe%</tt></font> <font color="black"><tt> -b</tt></font> <br>
<font color="orange"><tt>%run% </tt></font> <font color="black"><tt>M07_5m_001.tcf </tt></font> <br>
| |||