Time derivative of primary species in given equilibrium species. More...
#include <CoupledBEEquilibriumSub.h>
Public Member Functions | |
CoupledBEEquilibriumSub (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
virtual Real | computeQpJacobian () override |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) override |
Private Attributes | |
const Real | _weight |
Weight of the equilibrium species in the total primary species. More... | |
const VariableValue & | _log_k |
Equilibrium constant for the equilibrium species. More... | |
const Real | _sto_u |
Stoichiometric coefficient of the primary species in the equilibrium species. More... | |
const std::vector< Real > | _sto_v |
Stoichiometric coefficients of the coupled primary species in the equilibrium species. More... | |
const VariableValue & | _gamma_u |
Activity coefficient of primary species in the equilibrium species. More... | |
const VariableValue & | _gamma_u_old |
Old activity coefficient of primary species in the equilibrium species. More... | |
std::vector< const VariableValue * > | _gamma_v |
Activity coefficients of coupled primary species in the equilibrium species. More... | |
std::vector< const VariableValue * > | _gamma_v_old |
Old activity coefficients of coupled primary species in the equilibrium species. More... | |
const VariableValue & | _gamma_eq |
Activity coefficient of equilibrium species. More... | |
const VariableValue & | _gamma_eq_old |
Old activity coefficient of equilibrium species. More... | |
const MaterialProperty< Real > & | _porosity |
Porosity. More... | |
std::vector< unsigned int > | _vars |
Coupled primary species variable numbers. More... | |
std::vector< const VariableValue * > | _v_vals |
Coupled primary species concentrations. More... | |
std::vector< const VariableValue * > | _v_vals_old |
Old values of coupled primary species concentrations. More... | |
const VariableValue & | _u_old |
Old value of the primary species concentration. More... | |
Time derivative of primary species in given equilibrium species.
Definition at line 22 of file CoupledBEEquilibriumSub.h.
CoupledBEEquilibriumSub::CoupledBEEquilibriumSub | ( | const InputParameters & | parameters | ) |
Definition at line 37 of file CoupledBEEquilibriumSub.C.
|
overrideprotectedvirtual |
Definition at line 104 of file CoupledBEEquilibriumSub.C.
|
overrideprotectedvirtual |
Definition at line 116 of file CoupledBEEquilibriumSub.C.
|
overrideprotectedvirtual |
Definition at line 83 of file CoupledBEEquilibriumSub.C.
|
private |
Activity coefficient of equilibrium species.
Definition at line 50 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
Old activity coefficient of equilibrium species.
Definition at line 52 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpResidual().
|
private |
Activity coefficient of primary species in the equilibrium species.
Definition at line 42 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
Old activity coefficient of primary species in the equilibrium species.
Definition at line 44 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpResidual().
|
private |
Activity coefficients of coupled primary species in the equilibrium species.
Definition at line 46 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), computeQpResidual(), and CoupledBEEquilibriumSub().
|
private |
Old activity coefficients of coupled primary species in the equilibrium species.
Definition at line 48 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpResidual(), and CoupledBEEquilibriumSub().
|
private |
Equilibrium constant for the equilibrium species.
Definition at line 36 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
Porosity.
Definition at line 54 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
Stoichiometric coefficient of the primary species in the equilibrium species.
Definition at line 38 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
Stoichiometric coefficients of the coupled primary species in the equilibrium species.
Definition at line 40 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), computeQpResidual(), and CoupledBEEquilibriumSub().
|
private |
Old value of the primary species concentration.
Definition at line 62 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpResidual().
|
private |
Coupled primary species concentrations.
Definition at line 58 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), computeQpResidual(), and CoupledBEEquilibriumSub().
|
private |
Old values of coupled primary species concentrations.
Definition at line 60 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpResidual(), and CoupledBEEquilibriumSub().
|
private |
Coupled primary species variable numbers.
Definition at line 56 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), computeQpResidual(), and CoupledBEEquilibriumSub().
|
private |
Weight of the equilibrium species in the total primary species.
Definition at line 34 of file CoupledBEEquilibriumSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().