MAST
MAST::GasProperty Class Reference

#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
 

Detailed Description

Definition at line 31 of file gas_property.h.

Constructor & Destructor Documentation

MAST::GasProperty::GasProperty ( )
inline

Definition at line 34 of file gas_property.h.

Member Function Documentation

void MAST::GasProperty::init ( )
inline

initializes the data

Definition at line 90 of file gas_property.h.

Here is the caller graph for this function:

void MAST::GasProperty::zero ( )
inline

Definition at line 51 of file gas_property.h.

Member Data Documentation

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.


The documentation for this class was generated from the following file: