29 virtual void calcFlux(
unsigned int iside,
31 const std::vector<Real> & uvec1,
33 std::vector<Real> & flux)
const override;
37 const std::vector<Real> & uvec1,
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.
A base class for computing/caching fluxes at boundaries.
const Real _velocity
advective velocity
virtual ~AEFVFreeOutflowBoundaryFlux()
AEFVFreeOutflowBoundaryFlux(const InputParameters ¶meters)
Free outflow BC based boundary flux user object for the advection equation using a cell-centered fini...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
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 InputParameters & parameters() const
static InputParameters validParams()