diff --git a/Docs/sphinx_doc/Particles.rst b/Docs/sphinx_doc/Particles.rst index a96757908..4a840d79c 100644 --- a/Docs/sphinx_doc/Particles.rst +++ b/Docs/sphinx_doc/Particles.rst @@ -17,6 +17,13 @@ The tracer particles are advected by the velocity field; the hydro particles fal However, the AMReX particle data structure is very general and particles may take on a number of different roles in future. +.. figure:: figures/ERFParticles.gif + :alt: Particles in a squall line + :align: center + :width: 100% + + Two-dimensional squall line simulation with particles. The particles and contours of cloud water mixing ratio are shown. + To enable the use of particles, one must set :: @@ -59,3 +66,5 @@ to the line in the inputs file that begins erf.plot_vars_1 = + + diff --git a/Docs/sphinx_doc/figures/ERFParticles.gif b/Docs/sphinx_doc/figures/ERFParticles.gif new file mode 100644 index 000000000..fa080420e Binary files /dev/null and b/Docs/sphinx_doc/figures/ERFParticles.gif differ diff --git a/Docs/sphinx_doc/figures/WindFarmModels.png b/Docs/sphinx_doc/figures/WindFarmModels.png new file mode 100644 index 000000000..3cf2ae9a0 Binary files /dev/null and b/Docs/sphinx_doc/figures/WindFarmModels.png differ diff --git a/Docs/sphinx_doc/theory/WindFarmModels.rst b/Docs/sphinx_doc/theory/WindFarmModels.rst index d4ab0a183..b719eb91b 100644 --- a/Docs/sphinx_doc/theory/WindFarmModels.rst +++ b/Docs/sphinx_doc/theory/WindFarmModels.rst @@ -6,6 +6,15 @@ Introduction ERF supports models for wind farm parametrization in which the effects of wind turbines are represented by imposing a momentum sink on the mean flow and/or turbulent kinetic energy (TKE). Currently the Fitch model (`Fitch et al. 2012`_), Explicit Wake Parametrization (EWP) model (`Volker et al. 2015`_), Simplified actuator disk model (See Section 3.2 in `Wind Energy Handbook 2nd edition`_), and Generalized actuator disk model (`Mirocha et. al. 2014`_, see Chapter 3 of `Small Wind Turbines`_) are supported. +.. _fig:WindFarmModels: + +.. figure:: ../figures/WindFarmModels.png + :width: 600 + :align: center + + Instantaneous horizontal velocity magnitude at the hub-height of 89 [m] and t= 1 [hr] for: (row-wise) Fitch model, EWP model, Simple actuator disk model, and General actuator disk model. + + .. _Fitch model: Fitch model