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

#include <Data.hpp>

Inherited by Data.

Public Member Functions

void compute_from_conservative (const RowVector_NEQS &cons)
 Compute the data given conservative state. More...
 
void compute_from_primitive (const RowVector_NEQS &prim)
 Compute the data given primitive state. More...
 

Public Attributes

EIGEN_MAKE_ALIGNED_OPERATOR_NEW ColVector_NDIM coords
 < storing fixed-sized Eigen structures More...
 
RowVector_NEQS cons
 
Real rho
 density More...
 
Real u
 velocity along XX More...
 
Real u2
 velocity along XX squared More...
 
Real H
 specific enthalpy More...
 
Real c2
 square of speed of sound, very commonly used More...
 
Real c
 speed of sound More...
 
Real p
 pressure More...
 
Real T
 temperature More...
 
Real E
 specific total energy More...
 
Real M
 Mach number. More...
 
Gas constants
Real gamma
 specific heat ratio More...
 
Real R
 gas constant More...
 

Detailed Description

Definition at line 19 of file Data.hpp.

Member Function Documentation

void compute_from_conservative ( const RowVector_NEQS cons)

Compute the data given conservative state.

Precondition
gamma and R must have been set

Definition at line 16 of file Data.cpp.

void compute_from_primitive ( const RowVector_NEQS prim)

Compute the data given primitive state.

Precondition
gamma and R must have been set

Definition at line 32 of file Data.cpp.

Member Data Documentation

Real c

speed of sound

Definition at line 37 of file Data.hpp.

Real c2

square of speed of sound, very commonly used

Definition at line 36 of file Data.hpp.

Definition at line 24 of file Data.hpp.

EIGEN_MAKE_ALIGNED_OPERATOR_NEW ColVector_NDIM coords

< storing fixed-sized Eigen structures

position in domain

Definition at line 23 of file Data.hpp.

Real E

specific total energy

Definition at line 40 of file Data.hpp.

Real gamma

specific heat ratio

Definition at line 28 of file Data.hpp.

Real H

specific enthalpy

Definition at line 35 of file Data.hpp.

Real M

Mach number.

Definition at line 41 of file Data.hpp.

Real p

pressure

Definition at line 38 of file Data.hpp.

Real R

gas constant

Definition at line 29 of file Data.hpp.

Real rho

density

Definition at line 32 of file Data.hpp.

Real T

temperature

Definition at line 39 of file Data.hpp.

Real u

velocity along XX

Definition at line 33 of file Data.hpp.

Real u2

velocity along XX squared

Definition at line 34 of file Data.hpp.


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