COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Data.hpp
Go to the documentation of this file.
1 // Copyright (C) 2010-2013 von Karman Institute for Fluid Dynamics, Belgium
2 //
3 // This software is distributed under the terms of the
4 // GNU Lesser General Public License version 3 (LGPLv3).
5 // See doc/lgpl.txt and doc/gpl.txt for the license text.
6 
7 #ifndef cf3_physics_navierstokes_navierstokes2d_Data_hpp
8 #define cf3_physics_navierstokes_navierstokes2d_Data_hpp
9 
12 
13 namespace cf3 {
14 namespace physics {
15 namespace navierstokes {
16 namespace navierstokes2d {
17 
19 
21 {
22  EIGEN_MAKE_ALIGNED_OPERATOR_NEW
23 
25 
26  Real mu;
27  Real kappa;
28  Real Cp;
29 
30 
34 };
35 
37 
38 } // navierstokes2d
39 } // navierstokes
40 } // physics
41 } // cf3
42 
43 #endif // cf3_physics_navierstokes_navierstokes2d_Data_hpp
ColVector_NDIM grad_T
gradient of temperature
Definition: Data.hpp:33
ColVector_NDIM grad_v
gradient of y velocity
Definition: Data.hpp:32
MatrixTypes< NDIM, NEQS >::ColVector_NDIM ColVector_NDIM
Definition: Types.hpp:23
ColVector_NDIM grad_u
gradient of x velocity
Definition: Data.hpp:31
Top-level namespace for coolfluid.
Definition: Action.cpp:18
Real kappa
Thermal conductivity.
Definition: Data.hpp:27
Send comments to:
COOLFluiD Web Admin