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_navierstokes1d_Data_hpp
8 #define cf3_physics_navierstokes_navierstokes1d_Data_hpp
9 
12 
13 namespace cf3 {
14 namespace physics {
15 namespace navierstokes {
16 namespace navierstokes1d {
17 
19 
21 {
22  EIGEN_MAKE_ALIGNED_OPERATOR_NEW
23 
25 
26  Real mu;
27  Real kappa;
28  Real Cp;
29 
30 
33 };
34 
36 
37 } // navierstokes1d
38 } // navierstokes
39 } // physics
40 } // cf3
41 
42 #endif // cf3_physics_navierstokes_navierstokes1d_Data_hpp
ColVector_NDIM grad_T
gradient of temperature
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
Send comments to:
COOLFluiD Web Admin