@@ -5,7 +5,7 @@ models of the human vasculature. CFD solvers used for such simulations must acco
55conditions, physiologic models and physics specific to cardiovascular modeling.
66
77The <i >Simulations Tool</i > has functionality to assign boundary conditions, material properties, and set parameters for the
8- SimVascular <i >svSolver </i > CFD solver. <i >svSolver </i > can be run through the GUI for testing a simulation setup. However,
8+ SimVascular <i >svMultiPhysics </i > solver. The <i >svMultiPhysics </i > can be run through the GUI for testing a simulation setup. However,
99for simulating physiological relevant time scales the simulation files are generated on a desktop, copied to a high performance
1010computing (HPC) cluster, and run in parallel there.
1111
@@ -18,14 +18,14 @@ complete.
1818
1919<br >
2020<div style =" background-color : #F0F0F0 ; padding : 10px ; border : 1px solid #e6e600 ; border-left : 6px solid #e6e600 " >
21- The <i >svSolver </i > CFD solver does not use any predefined units. All values used for physical parameters (e.g. fluid density)
21+ The <i >svMultiPhysics </i > solver does not use any predefined units. All values used for physical parameters (e.g. fluid density)
2222and boundary conditions must be consistent with the spatial dimensions of the finite element mesh.
2323</div >
2424
2525<br >
26- The following sections demonstrate how to setup a CFD simulation for <i >svSolver </i > using the <b >aorta-iliacs</b > solid model
26+ The following sections demonstrate how to setup a CFD simulation for <i >svMultiPhysics </i > using the <b >aorta-iliacs</b > solid model
2727and finite element mesh. A detailed discussion about CFD simulations can be found in the SimVascular
28- <a href =" flowsolver.html " >Simulation Guide</a > documentation.
28+ <a href =" flowsolver.html " >CFD Simulation Guide</a > documentation.
2929
3030<h3 id =" tutorial_create_simulation_1 " > Create an instance of a <i >Simulations Tool</i > for the <b >aorta-iliacs</b > model. </h3 >
3131
@@ -213,7 +213,7 @@ A detailed discussion about solver parameters can be found in the SimVascular
213213
214214 <tr >
215215 <td><img src="/documentation/getting_started/tutorial/images/create-simulation-12.png" width="512" height="360"> </td>
216- <td> The <i>ToolBox</i> <b>Solver Parameters</b> page is used to set the parameters controlling <i>svSolver </i>
216+ <td> The <i>ToolBox</i> <b>Solver Parameters</b> page is used to set the parameters controlling <i>svMultiPhysics </i>
217217 solution and output. Parameter values are entered by clicking with the left mouse button on the appropriate
218218 <i>TextBox</i>.
219219 <br><br>
@@ -237,14 +237,14 @@ A detailed discussion about solver parameters can be found in the SimVascular
237237<h3 id =" tutorial_create_simulation_4 " > Run the simulation. </h3 >
238238This section demonstrates how run the simulation.
239239
240- The <i >svSolver </i > program can be run as a single process using one processor (core) or in parallel using two or more processors.
241- <i >svSolver </i > uses the <i >Open MPI</i > implementation of the Message Passing Interface (MPI) to run in parallel. The <i >Open MPI</i >
242- libraries must be installed in order to run <i >svSolver </i > in parallel. In this demonstration the <i >svSolver </i > program is run
240+ The <i >svMultiPhysics </i > program can be run as a single process using one processor (core) or in parallel using two or more processors.
241+ <i >svMultiPhysics </i > uses the <i >Open MPI</i > implementation of the Message Passing Interface (MPI) to run in parallel. The <i >Open MPI</i >
242+ libraries must be installed in order to run <i >svMultiPhysics </i > in parallel. In this demonstration the <i >svMultiPhysics </i > program is run
243243on a single processor.
244244
245245<div style =" background-color : #F0F0F0 ; padding : 10px ; border : 1px solid #d0d0d0 ; border-left : 6px solid #d0d0d0 " >
246- The SimVascular <i >svSolver </i > program is included in the Windows SimVascular application installer. For MacOS and Ubuntu
247- platforms it must be installed using a separate <i >svSolver </i > installer downloaded from
246+ The SimVascular <i >svMultiPhysics </i > program is included in the Windows SimVascular application installer. For MacOS and Ubuntu
247+ platforms it must be installed using a separate <i >svMultiPhysics </i > installer downloaded from
248248<a href =" https://simtk.org/frs/?group_id=188 " > SimTK </a >
249249</div >
250250
@@ -258,7 +258,7 @@ platforms it must be installed using a separate <i>svSolver</i> installer downlo
258258
259259 <tr >
260260 <td><img src="/documentation/getting_started/tutorial/images/create-simulation-13.png" width="512" height="360"> </td>
261- <td> The <i>ToolBox</i> <b>Create Files and Run Simulation</b> page is used to run <i>svSolver </i>.
261+ <td> The <i>ToolBox</i> <b>Create Files and Run Simulation</b> page is used to run <i>svMultiPhysics </i>.
262262 <br><br>
263263 Select the <b>aorta-iliacs</b> from the <b>Choose Mesh:</b> <i>ComboBox</i>.
264264 <br><br>
@@ -274,10 +274,10 @@ platforms it must be installed using a separate <i>svSolver</i> installer downlo
274274 <br><br>
275275 Press the <b>Run Simulation</b> <i>Button</i>.
276276 <br><br>
277- The <i>svSolver </i> program is run on a single processor and should take several minutes to complete.
277+ The <i>svMultiPhysics </i> program is run on a single processor and should take several minutes to complete.
278278 <br><br>
279279 <div style="background-color: #F0F0F0; padding: 10px; border: 1px solid #d0d0d0; border-left: 6px solid #d0d0d0">
280- The <i>svSolver </i> program can be run in parallel by selecting the <b>Use MPI</b> <i>CheckBox</i> and setting the
280+ The <i>svMultiPhysics </i> program can be run in parallel by selecting the <b>Use MPI</b> <i>CheckBox</i> and setting the
281281 <b>Number of Processors</b> <i>Slider</i> to 2 or larger.
282282 </div>
283283 </td>
@@ -318,7 +318,7 @@ This section demonstrates how to convert the simulation results into VTK format
318318
319319 <tr >
320320 <td><img src="/documentation/getting_started/tutorial/images/create-simulation-17.png" width="512" height="360"> </td>
321- <td> The <i>ToolBox</i> <b>Convert Results</b> page is used to convert <i>svSolver </i> results files into VTK format files.
321+ <td> The <i>ToolBox</i> <b>Convert Results</b> page is used to convert <i>svMultiPhysics </i> results files into VTK format files.
322322 <br><br>
323323 GUI controls:
324324 <br><br>
0 commit comments