virtual Real computeQpJacobian() override
const PorousFlowDictator & _dictator
PorousFlowDictator UserObject.
Moose::GenericType< Real, is_ad > GenericReal
PorousFlowDesorpedMassTimeDerivativeTempl(const InputParameters ¶meters)
const MaterialProperty< std::vector< Real > > *const _dporosity_dvar
d(porosity)/d(PorousFlow variable) – null for AD
Kernel = (desorped_mass - desorped_mass_old)/dt It is NOT lumped to the nodes.
PorousFlowDesorpedMassTimeDerivativeTempl< false > PorousFlowDesorpedMassTimeDerivative
PorousFlowDesorpedMassTimeDerivativeTempl< true > ADPorousFlowDesorpedMassTimeDerivative
const InputParameters & parameters() const
const GenericMaterialProperty< Real, is_ad > & _porosity
Porosity at the qps (AD or non-AD)
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
Moose::GenericType< VariableValue, is_ad > GenericVariableValue
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
const unsigned int _conc_var_number
The MOOSE variable number of the concentration variable.
usingGenericKernelMembers
VariableValueTempl< false > VariableValue
const VariableValue & _conc_old
Old value of the concentration variable (always non-AD)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
This holds maps between the nonlinear variables used in a PorousFlow simulation and the variable numb...
const GenericVariableValue< is_ad > & _conc
The concentration variable (AD or non-AD)
const MaterialProperty< Real > & _porosity_old
Old value of porosity.
virtual GenericReal< is_ad > computeQpResidual() override
const MaterialProperty< std::vector< RealGradient > > *const _dporosity_dgradvar
d(porosity)/d(grad PorousFlow variable) – null for AD
static InputParameters validParams()
Real computeQpJac(unsigned int jvar)
Derivative of residual with respect to variable number jvar (non-AD path only)