File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,12 @@ <h2>End-to-End Pipeline for 3D CFD Simulations</h2>
6363 < code > simulation.fluid_domain_boundary_layers</ code > . Storing the meshes as python objects allows for more custom
6464 modification procedures that users may want to implement prior to creating the simulation files.
6565 </ p >
66+ < div class ="callout "> < strong > Mesh building: </ strong > This step is potentially memory and compute intensive depending
67+ on the size of the synthetic vascular object being discretized. Under the hood, < code > svVascularize</ code > is
68+ using a combination of < code > tetgen</ code > and < code > mmg</ code > meshing utilities via python subprocess calls.
69+ These, as well as surface mesh unioning operations, are non-trivial and may take minutes-hours to complete.
70+ Users can supply custom meshing parameters for their applications to override default values this may result
71+ in more efficient meshing, but it is recommended that default parameters are attemped first.</ div >
6672 </ main >
6773 < footer >
6874 < div class ="container ">
You can’t perform that action at this time.
0 commit comments