Skip to content

Commit f0f640c

Browse files
committed
lint docs
1 parent 8e91ab9 commit f0f640c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/documentation/case.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,16 +1103,16 @@ The patch type number (`#`) corresponds to the input value in `input.py` labeled
11031103
Each patch requires a different set of parameters, which are also listed in this table.
11041104

11051105
**Geometry 13: 2D modal (Fourier):**
1106-
Boundary is at polar angle $\theta = \mathrm{atan2}(y - y_{\mathrm{centroid}}, x - x_{\mathrm{centroid}})$.
1106+
Boundary is at polar angle \f$\theta = \mathrm{atan2}(y - y_{\mathrm{centroid}}, x - x_{\mathrm{centroid}})\f$.
11071107

11081108
- **Additive form** (default, `modal_use_exp_form` false):
1109-
$R_{\mathrm{boundary}} = \mathrm{radius} + \sum_n \bigl[ \mathtt{fourier\_cos}(n)\cos(n\theta) + \mathtt{fourier\_sin}(n)\sin(n\theta) \bigr]$.
1109+
\f$R_{\mathrm{boundary}} = \mathrm{radius} + \sum_n \bigl[ \mathtt{fourier\_cos}(n)\cos(n\theta) + \mathtt{fourier\_sin}(n)\sin(n\theta) \bigr]\f$.
11101110
Coefficients are absolute: same units as `radius` (length).
1111-
If this formula gives $R_{\mathrm{boundary}} < 0$ at some $\theta$, it is clipped to zero.
1112-
With `modal_clip_r_to_min` true, if $R_{\mathrm{boundary}} <$ `modal_r_min` at some $\theta$, it is clipped to `modal_r_min`.
1111+
If this formula gives \f$R_{\mathrm{boundary}} < 0\f$ at some \f$\theta\f$, it is clipped to zero.
1112+
With `modal_clip_r_to_min` true, if \f$R_{\mathrm{boundary}} <\f$ `modal_r_min` at some \f$\theta\f$, it is clipped to `modal_r_min`.
11131113

11141114
- **Exponential form** (`modal_use_exp_form` true):
1115-
$R_{\mathrm{boundary}} = \mathrm{radius} \times \exp\bigl( \sum_n [\ldots] \bigr)$.
1115+
\f$R_{\mathrm{boundary}} = \mathrm{radius} \times \exp\bigl( \sum_n [\ldots] \bigr)\f$.
11161116
Coefficients are relative (dimensionless); the sum scales the radius.
11171117

11181118
### Immersed Boundary Patch Types {#immersed-boundary-patch-types}

0 commit comments

Comments
 (0)