Get Started
New to svVascularize? Begin with the quickstart tutorial that walks you through generating a vascular tree and running a 0‑D hemodynamic simulation in under five minutes.
Concept Guides
Deep‑dives explaining the theory and design decisions behind the module.
API Reference
Detailed signatures and docstrings auto‑generated from the source code.
Community & Support
Join the conversation, report issues, or propose new features.
Simulation Overview
The Simulation module mirrors the capabilities in the library today:
- 3-D CFD pipeline — full workflow from
build_meshes()throughwrite_3d_fluid_simulation(), including boundary layer options and multi-tree exports. - Simulation API reference — method-by-method detail on mesh storage, face extraction, and svFSI XML generation.
- 0-D exports — use
svv.simulation.fluid.rom.zero_dhelpers for fast circuit models; 1-D parameter builders are also included inSimulation.construct_1d_fluid_simulation()for multiscale coupling.
Tip: 0-D and 1-D solvers are shipped separately; see the installation
guide’s simulation extras for setup notes.