Calculates derivative of effective saturation wrt a specified porepressure. More...
#include <RichardsSeffPrimeAux.h>
Public Member Functions | |
RichardsSeffPrimeAux (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeValue () |
Protected Attributes | |
const RichardsSeff & | _seff_UO |
The user object that defines effective saturation as function of porepressure (or porepressures in the multiphase situation) More... | |
int | _wrt1 |
AuxKernel calculates d^2(Seff)/dP_wrt1 so wrt1 is the porepressure number to differentiate wrt to. More... | |
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 requires) Eg, for twophase simulations N=2 More... | |
std::vector< Real > | _mat |
array of derivtives: This auxkernel returns _mat[_wrt1] More... | |
Calculates derivative of effective saturation wrt a specified porepressure.
Definition at line 25 of file RichardsSeffPrimeAux.h.
RichardsSeffPrimeAux::RichardsSeffPrimeAux | ( | const InputParameters & | parameters | ) |
Definition at line 31 of file RichardsSeffPrimeAux.C.
|
protectedvirtual |
Definition at line 48 of file RichardsSeffPrimeAux.C.
|
protected |
array of derivtives: This auxkernel returns _mat[_wrt1]
Definition at line 54 of file RichardsSeffPrimeAux.h.
Referenced by computeValue(), and RichardsSeffPrimeAux().
|
protected |
the porepressure values (this will be length N where N is the number of arguments that the _seff_UO requires) Eg, for twophase simulations N=2
Definition at line 51 of file RichardsSeffPrimeAux.h.
Referenced by computeValue(), and RichardsSeffPrimeAux().
|
protected |
The user object that defines effective saturation as function of porepressure (or porepressures in the multiphase situation)
Definition at line 38 of file RichardsSeffPrimeAux.h.
Referenced by computeValue().
|
protected |
AuxKernel calculates d^2(Seff)/dP_wrt1 so wrt1 is the porepressure number to differentiate wrt to.
Definition at line 44 of file RichardsSeffPrimeAux.h.
Referenced by computeValue(), and RichardsSeffPrimeAux().