VaMPy v1.0.0
Updates and New Features
- Problem file for Left Atrium CFD simulation
- Phase-averaging and cycle-to-cycle averaging for post-processing scripts
- Conversion of compact velocity and pressure solution to Paraview-viewable format
- Documentation build with Jupyter-book and hosted on Github pages
- CI hosted on Github actions
- Dockerfile added for Vampy container setup
- Major refactoring of project structure
What's Changed
- Hotfix for extracting open boundaries by @hkjeldsberg in #66
- Update SSH config by @hkjeldsberg in #67
- Updated documentation by @hkjeldsberg in #72
- Convert velocity and pressure to visualizable format by @hkjeldsberg in #70
- Add (rigid) atrium problem file by @hkjeldsberg in #71
- Update to installation by @hkjeldsberg in #73
- Add phase averaging of flow quantities by @hkjeldsberg in #74
- Remove length param from tolerance call by @hkjeldsberg in #75
- added mesh and result files to gitignore by @keiyamamo in #78
- removed dabla function by @keiyamamo in #79
- Add phase averaged velocity by @hkjeldsberg in #76
- Add mutually exclusive groups and more verbose formatter class by @jorgensd in #81
- Add more verbose formatter class to post-processing argparse by @hkjeldsberg in #83
- Add sample step size parameter by @hkjeldsberg in #84
- Add step to function call for flow & sim metrics by @hkjeldsberg in #86
- Removed extra step for saved time steps by @hkjeldsberg in #87
- Add cycle average to post-processing by @hkjeldsberg in #91
- Adding Conda-env and Dockerfile by @jorgensd in #80
- Refactor VaMPy by @hkjeldsberg in #92
- Reformat arguments, and imports in problem files by @hkjeldsberg in #93
- Update HPC cluster configuration and guidelines by @hkjeldsberg in #94
- Add option to ignore boundary layers by @hkjeldsberg in #95
- Updates to docs, and project structure by @hkjeldsberg in #98
- Add scaling method by @hkjeldsberg in #99
- Replace artery model with atrium model by @hkjeldsberg in #100
- Bump Vampy version to v1.0.0 by @hkjeldsberg in #102
- Add section on MPI in CFD docs by @hkjeldsberg in #101
New Contributors
Full Changelog: v0.2...v1.0.0