Skip to content

Releases: Exawind/amr-wind

v3.4.0

03 Feb 21:43
38d1b9f
Compare
Choose a tag to compare

Features:

  • Meso-micro coupling with no precursor for terrain
  • Anelastic implementation defines and uses reference temperature field
  • Coupling to OpenFAST 4.0 enabled, compile time option
  • Underwater current enabled for linear waves, numerical beach
  • Underwater terrain forcing (bathymetry) enabled through changes to ocean waves forcing and boundary conditions
  • Ocean waves can be represented as moving terrain using immersed forcing
  • Change to multiphase hybrid coupling – both projections
  • Python tools added for manipulating boundary plane files
  • More info output with native sampling

Fixes:

  • Loosened tolerances for boundary plane asserts: avoids floating point issues
  • Changes to allow vof as a boundary plane input variable
  • Correcting linear interpolation in mesoscale forcing, ABL initialization
  • Inflow boundary conditions corrected for wave simulations (smooth pressure field, better stability)
  • Sampling fix for problems with more than 2 labels
  • waves2amr bug fixes

v3.3.1

13 Dec 22:34
30fc9a1
Compare
Choose a tag to compare

Improvements to:

  • sampling outputs; now provides info file containing time
  • boundary plane format; netCDF can now handle amr levels not coincident with lower edge

Bug fixes:

  • correct interface position calculation for Stokes waves

v3.3.0

13 Dec 22:31
cba28f0
Compare
Choose a tag to compare

New Features:

  • Forest Canopy Model

Improvements to:

  • terrain drag, reducing memory needs

v3.2.3

13 Dec 22:30
a609630
Compare
Choose a tag to compare

New features:

  • Visualization of native boundary files now possible
  • Linear and Stokes ocean waves can be specified with a phase offset
  • Numerical trapezoid integration available as utility within code

Bug fix:

  • Overset simulations with ABL boundary planes now possible (again), now at times consistent with the time discretization

v3.2.2

13 Dec 22:26
e12ec7b
Compare
Choose a tag to compare

New features:

  • dynamic stress model added to wall models for representing wave fields
  • adaptive mesh refinement based on integer fields

Improvements to:

  • terrain blanking and ghost cells
  • initial profile of ocean waves

Bug fixes:

  • memory leaks in waves2amr framework
  • treatment of target velocity from waves2amr
  • physics post-regrid actions when restarting with new refinements

v3.2.1

13 Dec 22:19
2b309bd
Compare
Choose a tag to compare
  • Clipped velocities at pressure_outflow boundaries made default for momentum equation (where it matters the most)
  • Improvements and modifications for regression tests
  • Bug fix to help compiling exawind-driver with Waves2AMR
  • Adjustments to checks on sampling plane bounds

v3.2.0

06 Nov 18:16
bb0e9dc
Compare
Choose a tag to compare

Features:

  • improved terrain capability
    • linear interpolation for DragForcing
    • better terrain search
    • use bilinear interpolation for terrain height and roughness
  • one-equation RANS with wall function support
  • inflow-outflow BC incorporated into ABL workflow
  • user can control number of plot and checkpoint files generated

Bug Fixes:

  • avoid false negatives with interpolation time assertion of boundary planes

v3.1.7

06 Nov 18:08
b9858be
Compare
Choose a tag to compare

Features:

  • time-dependent BCs correctly incorporated into advection, including boundary planes
  • significant reduction in memory usage of samplers, including netcdf format
  • pressure_outflow clips inflowing velocities by default, and pressure_inflow is deprecated

Bug fixes:

  • corrections for reg tests and unit tests
  • correction for python script (in tools/) for reading sampling particles
  • completed corrections to ABL boundary plane usage at high BCs

v3.1.6

06 Nov 17:56
ca437af
Compare
Choose a tag to compare

Features:

  • initial version of terrain-aware immersed forcing method
  • probe sampler offset capability
  • fixed point iterations within a physical time step
  • dry run capability for testing input file validity

Bug fixes:

  • tweaks for robustness of ocean wave forcing
  • (incomplete) corrections to ABL boundary inflow at high BCs

v3.1.5

07 Oct 15:07
554f8aa
Compare
Choose a tag to compare

Miscellaneous improvements and updates:

  • Bug fix to interface_band
  • Bounds checking for samplers
  • Intermittency physics module added
  • Improvements to ocean wave forcing (generation and out profile zones)
  • Submodule updates
  • Documentation improvements