Go to the documentation of this file.
12 #include "AuxKernel.h"
60 std::vector<std::vector<Real>>
_mat;
std::vector< const VariableValue * > _pressure_vals
the porepressure values (this will be length N where N is the number of arguments that the _seff_UO r...
Base class for effective saturation as a function of porepressure(s) The functions seff,...
std::vector< std::vector< Real > > _mat
matrix of 2nd derivtives: This auxkernel returns _mat[_wrt1][_wrt2];
RichardsSeffPrimePrimeAux(const InputParameters ¶meters)
Calculates derivative of effective saturation wrt specified porepressures.
InputParameters validParams< RichardsSeffPrimePrimeAux >()
const RichardsSeff & _seff_UO
The user object that defines effective saturation as function of porepressure (or porepressures in th...
int _wrt2
AuxKernel calculates d^2(Seff)/dP_wrt1 dP_wrt2 so wrt2 is the porepressure number to differentiate wr...
int _wrt1
AuxKernel calculates d^2(Seff)/dP_wrt1 dP_wrt2 so wrt1 is the porepressure number to differentiate wr...
virtual Real computeValue()