File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
66## Unreleased
77
8+ ## [ 0.26.5] - 2025-03-05
9+
810### Added
911
1012- Implement ` FourierBandForcing ` as an alternative to ` NormalFluidForcing ` .
11- The new forcing is expected to influence only (or mostly) the scales where it
12- is defined, letting the other lengthscales "free" to evolve .
13+ This new forcing should be more localised in scale space, and therefore may
14+ be more relevant for injecting energy in turbulence simulations .
1315
1416## [ 0.26.4] - 2025-03-04
1517
Original file line number Diff line number Diff line change 11name = " VortexPasta"
22uuid = " 3d0f1e53-df37-477e-a492-0d33e6039c24"
33authors = [" Juan Ignacio Polanco<juan-ignacio.polanco@cnrs.fr>" ]
4- version = " 0.26.4 "
4+ version = " 0.26.5 "
55
66[deps ]
77AbstractFFTs = " 621f4979-c628-5d54-868e-fcf4e3e8185c"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ where ``\bm{v}_{\text{ns}}^{>} = \bm{v}_{\text{n}} - \bm{v}_{\text{s}}^{>}`` is
2626In practice, the filtered velocity is active within the same wavenumber range `[kmin, kmax]` where `vn` is
2727defined. See [`NormalFluidForcing`](@ref) for other definitions.
2828
29- ## Using a filtered vorticity field (experimental)
29+ ## Using a filtered vorticity field
3030
3131To further ensure that this forcing only affects the chosen range of scales, one can pass
3232`filtered_vorticity = true`, which will replace the local unit tangent ``\b m{s}'`` with a
You can’t perform that action at this time.
0 commit comments