Holds Langmuir parameters associated with desorption Calculates mass-flow rates and derivatives thereof for use by kernels. More...
#include <LangmuirMaterial.h>
Public Member Functions | |
LangmuirMaterial (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual void | computeQpProperties () override |
Private Attributes | |
const VariableValue * | _one_over_de_time_const |
reciprocal of desorption time constant More... | |
const VariableValue * | _one_over_ad_time_const |
reciprocal of adsorption time constant More... | |
const Real | _langmuir_dens |
langmuir density More... | |
const Real | _langmuir_p |
langmuir pressure More... | |
const VariableValue * | _conc |
concentration of adsorbed fluid in matrix More... | |
const VariableValue * | _pressure |
porespace pressure (or partial pressure if multiphase flow scenario) More... | |
MaterialProperty< Real > & | _mass_rate_from_matrix |
mass flow rate from the matrix = mass flow rate to the porespace More... | |
MaterialProperty< Real > & | _dmass_rate_from_matrix_dC |
derivative of mass flow rate wrt concentration More... | |
MaterialProperty< Real > & | _dmass_rate_from_matrix_dp |
derivative of mass flow rate wrt pressure More... | |
Holds Langmuir parameters associated with desorption Calculates mass-flow rates and derivatives thereof for use by kernels.
Definition at line 25 of file LangmuirMaterial.h.
LangmuirMaterial::LangmuirMaterial | ( | const InputParameters & | parameters | ) |
Definition at line 40 of file LangmuirMaterial.C.
|
overrideprotectedvirtual |
Definition at line 60 of file LangmuirMaterial.C.
|
private |
concentration of adsorbed fluid in matrix
Definition at line 47 of file LangmuirMaterial.h.
Referenced by computeQpProperties().
|
private |
derivative of mass flow rate wrt concentration
Definition at line 56 of file LangmuirMaterial.h.
Referenced by computeQpProperties().
|
private |
derivative of mass flow rate wrt pressure
Definition at line 59 of file LangmuirMaterial.h.
Referenced by computeQpProperties().
|
private |
langmuir density
Definition at line 41 of file LangmuirMaterial.h.
Referenced by computeQpProperties().
|
private |
langmuir pressure
Definition at line 44 of file LangmuirMaterial.h.
Referenced by computeQpProperties().
|
private |
mass flow rate from the matrix = mass flow rate to the porespace
Definition at line 53 of file LangmuirMaterial.h.
Referenced by computeQpProperties().
|
private |
reciprocal of adsorption time constant
Definition at line 38 of file LangmuirMaterial.h.
|
private |
reciprocal of desorption time constant
Definition at line 35 of file LangmuirMaterial.h.
|
private |
porespace pressure (or partial pressure if multiphase flow scenario)
Definition at line 50 of file LangmuirMaterial.h.
Referenced by computeQpProperties().