27 virtual void calcFlux(
unsigned int iside,
29 const std::vector<ADReal> & U1,
31 std::vector<ADReal> & flux)
const override;
Base class for computing numerical fluxes for FlowModelGasMix.
static InputParameters validParams()
const Real & _normal
Outward normal.
virtual void calcFlux(unsigned int iside, dof_id_type ielem, const std::vector< ADReal > &U1, const RealVectorValue &normal, std::vector< ADReal > &flux) const override
Solve the Riemann problem on the boundary face.
Base class for boundary fluxes for FlowModelGasMix using ghost cells.
A base class for computing/caching fluxes at boundaries.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
BoundaryFluxGasMixGhostBase(const InputParameters ¶meters)
const NumericalFluxGasMixBase & _numerical_flux
Numerical flux user object.
virtual std::vector< ADReal > getGhostCellSolution(const std::vector< ADReal > &U1) const =0
Gets the solution vector in the ghost cell.