www.mooseframework.org
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