29 virtual void calcFlux(
unsigned int iside,
31 const std::vector<Real> & uvec1,
32 const RealVectorValue & dwave,
33 std::vector<Real> & flux)
const override;
37 const std::vector<Real> & uvec1,
38 const RealVectorValue & dwave,
39 DenseMatrix<Real> & jac1)
const override;
Free outflow BC based boundary flux user object for the advection equation using a cell-centered fini...
static InputParameters validParams()
virtual ~AEFVFreeOutflowBoundaryFlux()
virtual void calcJacobian(unsigned int iside, dof_id_type ielem, const std::vector< Real > &uvec1, const RealVectorValue &dwave, DenseMatrix< Real > &jac1) const override
Compute the Jacobian matrix on the boundary face.
virtual void calcFlux(unsigned int iside, dof_id_type ielem, const std::vector< Real > &uvec1, const RealVectorValue &dwave, std::vector< Real > &flux) const override
Solve the Riemann problem on the boundary face.
const Real _velocity
advective velocity
A base class for computing/caching fluxes at boundaries.
const InputParameters & parameters() const