![]() |
OGS
|
Created on January 21, 2025, 4:10 PM
Definition in file GetFluidDensityAndViscosity.h.
#include <tuple>
Go to the source code of this file.
Namespaces | |
namespace | ParameterLib |
namespace | MaterialPropertyLib |
Functions | |
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. | |
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. | |