OGS
PropertyVariableType.h
Go to the documentation of this file.
1
13#pragma once
14
15namespace MaterialLib
16{
17namespace Fluid
18{
21{
22 T = 0,
23 p = 1,
24 rho = p,
25 C = 2,
27};
28
29const unsigned PropertyVariableNumber =
30 static_cast<unsigned>(PropertyVariableType::number_of_variables);
31
32} // namespace Fluid
33} // namespace MaterialLib
PropertyVariableType
Variable that determine the property.
@ rho
density. For some models, rho substitutes p
@ number_of_variables
Number of property variables.
const unsigned PropertyVariableNumber