18 params.
addRequiredParam<
bool>(
"value",
"Boolean value to convert into real.");
20 "Takes a boolean value and converts it into a Real value (0 for false, 1 for true)");
26 :
AuxKernel(parameters), _value(getParam<bool>(
"value"))
static InputParameters validParams()
virtual Real computeValue() override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
registerMooseObject("ThermalHydraulicsTestApp", BooleanValueTestAux)
Takes a boolean value and converts it into a Real value (0 for false, 1 for true) ...
static InputParameters validParams()
BooleanValueTestAux(const InputParameters ¶meters)