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-2011 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_UFEM_Tags_hpp
8 #define cf3_UFEM_Tags_hpp
9 
10 #include "UFEM/LibUFEM.hpp"
11 
12 namespace cf3 {
13 namespace UFEM {
14 
16 
19 class UFEM_API Tags : public NonInstantiable<Tags> {
20 public:
21 
23  static const char * solution ();
24 
26  static const char * source_terms();
27 
29  static const char * coefficients();
30 
31 }; // Tags
32 
34 
35 } // UFEM
36 } // cf3
37 
38 #endif // cf3_UFEM_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 UFEM_API
Definition: LibUFEMDemo.hpp:23
Send comments to:
COOLFluiD Web Admin