27 virtual void calcFlux(
unsigned int iside,
29 const std::vector<ADReal> & U1,
30 const RealVectorValue & normal,
31 std::vector<ADReal> & flux)
const override;
A base class for computing/caching fluxes at boundaries.
Base class for boundary fluxes for FlowModelGasMix using ghost cells.
const NumericalFluxGasMixBase & _numerical_flux
Numerical flux user object.
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.
static InputParameters validParams()
const Real & _normal
Outward normal.
virtual std::vector< ADReal > getGhostCellSolution(const std::vector< ADReal > &U1) const =0
Gets the solution vector in the ghost cell.
const InputParameters & parameters() const
Base class for computing numerical fluxes for FlowModelGasMix.