This boundary condition sets a constant heat flux with a splitting between the fluid and solid phases...
const PostprocessorValue * _average_kappa_s
Domain-average solid effective thermal conductivity.
const NS::settings::LocalityEnum _locality
Where the values used in computing the splitting are pulled from, i.e.
NSFVFunctorHeatFluxBC(const InputParameters ¶meters)
virtual ADReal computeQpResidual() override
const Moose::Functor< ADReal > * _k_f
Fluid thermal conductivity.
const NS::phase::PhaseEnum _phase
Which phase this boundary condition is applied to, i.e. 'fluid' or 'solid'.
DualNumber< Real, DNDerivativeType, true > ADReal
const PostprocessorValue * _average_k_s
Domain-average solid thermal conductivity.
const Moose::Functor< ADReal > * _eps
Porosity.
const PostprocessorValue * _average_k_f
Domain-average fluid thermal conductivity.
const Moose::Functor< ADRealVectorValue > * _kappa
Fluid effective thermal conductivity.
static InputParameters validParams()
const PostprocessorValue * _average_kappa
Domain-average fluid effective thermal conductivity.
const NS::splitting::SplittingEnum _split_type
What parameters are used to split the heat flux, i.e.
const PostprocessorValue * _average_eps
Domain-average porosity.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
const Real & _value
Value of the heat flux.
const Moose::Functor< ADReal > * _k_s
Solid thermal conductivity.
const Moose::Functor< ADReal > * _kappa_s
Solid effective thermal conductivity.