18 InputParameters params = validParams<IntegratedBC>();
19 params.addClassDescription(
"Chemical flux boundary condition");
24 : IntegratedBC(parameters),
25 _diff(getMaterialProperty<Real>(
"diffusivity")),
26 _porosity(getMaterialProperty<Real>(
"porosity"))
33 return -_test[_i][_qp] *
_porosity[_qp] *
_diff[_qp] * _grad_u[_qp] * _normals[_qp];
39 return -_test[_i][_qp] *
_porosity[_qp] *
_diff[_qp] * _grad_phi[_j][_qp] * _normals[_qp];