You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/case.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,13 +146,13 @@ When the simulation is 2D/axi-symmetric or 1D, it requires that $p=0$ or $p=n=0$
146
146
-`stretch_[x,y,z]` activates grid stretching in the $[x,y,z]$ directions.
147
147
The grid is gradually stretched such that the domain boundaries are pushed away from the origin along a specified axis.
148
148
149
-
-`a_[x,y,z]`, `[x,y,z]_a`, and `[x,y,z]_b` are parameters that define the grid stretching function. When grid stretching along the $x$ axis is considered, the stretching function is given as:
149
+
-`a_[x,y,z]`, `[x,y,z]_stretch%%beg`, and `[x,y,z]_stretch%%end` (where `beg` is the negative-direction anchor and `end` the positive-direction anchor) are parameters that define the grid stretching function. When grid stretching along the $x$ axis is considered, the stretching function is given as:
where `x_cb` and `x_[cb,stretch]` are the coordinates of a cell boundary at the original and stretched domains, respectively.
154
154
`L` is the domain length along the `x` axis: `L`=`x_domain%%end`-`x_domain%%beg`.
155
-
Crudely speaking, `x_a` and `x_b` define the coordinates at which the grid begins to get stretched in the negative and positive directions along the $x$ axis, respectively.
155
+
Crudely speaking, `x_stretch%%beg` and `x_stretch%%end` define the coordinates at which the grid begins to get stretched in the negative and positive directions along the $x$ axis, respectively.
156
156
$a_x$ defines the smoothness of the stretching.
157
157
Stretching along the $y$ and $z$ axes follows the same logistics.
158
158
Optimal choice of the parameters for grid stretching is case-dependent and left to the user.
@@ -987,15 +987,15 @@ This parameter enables the use of true `pi_\infty` in bubble dynamics models whe
987
987
988
988
| Parameter | Type | Description |
989
989
| ---: | :---: | :--- |
990
-
|`bf_x[y,z]`| Logical | Enable body forces in the x[y,z] direction |
991
-
|`k_x[y,y]`| Real | Magnitude of oscillating acceleration |
992
-
|`w_x[y,z]`| Real | Frequency of oscillating acceleration |
993
-
|`p_x[y,z]`| Real | Phase shift of oscillating acceleration |
994
-
|`g_x[y,z]`| Real | Magnitude of background acceleration |
990
+
|`bf_[x,y,z]%%enabled`| Logical | Enable body forces in the [x,y,z] direction |
991
+
|`bf_[x,y,z]%%k`| Real | Magnitude of oscillating acceleration|
992
+
|`bf_[x,y,z]%%w`| Real | Frequency of oscillating acceleration|
993
+
|`bf_[x,y,z]%%p`| Real | Phase shift of oscillating acceleration|
994
+
|`bf_[x,y,z]%%g`| Real | Magnitude of background acceleration|
995
995
996
-
`k_x[y,z]`, `w_x[y,z]`, `p_x[y,z]`, and `g_x[y,z]` define an oscillating acceleration in the `x[y,z]` direction with the form
996
+
`bf_[x,y,z]%%k`, `bf_[x,y,z]%%w`, `bf_[x,y,z]%%p`, and `bf_[x,y,z]%%g` define an oscillating acceleration in the `[x,y,z]` direction with the form
0 commit comments