svVascularize

Automated vascular generation and simulation

svVascularize (svv) provides tools for creating de novo vasculature and running multi-fidelity fluid physics simulations.

Get Started

AboutsvVascularize

svVascularize (svv) is an open-source, user-friendly toolkit that algorithmically grows physiologically realistic vascular trees when imaging data are unavailable or incomplete.

Capabilities:

The core engine is modern Python with cython acceleration, delivering < 1 min generation times for networks exceeding 10 000 segments. Every release ships wheels for Windows, macOS, and Linux, so a quick pip install svv gets you started immediately.

Simulation Workflows

The svv.simulation.Simulation container turns generated trees and forests into ready-to-run solver input. It automates mesh generation, boundary extraction, and svFSI configuration so you can move from a synthetic network to a 3-D CFD job without leaving Python.

Need details? The 3-D pipeline and Simulation API pages walk through every step, from build_meshes() to writing solver files.