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")),
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.
virtual ADReal computeQpResidual() override
virtual std::vector< ADReal > fluxInputVector() const =0
Returns the flux input vector.
static InputParameters validParams()
unsigned int number() const
const Elem *const & _current_elem
DualNumber< Real, DNDerivativeType, false > ADReal
virtual void initialSetup() override
static InputParameters validParams()
unsigned int _equation_index
index within the Euler system of the equation upon which this BC acts
MooseVariableFE< T > & _var
A base class for computing/caching fluxes at boundaries.
const ADBoundaryFluxBase & _flux
boundary flux user object
virtual std::map< unsigned int, unsigned int > getIndexMapping() const =0
Creates the mapping of coupled variable index to index in Euler system.
const unsigned int & _current_side
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const ADTemplateVariableTestValue< T > & _test
BoundaryFlux1PhaseBaseBC(const InputParameters ¶meters)
const Real _normal
Component of outward normals along 1-D direction.
virtual void initialSetup()
Base class for integrated boundary conditions for 1D problems in 3D space.
const MooseArray< ADPoint > & _normals