diff --git a/docs/source/FluidEquations.rst b/docs/source/FluidEquations.rst new file mode 100644 index 0000000000000000000000000000000000000000..54faa623da8a69a2e9a85dca8ee43f82a9f7b405 --- /dev/null +++ b/docs/source/FluidEquations.rst @@ -0,0 +1,14 @@ +Fluid Equations +=============== + +Below are the governing equations for the fluid: + +.. math:: \frac{\partial (\epsilon_g \rho_g)}{\partial t} + \nabla \cdot (\epsilon_g \rho_g U_g) = 0 + :label: eqn::mass_cons + +.. math:: \frac{ \partial (\epsilon_g \rho_g U)}{\partial t} + \nabla \cdot (\epsilon_g \rho_g U_g U_g) + \epsilon_g \nabla p_g = \nabla \cdot \tau + {\bf g} + :label: eqn::mom_cons + +.. math:: \frac{\partial \epsilon_g}{\partial t} + \nabla \cdot (\epsilon_g U_g) = 0 + :label: eqn::mass_eps + diff --git a/docs/source/index.rst b/docs/source/index.rst index fa73cba66ac6076990d65fe64626dad3baf51fd5..89f0a215dbc7d684887c68ef05d7d5d997df8896 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -22,7 +22,8 @@ the master branch at the beginning of each month. Introduction GettingStarted - Particle + FluidEquations + Particles ParticleBasics ParticleFluid ParticleWalls