20 params.addClassDescription(
"Computes H/A and 1/A together with face velocities for segregated "
21 "porous medium momentum-pressure equations.");
23 params.addParam<MooseFunctorName>(
NS::porosity,
"The porosity functor.");
31 _eps(getFunctor<
ADReal>(
NS::porosity)),
32 _epss(
libMesh::n_threads(), nullptr)
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...