GRINS-0.6.0
grins_physics_names.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------bl-
2 //--------------------------------------------------------------------------
3 //
4 // GRINS - General Reacting Incompressible Navier-Stokes
5 //
6 // Copyright (C) 2014-2015 Paul T. Bauman, Roy H. Stogner
7 // Copyright (C) 2010-2013 The PECOS Development Team
8 //
9 // This library is free software; you can redistribute it and/or
10 // modify it under the terms of the Version 2.1 GNU Lesser General
11 // Public License as published by the Free Software Foundation.
12 //
13 // This library is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 // Lesser General Public License for more details.
17 //
18 // You should have received a copy of the GNU Lesser General Public
19 // License along with this library; if not, write to the Free Software
20 // Foundation, Inc. 51 Franklin Street, Fifth Floor,
21 // Boston, MA 02110-1301 USA
22 //
23 //-----------------------------------------------------------------------el-
24 
25 
26 #ifndef GRINS_PHYSICS_NAMES_H
27 #define GRINS_PHYSICS_NAMES_H
28 
29 #include <string>
30 
31 namespace GRINS
32 {
33  typedef std::string PhysicsName;
34 
35  const PhysicsName stokes = "Stokes";
36  const PhysicsName incompressible_navier_stokes = "IncompressibleNavierStokes";
38  "IncompressibleNavierStokesAdjointStabilization";
40  "IncompressibleNavierStokesSPGSMStabilization";
41  const PhysicsName velocity_drag = "VelocityDrag";
42  const PhysicsName velocity_drag_adjoint_stab = "VelocityDragAdjointStabilization";
43  const PhysicsName velocity_penalty = "VelocityPenalty";
44  const PhysicsName velocity_penalty2 = "VelocityPenalty2";
45  const PhysicsName velocity_penalty3 = "VelocityPenalty3";
46  const PhysicsName velocity_penalty_adjoint_stab = "VelocityPenaltyAdjointStabilization";
47  const PhysicsName velocity_penalty2_adjoint_stab = "VelocityPenalty2AdjointStabilization";
48  const PhysicsName velocity_penalty3_adjoint_stab = "VelocityPenalty3AdjointStabilization";
49  const PhysicsName parsed_velocity_source = "ParsedVelocitySource";
50  const PhysicsName parsed_velocity_source_adjoint_stab = "ParsedVelocitySourceAdjointStabilization";
51  const PhysicsName averaged_fan = "AveragedFan";
52  const PhysicsName averaged_fan_adjoint_stab = "AveragedFanAdjointStabilization";
53  const PhysicsName averaged_turbine = "AveragedTurbine";
54  const PhysicsName spalart_allmaras = "SpalartAllmaras";
55  const PhysicsName spalart_allmaras_spgsm_stab = "SpalartAllmarasSPGSMStabilization";
56  const PhysicsName scalar_ode = "ScalarODE";
57  const PhysicsName heat_conduction = "HeatConduction";
58  const PhysicsName heat_transfer = "HeatTransfer";
59  const PhysicsName heat_transfer_source = "HeatTransferSource";
60  const PhysicsName heat_transfer_adjoint_stab = "HeatTransferAdjointStabilization";
61  const PhysicsName heat_transfer_spgsm_stab = "HeatTransferSPGSMStabilization";
62  const PhysicsName axisymmetric_heat_transfer = "AxisymmetricHeatTransfer";
63  const PhysicsName boussinesq_buoyancy = "BoussinesqBuoyancy";
64  const PhysicsName boussinesq_buoyancy_adjoint_stab = "BoussinesqBuoyancyAdjointStabilization";
65  const PhysicsName boussinesq_buoyancy_spgsm_stab = "BoussinesqBuoyancySPGSMStabilization";
66  const PhysicsName axisymmetric_boussinesq_buoyancy = "AxisymmetricBoussinesqBuoyancy";
67  const PhysicsName low_mach_navier_stokes = "LowMachNavierStokes";
68  const PhysicsName low_mach_navier_stokes_braack_stab = "LowMachNavierStokesBraackStabilization";
69  const PhysicsName low_mach_navier_stokes_spgsm_stab = "LowMachNavierStokesSPGSMStabilization";
70  const PhysicsName low_mach_navier_stokes_vms_stab = "LowMachNavierStokesVMSStabilization";
71  const PhysicsName reacting_low_mach_navier_stokes = "ReactingLowMachNavierStokes";
72  const PhysicsName elastic_membrane = "ElasticMembrane";
73  const PhysicsName elastic_cable = "ElasticCable";
74  const PhysicsName elastic_membrane_constant_pressure = "ElasticMembraneConstantPressure";
75  const PhysicsName elastic_cable_constant_gravity = "ElasticCableConstantGravity";
76  const PhysicsName constant_source_term = "ConstantSourceTerm";
77  const PhysicsName parsed_source_term = "ParsedSourceTerm";
78 }
79 
80 #endif //GRINS_PHYSICS_NAMES_H
const PhysicsName parsed_velocity_source_adjoint_stab
const PhysicsName incompressible_navier_stokes_spgsm_stab
const PhysicsName incompressible_navier_stokes
const PhysicsName parsed_source_term
const PhysicsName elastic_cable_constant_gravity
const PhysicsName incompressible_navier_stokes_adjoint_stab
const PhysicsName axisymmetric_heat_transfer
const PhysicsName heat_conduction
const PhysicsName boussinesq_buoyancy_adjoint_stab
const PhysicsName velocity_drag_adjoint_stab
const PhysicsName averaged_turbine
const PhysicsName spalart_allmaras
const PhysicsName spalart_allmaras_spgsm_stab
const PhysicsName averaged_fan_adjoint_stab
GRINS namespace.
const PhysicsName heat_transfer_spgsm_stab
const PhysicsName elastic_membrane
const PhysicsName velocity_penalty2_adjoint_stab
const PhysicsName elastic_cable
const PhysicsName velocity_penalty_adjoint_stab
const PhysicsName scalar_ode
const PhysicsName boussinesq_buoyancy_spgsm_stab
const PhysicsName heat_transfer_source
const PhysicsName elastic_membrane_constant_pressure
std::string PhysicsName
const PhysicsName stokes
const PhysicsName parsed_velocity_source
const PhysicsName velocity_penalty3
const PhysicsName velocity_penalty2
const PhysicsName low_mach_navier_stokes
const PhysicsName heat_transfer
const PhysicsName low_mach_navier_stokes_braack_stab
const PhysicsName reacting_low_mach_navier_stokes
const PhysicsName boussinesq_buoyancy
const PhysicsName low_mach_navier_stokes_vms_stab
const PhysicsName heat_transfer_adjoint_stab
const PhysicsName axisymmetric_boussinesq_buoyancy
const PhysicsName velocity_penalty3_adjoint_stab
const PhysicsName low_mach_navier_stokes_spgsm_stab
const PhysicsName averaged_fan
const PhysicsName velocity_penalty
const PhysicsName velocity_drag
const PhysicsName constant_source_term

Generated on Mon Jun 22 2015 21:32:20 for GRINS-0.6.0 by  doxygen 1.8.9.1