From 60360afcfe4be19e058240aae99a6af2cf17faf0 Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Thu, 18 Oct 2018 14:10:59 -0700 Subject: [PATCH] Try to fix formatting --- docs/source/FluidEquations.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/source/FluidEquations.rst b/docs/source/FluidEquations.rst index ec63535..f482cbc 100644 --- a/docs/source/FluidEquations.rst +++ b/docs/source/FluidEquations.rst @@ -3,21 +3,21 @@ Fluid Equations We define the following fluid variables: - :math:`\rho_g = ` fluid density (assumed to be constant in the absence of reactions) +.. :math:`\rho_g = ` fluid density (assumed to be constant in the absence of reactions) - :math:`\varepsilon_g = ` volume fraction of fluid (accounts only for displacement of fluid by particle, does not account for the EB walls) +.. :math:`\varepsilon_g = ` volume fraction of fluid (accounts only for displacement of fluid by particle, does not account for the EB walls) - :math:`U_g = ` fluid velocity +.. :math:`U_g = ` fluid velocity - :math:`p_g = ` fluid pressure +.. :math:`p_g = ` fluid pressure - :math:`tau = ` viscous stress tensor +.. :math:`tau = ` viscous stress tensor - :math:`g = ` gravitational acceleration +.. :math:`g = ` gravitational acceleration - :math:`\beta_p = ` drag coefficient associated with a particle +.. :math:`\beta_p = ` drag coefficient associated with a particle - :math:`V_p = ` velocity associated with a particle +.. :math:`V_p = ` velocity associated with a particle Below are the governing equations for the fluid: -- GitLab