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

#include <Data.hpp>

Inherits Data.

Public Attributes

ColVector_NDIM grad_u
 gradient of x velocity More...
 
ColVector_NDIM grad_v
 gradient of y velocity More...
 
ColVector_NDIM grad_T
 gradient of temperature More...
 
Gas constants

< storing fixed-sized Eigen structures

Real mu
 dynamic viscosity More...
 
Real kappa
 Thermal conductivity. More...
 
Real Cp
 Heat capacity. More...
 
- Public Attributes inherited from Data
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 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...
 
Real gamma
 specific heat ratio More...
 
Real R
 gas constant More...
 

Additional Inherited Members

- Public Member Functions inherited from Data
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...
 

Detailed Description

Definition at line 20 of file Data.hpp.

Member Data Documentation

Real Cp

Heat capacity.

Definition at line 28 of file Data.hpp.

gradient of temperature

Definition at line 33 of file Data.hpp.

gradient of x velocity

Definition at line 31 of file Data.hpp.

gradient of y velocity

Definition at line 32 of file Data.hpp.

Real kappa

Thermal conductivity.

Definition at line 27 of file Data.hpp.

Real mu

dynamic viscosity

Definition at line 26 of file Data.hpp.


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