VaMPy v1.0.3 - Moving domain meshing & CFD
Main feature updates
- Add meshing steps for moving domain simulations
- Added
MovingAtrium.py
script for moving left atrium simulations - Additional parameters to meshing script
- Added support for meshing single-boundary (inlet/outlet-only) models
What's Changed
- Add support for meshing single boundary model by @hkjeldsberg in #112
- Add resampling step as parameter by @hkjeldsberg in #113
- Improvements to flow metrics computation. by @hkjeldsberg in #114
- Update to flow extension modeling by @hkjeldsberg in #116
- Update
Womersley.py
by @keiyamamo in #117 - modify write_mesh function by @keiyamamo in #119
- modify dependency by @keiyamamo in #118
- Add option to specify flow rate factor by @johannesring in #120
- fix code coverage report by @keiyamamo in #121
- rescale resampling step and switch to json for saving probe points by @keiyamamo in #124
- Add meshing for moving domains and MovingAtrium.py by @hkjeldsberg in #125
- Rename ToolRepairSTL by @hkjeldsberg in #127
- Update to Network BCs by @hkjeldsberg in #128
- Add simulation tests by @hkjeldsberg in #129
- Fix to Network boundary conditions by @hkjeldsberg in #131
- Add deformation to MovingAtrium by @hkjeldsberg in #133
- Update probe import by @hkjeldsberg in #134
New Contributors
- @johannesring made their first contribution in #120
Full Changelog: v1.0.2...v1.0.3