|
MAST
|
#include <gas_property.h>
Public Member Functions | |
| GasProperty () | |
| void | zero () |
| void | init () |
| initializes the data More... | |
Public Attributes | |
| Real | rho |
| Property values for ideal gas. More... | |
| Real | T |
| Real | pressure |
| Real | gamma |
| Real | cp |
| Real | cv |
| Real | R |
| Real | a |
| Real | if_viscous |
| Real | Pr |
| Properties for viscous analysis. More... | |
| Real | k_thermal |
| Real | mu |
| Real | lambda |
Definition at line 31 of file gas_property.h.
|
inline |
Definition at line 34 of file gas_property.h.
|
inline |
initializes the data
Definition at line 90 of file gas_property.h.

|
inline |
Definition at line 51 of file gas_property.h.
| Real MAST::GasProperty::a |
Definition at line 71 of file gas_property.h.
| Real MAST::GasProperty::cp |
Definition at line 71 of file gas_property.h.
| Real MAST::GasProperty::cv |
Definition at line 71 of file gas_property.h.
| Real MAST::GasProperty::gamma |
Definition at line 71 of file gas_property.h.
| Real MAST::GasProperty::if_viscous |
Definition at line 73 of file gas_property.h.
| Real MAST::GasProperty::k_thermal |
Definition at line 78 of file gas_property.h.
| Real MAST::GasProperty::lambda |
Definition at line 78 of file gas_property.h.
| Real MAST::GasProperty::mu |
Definition at line 78 of file gas_property.h.
| Real MAST::GasProperty::Pr |
Properties for viscous analysis.
Definition at line 78 of file gas_property.h.
| Real MAST::GasProperty::pressure |
Definition at line 71 of file gas_property.h.
| Real MAST::GasProperty::R |
Definition at line 71 of file gas_property.h.
| Real MAST::GasProperty::rho |
Property values for ideal gas.
Definition at line 71 of file gas_property.h.
| Real MAST::GasProperty::T |
Definition at line 71 of file gas_property.h.