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.");
const Moose::Functor< T > & getFunctor(const std::string &name, const THREAD_ID tid, const std::string &requestor_name, bool requestor_is_ad)
A user object which implements the Rhie Chow interpolation for segregated porous medium momentum-pres...
std::vector< const Moose::Functor< ADReal > * > _epss
All the thread copies of the problem's porosity functor.
The following methods are specializations for using the Parallel::packed_range_* routines for a vecto...
virtual const std::string & name() const
static const std::string porosity
static InputParameters validParams()
registerMooseObject("NavierStokesApp", PINSFVRhieChowInterpolatorSegregated)
static InputParameters validParams()
PINSFVRhieChowInterpolatorSegregated(const InputParameters ¶ms)
IntRange< T > make_range(T beg, T end)
A user object which implements the Rhie Chow interpolation for segregated momentum-pressure systems...
static std::string deduceFunctorName(const std::string &name, const InputParameters ¶ms)