Skip to content

Commit 190aeeb

Browse files
committed
v0.26.5
1 parent 88a8760 commit 190aeeb

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VortexPasta"
22
uuid = "3d0f1e53-df37-477e-a492-0d33e6039c24"
33
authors = ["Juan Ignacio Polanco<juan-ignacio.polanco@cnrs.fr>"]
4-
version = "0.26.4"
4+
version = "0.26.5"
55

66
[deps]
77
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

src/Forcing/fourier_band.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ where ``\bm{v}_{\text{ns}}^{>} = \bm{v}_{\text{n}} - \bm{v}_{\text{s}}^{>}`` is
2626
In practice, the filtered velocity is active within the same wavenumber range `[kmin, kmax]` where `vn` is
2727
defined. See [`NormalFluidForcing`](@ref) for other definitions.
2828
29-
## Using a filtered vorticity field (experimental)
29+
## Using a filtered vorticity field
3030
3131
To 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 ``\bm{s}'`` with a

0 commit comments

Comments
 (0)