Mass flow rate of fluid to the porespace from the matrix Add this to the DE for the porepressure variable to get fluid flowing from the matrix to the porespace. More...
#include <DesorptionToPorespace.h>
Public Member Functions | |
DesorptionToPorespace (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 | _conc_var |
MOOSE internal variable number corresponding to the concentration in the matrix (needed for 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 fluid to the porespace from the matrix Add this to the DE for the porepressure variable to get fluid flowing from the matrix to the porespace.
Definition at line 26 of file DesorptionToPorespace.h.
DesorptionToPorespace::DesorptionToPorespace | ( | const InputParameters & | parameters | ) |
Definition at line 30 of file DesorptionToPorespace.C.
|
overrideprotectedvirtual |
Definition at line 46 of file DesorptionToPorespace.C.
|
overrideprotectedvirtual |
Definition at line 52 of file DesorptionToPorespace.C.
|
overrideprotectedvirtual |
Definition at line 40 of file DesorptionToPorespace.C.
|
protected |
MOOSE internal variable number corresponding to the concentration in the matrix (needed for OffDiagJacobian)
Definition at line 37 of file DesorptionToPorespace.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
derivative of mass flow rate from matrix wrt concentration
Definition at line 43 of file DesorptionToPorespace.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
derivative of mass flow rate from matrix wrt pressure
Definition at line 46 of file DesorptionToPorespace.h.
Referenced by computeQpJacobian().
|
protected |
mass flow rate from matrix = mass flow rate to porespace
Definition at line 40 of file DesorptionToPorespace.h.
Referenced by computeQpResidual().