Skip to content

Commit 803954b

Browse files
committed
Merge branch 'topic/default/anisotropic-forcing-plot' into 'branch/default'
anisotropic.py: adding default values of forcing parameters See merge request fluiddyn/fluidsim!454
2 parents b8b8e24 + def4b68 commit 803954b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fluidsim/base/forcing/anisotropic.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ def _complete_params_with_default(cls, params):
5050
5151
See :mod:`fluidsim.base.forcing.anisotropic`.
5252
53-
angle: float or str
53+
angle: float or str (default "45°")
5454
5555
Angle between the wavevector and the horizontal characterising the forcing
5656
region.
5757
58-
delta_angle: float or None
58+
delta_angle: float or None (default None)
5959
6060
Control the shape of the forcing region in k-space. If None, ``(khmin,
6161
khmax, kvmin, kvmax)`` are computed from the angle,
6262
``params.forcing.nkmin_forcing`` and ``params.forcing.nkmax_forcing``.
6363
64-
kz_negative_enable: bool
64+
kz_negative_enable: bool (default False)
6565
6666
If True, modes with negative kz are also forced.
6767

0 commit comments

Comments
 (0)