Mass flow rate of adsorbed fluid from matrix Add this to TimeDerivative to form the entire DE for desorption of fluid-in-the-matrix. More...
#include <DesorptionFromMatrix.h>
Public Member Functions | |
DesorptionFromMatrix (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
virtual Real | computeQpJacobian () override |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) override |
Protected Attributes | |
const unsigned int | _pressure_var |
MOOSE internal variable number corresponding to the porepressure (need this of OffDiagJacobian) More... | |
const MaterialProperty< Real > & | _mass_rate_from_matrix |
mass flow rate from matrix = mass flow rate to porespace More... | |
const MaterialProperty< Real > & | _dmass_rate_from_matrix_dC |
derivative of mass flow rate from matrix wrt concentration More... | |
const MaterialProperty< Real > & | _dmass_rate_from_matrix_dp |
derivative of mass flow rate from matrix wrt pressure More... | |
Mass flow rate of adsorbed fluid from matrix Add this to TimeDerivative to form the entire DE for desorption of fluid-in-the-matrix.
Definition at line 25 of file DesorptionFromMatrix.h.
DesorptionFromMatrix::DesorptionFromMatrix | ( | const InputParameters & | parameters | ) |
Definition at line 30 of file DesorptionFromMatrix.C.
|
overrideprotectedvirtual |
Definition at line 46 of file DesorptionFromMatrix.C.
|
overrideprotectedvirtual |
Definition at line 52 of file DesorptionFromMatrix.C.
|
overrideprotectedvirtual |
Definition at line 40 of file DesorptionFromMatrix.C.
|
protected |
derivative of mass flow rate from matrix wrt concentration
Definition at line 42 of file DesorptionFromMatrix.h.
Referenced by computeQpJacobian().
|
protected |
derivative of mass flow rate from matrix wrt pressure
Definition at line 45 of file DesorptionFromMatrix.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
mass flow rate from matrix = mass flow rate to porespace
Definition at line 39 of file DesorptionFromMatrix.h.
Referenced by computeQpResidual().
|
protected |
MOOSE internal variable number corresponding to the porepressure (need this of OffDiagJacobian)
Definition at line 36 of file DesorptionFromMatrix.h.
Referenced by computeQpOffDiagJacobian().