COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Tags.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_solver_Tags_hpp
8 #define cf3_solver_Tags_hpp
9 
10 #include "solver/LibSolver.hpp"
11 
12 namespace cf3 {
13 namespace solver {
14 
16 
20 class solver_API Tags : public NonInstantiable<Tags> {
21 public:
22 
24  static const char * domain();
25 
27  static const char * solver();
28 
30  static const char * mesh();
31 
33  static const char * regions();
34 
36  static const char * time();
37 
39  static const char * physical_model();
40 
41 }; // Tags
42 
44 
45 } // solver
46 } // cf3
47 
48 #endif // cf3_solver_Tags_hpp
Derive from this class if you want a class that is not instantiable.
Definition: CF.hpp:157
#define solver_API
Definition: LibSolver.hpp:22
Top-level namespace for coolfluid.
Definition: Action.cpp:18
Send comments to:
COOLFluiD Web Admin