typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
OutputTools< Real >::VariableValue VariableValue
SideAdvectiveFluxIntegralTempl< true > ADSideAdvectiveFluxIntegral
SideAdvectiveFluxIntegralTempl< false > SideAdvectiveFluxIntegral
This data structure is used to store geometric and variable related metadata about each cell face in ...
const InputParameters & parameters() const
Get the parameters of the object.
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
This postprocessor computes a side integral of the mass flux.
const GenericMaterialProperty< Real, is_ad > & _advected_material_property
Material property storing the advected quantity; used for finite elements.
const bool _advected_variable_supplied
Whether an advected variable was supplied in the input.
const int _component
Will hold 0, 1, or 2 corresponding to x, y, or z.
Real computeQpIntegral() override
const Moose::Functor< Real > *const _vel_y
const Moose::Functor< Real > *const _vel_z
const VariableValue & _advected_variable
Variable storing the advected quantity; used for finite elements.
const bool _use_normal
Whether the normal component has been selected.
const Moose::Functor< Real > & _vel_x
Velocity components.
const bool _advected_mat_prop_supplied
Whether an advected material property was supplied in the input.
Real computeFaceInfoIntegral(const FaceInfo *fi) override
static InputParameters validParams()
const Moose::Functor< Real > *const _adv_quant
The functor representing the advected quantity for finite volume.
This postprocessor computes a surface integral of the specified variable on a sideset on the boundary...