Skip to content

Releases: byuflowlab/FLOWVPM.jl

v3.0.2

16 Apr 17:30
2ddb0a0
Compare
Choose a tag to compare

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

23 Mar 17:12
4fd3aa0
Compare
Choose a tag to compare
  • No breaking changes, no changes to base code
  • Polish utilities
  • Polish docs

v3.0.0 - Doctoral dissertation

08 Jul 21:54
Compare
Choose a tag to compare

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

31 Aug 21:10
Compare
Choose a tag to compare

No breaking changes

  • Polish vortex ring framework.
  • Implement PSE viscous scheme.
  • Small fixes

v2.0.1

13 May 23:00
Compare
Choose a tag to compare

Fix unresolved merge conflict and make sure all unit tests are passing.

v2.0.0 - Reformulated VPM and SFS Models

13 May 18:14
Compare
Choose a tag to compare
  • 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

13 May 16:16
Compare
Choose a tag to compare
  • 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.