COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Types.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_lineuler_lineuler2d_Types_hpp
8 #define cf3_physics_lineuler_lineuler2d_Types_hpp
9 
11 
12 namespace cf3 {
13 namespace physics {
14 namespace lineuler {
15 namespace lineuler2d {
16 
18 
19  enum {NEQS=4};
20  enum {NDIM=2};
21 
27 
29 
30 } // lineuler1D
31 } // lineuler
32 } // physics
33 } // cf3
34 
35 #endif // cf3_physics_lineuler_lineuler2d_Types_hpp
MatrixTypes< NDIM, NEQS >::RowVector_NEQS RowVector_NEQS
Definition: Types.hpp:22
MatrixTypes< NDIM, NEQS >::Matrix_NDIMxNEQS Matrix_NDIMxNEQS
Definition: Types.hpp:25
MatrixTypes< NDIM, NEQS >::Matrix_NEQSxNEQS Matrix_NEQSxNEQS
Definition: Types.hpp:24
MatrixTypes< NDIM, NEQS >::ColVector_NDIM ColVector_NDIM
Definition: Types.hpp:23
MatrixTypes< NDIM, NEQS >::Matrix_NDIMxNDIM Matrix_NDIMxNDIM
Definition: Types.hpp:26
Top-level namespace for coolfluid.
Definition: Action.cpp:18
Send comments to:
COOLFluiD Web Admin