Calculates effective saturation for a specified variable. More...
#include <RichardsSeffAux.h>
Public Member Functions | |
RichardsSeffAux (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... | |
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... | |
Calculates effective saturation for a specified variable.
Definition at line 25 of file RichardsSeffAux.h.
RichardsSeffAux::RichardsSeffAux | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file RichardsSeffAux.C.
|
protectedvirtual |
Definition at line 39 of file RichardsSeffAux.C.
|
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 45 of file RichardsSeffAux.h.
Referenced by computeValue(), and RichardsSeffAux().
|
protected |
The user object that defines effective saturation as function of porepressure (or porepressures in the multiphase situation)
Definition at line 38 of file RichardsSeffAux.h.
Referenced by computeValue().