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 "solver/Tags.hpp"
8 
10 {
11  return "domain";
12 }
13 
15 {
16  return "solver";
17 }
18 
20 {
21  return "mesh";
22 }
23 
25 {
26  return "regions";
27 }
28 
30 {
31  return "time";
32 }
33 
35 {
36  return "physical_model";
37 }
static const char * physical_model()
Name of the option that points to the PhysModel.
Definition: Tags.cpp:34
static const char * regions()
Name of the option that allows setting the regions to operate on.
Definition: Tags.cpp:24
Send comments to:
COOLFluiD Web Admin