22 params.addClassDescription(
"Computes H/A and 1/A together with face velocities for segregated "
23 "porous medium momentum-pressure equations.");
25 params.addParam<MooseFunctorName>(
NS::porosity,
"The porosity functor.");
33 _eps(getFunctor<
ADReal>(
NS::porosity)),
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("NavierStokesApp", PINSFVRhieChowInterpolatorSegregated)
static std::string deduceFunctorName(const std::string &name, const InputParameters ¶ms)
A user object which implements the Rhie Chow interpolation for segregated momentum-pressure systems.
static InputParameters validParams()
A user object which implements the Rhie Chow interpolation for segregated porous medium momentum-pres...
PINSFVRhieChowInterpolatorSegregated(const InputParameters ¶ms)
static InputParameters validParams()
std::vector< const Moose::Functor< ADReal > * > _epss
All the thread copies of the problem's porosity functor.
static const std::string porosity
The following methods are specializations for using the Parallel::packed_range_* routines for a vecto...
IntRange< T > make_range(T beg, T end)