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_common_Tags_hpp
8 #define cf3_common_Tags_hpp
9 
10 namespace cf3 {
11 namespace common {
12 
14 
17 class Common_API Tags : public NonInstantiable<Tags> {
18 public:
19 
21  static const char * dimension();
22 
24  static const char * static_component();
25 
26 }; // Tags
27 
29 
30 } // common
31 } // cf3
32 
33 #endif // cf3_common_Tags_hpp
Derive from this class if you want a class that is not instantiable.
Definition: CF.hpp:157
Top-level namespace for coolfluid.
Definition: Action.cpp:18
#define Common_API
Definition: CommonAPI.hpp:29
Send comments to:
COOLFluiD Web Admin