Loading [MathJax]/extensions/MathZoom.js
OGS
GetFluidDensityAndViscosity.cpp File Reference

Detailed Description

Created on January 21, 2025, 4:10 PM

Definition in file GetFluidDensityAndViscosity.cpp.

Include dependency graph for GetFluidDensityAndViscosity.cpp:

Go to the source code of this file.

Namespaces

namespace  MaterialPropertyLib
 

Functions

double MaterialPropertyLib::getFluidDensity (double const t, double const dt, ParameterLib::SpatialPosition const &pos, Phase const &fluid_phase, VariableArray &vars)
 It computes fluid density for single phase flow model.
 
std::tuple< double, double > MaterialPropertyLib::getFluidDensityAndViscosity (double const t, double const dt, ParameterLib::SpatialPosition const &pos, Phase const &fluid_phase, VariableArray &vars)
 It computes fluid density and viscosity for single phase flow model.