Skip to content

Commit

Permalink
Documentation fixes (NREL#696)
Browse files Browse the repository at this point in the history
* Fix display equation rendering

* Fix a typo

---------

Co-authored-by: misi9170 <[email protected]>
  • Loading branch information
rafmudaf and misi9170 authored Aug 3, 2023
1 parent 063d8b5 commit cd14608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ compiling, a file should be located at ``docs/_build/html/index.html``.
This file can be opened in any browser.
```bash
pip install -e .["docs"]
pip install -e ".[docs]"
jupyter-book build docs/
# Lots of output to the terminal here...
Expand Down
2 changes: 2 additions & 0 deletions docs/empirical_gauss_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ have been reorganized to provide simpler tuning and data fitting.

The velocity deficit at a point $(x, y, z)$ in the wake follows a Gaussian
curve, i.e.,

$$ \frac{u}{U_\infty} = 1 - Ce^{-\frac{(y-\delta_y)^2}{2\sigma_y^2} -\frac{(z-z_h-\delta_z)^2}{2\sigma_z^2}} $$

where the $(x, y, z)$ origin is at the turbine location (at ground level).
The terms $C$, $\sigma_y$, $\sigma_z$, $\delta_y$, and $\delta_z$ all depend
on the downstream location $x$.
Expand Down

0 comments on commit cd14608

Please sign in to comment.