Releases: byuflowlab/FLOWVPM.jl
Releases · byuflowlab/FLOWVPM.jl
v3.0.2
What's Changed
- Add SFS model wrapper to ignore static particles in SFS models by @EdoAlvarezR in #11
- Update installation instructions with Julia v1.10.2
Full Changelog: v3.0.1...v3.0.2
v3.0.1
- No breaking changes, no changes to base code
- Polish utilities
- Polish docs
v3.0.0 - Doctoral dissertation
Final implementation in Alvarez' doctoral dissertation (see https://scholarsarchive.byu.edu/etd/9589).
NEW FEATURES
- Implement SFS clipping and control inside the VPM
- Dynamics procedure for SFS model coefficient
- Cd monitor
- Implement SFS sensor function
- Implement static particles
- Vortex ring validation and example
- Turbulent round jet validation and example
- Utilities for processing and visualizing fluid domain
BREAKING CHANGES
- Architecture of relaxation scheme
- Architecture of SFS scheme
- Implement governing equations with SFS as derived in Alvarez' dissertation
- CS viscous scheme: switch reset criterion from t to beta
v2.0.2
No breaking changes
- Polish vortex ring framework.
- Implement PSE viscous scheme.
- Small fixes
v2.0.1
Fix unresolved merge conflict and make sure all unit tests are passing.
v2.0.0 - Reformulated VPM and SFS Models
- Reformulation and implementation of VPM governing equations with numerically stable results.
- Development and implementation of subfilter-scale models for large-eddy simulation.
Fully-functional viscous+FMM classic VPM
- Developed and tested on Julia v1.4.2.
- Viscous diffusion through core speading + RBF.
- Velocity and derivative evaluations through fast-multipole method (FLOWExaFMM v1.0.0) with shared-memory allocation.