COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <Data.hpp>
Inherits Data.
Public Attributes | |
ColVector_NDIM | grad_u |
gradient of x 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... | |
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... | |
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... | |
ColVector_NDIM grad_T |
ColVector_NDIM grad_u |
Send comments to: COOLFluiD Web Admin |