COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
Air Struct Reference

Properties of air that depend on temperature. More...

Public Member Functions

template<typename T >
void compute (T &physics)
 Compute the properties from the temperature. More...
 

Public Attributes

Real cp
 Heat capacity. More...
 
Real gamma
 Isentropic coefficient. More...
 
Real r
 Ideal gas constant. More...
 

Detailed Description

Properties of air that depend on temperature.

Definition at line 124 of file utest-solver-physics-static.cpp.

Member Function Documentation

void compute ( T &  physics)
inline

Compute the properties from the temperature.

Definition at line 137 of file utest-solver-physics-static.cpp.

Member Data Documentation

Real cp

Heat capacity.

Definition at line 127 of file utest-solver-physics-static.cpp.

Real gamma

Isentropic coefficient.

Definition at line 130 of file utest-solver-physics-static.cpp.

Real r

Ideal gas constant.

Definition at line 133 of file utest-solver-physics-static.cpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin