You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and emit svFSI XML plus surface/volume mesh files.</li>
58
+
<li><strong>Multi-tree support:</strong> forests are handled tree-by-tree, letting you select which networks to
59
+
mesh and export.</li>
60
+
<li><strong>Reduced-order:</strong> direct helpers in <code>svv.simulation.fluid.rom</code> export matching 0-D
61
+
circuits today, with 1-D parameter generation available for coupling work.</li>
62
+
</ul>
63
+
<divclass="callout info"><strong>Need details?</strong> The <ahref="pipeline.html">3-D pipeline</a> and <ahref="api/simulation.html">Simulation API</a> pages walk through every step, from
64
+
<code>build_meshes()</code> to writing solver files.</div>
<p>This installs the <em>core</em> pre-built synthetic vascular-generation wheel from PyPI.</p>
50
-
<divclass="callout"><strong>Need hemodynamics solvers?</strong> They are not included by default—see <ahref="#optional-solvers">Optional solvers</a>.</div>
50
+
<divclass="callout"><strong>Need hemodynamics solvers?</strong> They are not included by default—see <ahref="#simulation">Simulation extras</a>.</div>
51
51
</section>
52
52
53
53
<!-- REQUIREMENTS -->
@@ -152,11 +152,12 @@ <h2>Building from source</h2>
152
152
</section>
153
153
154
154
<!-- SOLVERS -->
155
-
<sectionid="optional-solvers">
156
-
<h2>Optional Hemodynamic CFD / ROM solvers</h2>
157
-
<p>The <b>svVascularize</b> Python API is solver-agnostic. For
158
-
flow analysis you can link to the SimVascular solver
159
-
family shown in the table:</p>
155
+
<sectionid="simulation">
156
+
<h2>Simulation extras</h2>
157
+
<p>The <b>svVascularize</b> Python API is solver-agnostic. The
158
+
<code>Simulation</code> container prepares meshes and svFSI XML files, while helper functions in
159
+
<code>svv.simulation.fluid.rom</code> emit 0-D circuits. To actually march solutions forward you can link to the
160
+
SimVascular solvers below:</p>
160
161
161
162
<table>
162
163
<thead><tr>
@@ -177,6 +178,10 @@ <h2>Optional Hemodynamic CFD / ROM solvers</h2>
0 commit comments