OGS
GetFluidDensityAndViscosity.h File Reference

Detailed Description

Created on January 21, 2025, 4:10 PM

Definition in file GetFluidDensityAndViscosity.h.

#include <tuple>
Include dependency graph for GetFluidDensityAndViscosity.h:
This graph shows which files directly or indirectly include this file:

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.