xref: /honee/CHANGELOG.md (revision 354560d100c3151a85e6abf4f71c41dd4f95bc3d)
1965d9f74SJames Wright# Changelog/Release Notes
2965d9f74SJames Wright
3965d9f74SJames WrightOn this page we provide a summary of the main API changes, new features and examples for each release of HONEE.
4965d9f74SJames Wright
5965d9f74SJames Wright(main)=
6965d9f74SJames Wright
7965d9f74SJames Wright## Current `main` branch
8965d9f74SJames Wright
9965d9f74SJames Wright### New features
10195c5d0eSJames Wright
11195c5d0eSJames Wright- For strong STG, element size is calculated from cell-to-face basis. `-stg_dx` no longer needed in that case.
129840ff74SJames Wright- Add projection of the divergence of diffusive flux for Navier-Stokes equations, see !27
13da02a6e7SJames Wright- Add sine and square wave initial conditions for advection-diffusion example, see !38
14fbabb365SJames Wright- Add diffusion component of stabilization tau formulation for advection-diffusion, see !42
15c4f3d9acSJames Wright- Add projection of the divergence of diffusive flux for advection-diffusion equations, see !43
163d1afcc1SJames Wright- Add boundary layer IC and wind type to advection-diffusion equations, see !46
17b4fd18dfSJames Wright- Add `-bl_height_factor` option for boundary layer IC in advection-diffusion equations, see !70
1825125139SJames Wright- Add `-ts_monitor_total_kinetic_energy`
19*354560d1SJames Wright- Add `-honee_check_step_interval` to verify solution validity during simulation
20*354560d1SJames Wright- Add `-honee_max_wall_time_{duration,buffer,interval}` for stopping a simulation based on expired wall clock time
21d114cdedSJames Wright
22d114cdedSJames Wright### Internal
23d114cdedSJames Wright- Add `HoneeLoadInitialCondition()` to consolidate initial condition logic
24d114cdedSJames Wright
25d114cdedSJames Wright### Breaking changes
26d114cdedSJames Wright- Deprecate `-continue` and `-continue_time_filename`. Continuing from file controlled by `-continue_filename`
27