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>

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...
 
ColVector_NDIM U
 velocity More...
 
Real U2
 velocity squared More...
 
Real p
 pressure More...
 
Gas constants
Real gamma
 specific heat ratio More...
 
Mean flow
ColVector_NDIM U0
 
Real rho0
 
Real p0
 
Real c0
 
ColVector_NDIM grad_rho0
 
ColVector_NDIM grad_u0
 
ColVector_NDIM grad_v0
 
ColVector_NDIM grad_p0
 

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 17 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 28 of file Data.cpp.

Member Data Documentation

Real c0

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 gamma

specific heat ratio

Definition at line 28 of file Data.hpp.

ColVector_NDIM grad_p0

Definition at line 41 of file Data.hpp.

ColVector_NDIM grad_rho0

Definition at line 38 of file Data.hpp.

ColVector_NDIM grad_u0

Definition at line 39 of file Data.hpp.

ColVector_NDIM grad_v0

Definition at line 40 of file Data.hpp.

Real p

pressure

Definition at line 47 of file Data.hpp.

Real p0

Definition at line 35 of file Data.hpp.

Real rho

density

Definition at line 44 of file Data.hpp.

Real rho0

Definition at line 34 of file Data.hpp.

velocity

Definition at line 45 of file Data.hpp.

Definition at line 33 of file Data.hpp.

Real U2

velocity squared

Definition at line 46 of file Data.hpp.


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