23 params.
addRequiredParam<UserObjectName>(
"boundary_flux",
"Name of boundary flux user object");
31 _A_linear(adCoupledValue(
"A_linear")),
33 _rhoA(getADMaterialProperty<Real>(
"rhoA")),
34 _rhouA(getADMaterialProperty<Real>(
"rhouA")),
35 _rhoEA(getADMaterialProperty<Real>(
"rhoEA")),
37 _rhoA_var(coupled(
"rhoA")),
38 _rhouA_var(coupled(
"rhouA")),
39 _rhoEA_var(coupled(
"rhoEA")),
DualNumber< Real, DNDerivativeType, true > ADReal
A base class for computing/caching fluxes at boundaries.
virtual const std::vector< ADReal > & getFlux(unsigned int iside, dof_id_type ielem, const std::vector< ADReal > &uvec1, const RealVectorValue &dwave) const
Get the boundary flux vector.
const MooseArray< ADPoint > & _normals
const ADTemplateVariableTestValue< T > & _test
MooseVariableFE< T > & _var
Base class for integrated boundary conditions for 1D problems in 3D space.
const Real _normal
Component of outward normals along 1-D direction.
static InputParameters validParams()
BoundaryFlux1PhaseBaseBC(const InputParameters ¶meters)
static InputParameters validParams()
virtual std::map< unsigned int, unsigned int > getIndexMapping() const =0
Creates the mapping of coupled variable index to index in Euler system.
virtual void initialSetup() override
const ADBoundaryFluxBase & _flux
boundary flux user object
virtual ADReal computeQpResidual() override
unsigned int _equation_index
index within the Euler system of the equation upon which this BC acts
virtual std::vector< ADReal > fluxInputVector() const =0
Returns the flux input vector.
const unsigned int & _current_side
const Elem *const & _current_elem
unsigned int number() const
virtual void initialSetup()