Go to the documentation of this file.
12 #include "IntegratedBC.h"
69 const MaterialProperty<std::vector<Real>> &
_pp;
72 const MaterialProperty<std::vector<std::vector<Real>>> &
_dpp_dv;
virtual Real computeQpJacobian()
const MaterialProperty< std::vector< Real > > & _pp
porepressure (or porepressure vector for multiphase problems)
Applies a fluid sink to the boundary.
This holds maps between pressure_var or pressure_var, sat_var used in RichardsMaterial and kernels,...
const MaterialProperty< std::vector< std::vector< Real > > > & _dpp_dv
d(porepressure_i)/dvariable_j
Real _maximum
maximum of the Gaussian sink
RichardsHalfGaussianSink(const InputParameters ¶meters)
unsigned int _pvar
the index of this variable in the list of Richards variables held by _richards_name_UO.
const Function & _m_func
multiplying function: all fluxes will be multiplied by this
Real _centre
centre of the Gaussian sink
Real _sd
standard deviation of the Gaussian sink
InputParameters validParams< RichardsHalfGaussianSink >()
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const RichardsVarNames & _richards_name_UO
holds info regarding the names of the Richards variables and methods for extracting values of these v...
virtual Real computeQpResidual()