www.mooseframework.org
fluid_properties
src
userobjects
Functions
HEMFluidProperties.C File Reference
Go to the source code of this file.
Functions
template<>
InputParameters
validParams< HEMFluidProperties >
()
Function Documentation
◆
validParams< HEMFluidProperties >()
template<>
InputParameters
validParams
<
HEMFluidProperties
>
(
)
Definition at line
15
of file
HEMFluidProperties.C
.
16
{
17
InputParameters params =
validParams<FluidProperties>
();
18
params.addCustomTypeParam<std::string>(
19
"fp_type"
,
"hem-fp"
,
"FPType"
,
"Type of the fluid property object"
);
20
return
params;
21
}
validParams< FluidProperties >
InputParameters validParams< FluidProperties >()
Definition:
FluidProperties.C:16
Generated on Sat Jan 25 2020 12:04:48 for www.mooseframework.org by
1.8.16