11 #include "Conversion.h"
18 params.addRequiredParam<
unsigned int>(
"phase",
"The phase number");
19 params.addClassDescription(
"Base class for PorousFlow materials");
25 _phase_num(getParam<unsigned int>(
"phase")),
26 _phase(Moose::stringify(_phase_num))
30 "The Dictator proclaims that the number of fluid phases is ",
31 _dictator.numPhases(),
32 " while you have foolishly entered ",
34 ". Remember that indexing starts at 0. Be aware that the Dictator does not tolerate "