OGS
PropertyType.h
Go to the documentation of this file.
1
13#pragma once
14
15#include <array>
16#include <memory>
17#include <string>
18
19namespace MaterialPropertyLib
20{
21class Property;
22}
23
24namespace MaterialPropertyLib
25{
32enum PropertyType : int
33{
117
118static const std::array<std::string, PropertyType::number_of_properties>
119 property_enum_to_string{{"acentric_factor",
120 "binary_interaction_coefficient",
121 "biot_coefficient",
122 "bishops_effective_stress",
123 "brooks_corey_exponent",
124 "bulk_modulus",
125 "capillary_pressure",
126 "critical_density",
127 "critical_pressure",
128 "critical_temperature",
129 "compressibility",
130 "concentration",
131 "decay_rate",
132 "density",
133 "diffusion",
134 "drhodT",
135 "effective_stress",
136 "enthalpy",
137 "entry_pressure",
138 "evaporation_enthalpy",
139 "fredlund_parameters",
140 "heat_capacity",
141 "henry_coefficient",
142 "longitudinal_dispersivity",
143 "molality",
144 "molar_mass",
145 "molar_volume",
146 "mole_fraction",
147 "molecular_diffusion",
148 "name",
149 "permeability",
150 "phase_change_expansivity",
151 "phase_velocity",
152 "pore_diffusion",
153 "poissons_ratio",
154 "porosity",
155 "reference_density",
156 "reference_temperature",
157 "reference_pressure",
158 "relative_permeability",
159 "relative_permeability_nonwetting_phase",
160 "residual_gas_saturation",
161 "residual_liquid_saturation",
162 "retardation_factor",
163 "saturation",
164 "saturation_density",
165 "saturation_enthalpy",
166 "saturation_micro",
167 "saturation_temperature",
168 "specific_heat_capacity",
169 "specific_latent_heat",
170 "storage",
171 "storage_contribution",
172 "swelling_stress_rate",
173 "temperature",
174 "thermal_conductivity",
175 "thermal_diffusion_enhancement_factor",
176 "thermal_expansivity",
177 "thermal_expansivity_contribution",
178 "thermal_longitudinal_dispersivity",
179 "thermal_osmosis_coefficient",
180 "thermal_transversal_dispersivity",
181 "tortuosity",
182 "transport_porosity",
183 "transversal_dispersivity",
184 "vapour_pressure",
185 "viscosity",
186 "volume_fraction",
187 "youngs_modulus"}};
188
191PropertyType convertStringToProperty(std::string const& string);
192
196using PropertyArray =
197 std::array<std::unique_ptr<Property>, PropertyType::number_of_properties>;
198
199} // namespace MaterialPropertyLib
PropertyType convertStringToProperty(std::string const &string)
std::array< std::unique_ptr< Property >, PropertyType::number_of_properties > PropertyArray
static const std::array< std::string, PropertyType::number_of_properties > property_enum_to_string
@ molecular_diffusion
ion diffusivity in free water.
@ thermal_diffusion_enhancement_factor
Thermal diffusion enhancement factor for water vapor flow.
@ saturation_micro
capillary pressure saturation relationship for microstructure.
@ relative_permeability_nonwetting_phase
@ longitudinal_dispersivity
used to compute the hydrodynamic dispersion tensor.
@ concentration
used to specify decay rate of a substance.
@ transversal_dispersivity
used to compute the hydrodynamic dispersion tensor.
@ retardation_factor
specify retardation factor used in component transport process.