COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Tags.cpp
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 #include "common/LibCommon.hpp"
8 
9 namespace cf3 {
10 namespace common {
11 
13 
14 const char * Tags::dimension() { return "dimension"; }
15 const char* Tags::static_component() { return "static_component"; }
16 
17 
19 
20 } // common
21 } // cf3
static const char * static_component()
Tag to indicate that a component is static.
Definition: Tags.cpp:15
static const char * dimension()
Tag for options related to the dimension of something.
Definition: Tags.cpp:14
Top-level namespace for coolfluid.
Definition: Action.cpp:18
Send comments to:
COOLFluiD Web Admin