We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8b8e24 + def4b68 commit 803954bCopy full SHA for 803954b
fluidsim/base/forcing/anisotropic.py
@@ -50,18 +50,18 @@ def _complete_params_with_default(cls, params):
50
51
See :mod:`fluidsim.base.forcing.anisotropic`.
52
53
-angle: float or str
+angle: float or str (default "45°")
54
55
Angle between the wavevector and the horizontal characterising the forcing
56
region.
57
58
-delta_angle: float or None
+delta_angle: float or None (default None)
59
60
Control the shape of the forcing region in k-space. If None, ``(khmin,
61
khmax, kvmin, kvmax)`` are computed from the angle,
62
``params.forcing.nkmin_forcing`` and ``params.forcing.nkmax_forcing``.
63
64
-kz_negative_enable: bool
+kz_negative_enable: bool (default False)
65
66
If True, modes with negative kz are also forced.
67
0 commit comments