Skip to content
Snippets Groups Projects
Commit c3a40e5b authored by Tom Fischer's avatar Tom Fischer
Browse files

Docu for concentration depenendent density.

parent c2106243
No related branches found
No related tags found
No related merge requests found
\copydoc MaterialLib::Fluid::LinearConcentrationDependentDensity
\f$ \bar \alpha\f$ is the fluid density difference ratio
\f$ C_{\text{ref}}\f$ is the reference concentration
\f$ \varrho_{\text{ref}}\f$ is the reference density
......@@ -20,6 +20,12 @@ namespace MaterialLib
namespace Fluid
{
/// Linear concentration dependent density model.
/// \f[ \varrho = \varrho_{\text{ref}}
/// (1 + \bar \alpha (C - C_{\text{ref}})) \f]
/// where
/// - \f$ \varrho_{\text{ref}}\f$ is the reference density
/// - \f$ \bar \alpha\f$ is the fluid density difference ratio
/// - \f$ C_{\text{ref}}\f$ is the reference concentration
class LinearConcentrationDependentDensity final : public FluidProperty
{
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment