Convection of primary species in given equilibrium species. More...
#include <CoupledConvectionReactionSub.h>
Public Member Functions | |
CoupledConvectionReactionSub (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
virtual Real | computeQpJacobian () override |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) override |
Protected Attributes | |
const Real | _weight |
Weight of the equilibrium species concentration in the total primary species concentration. More... | |
const VariableValue & | _log_k |
Equilibrium constant for the equilibrium species in association form. More... | |
const Real | _sto_u |
Stoichiometric coefficient of the primary species. More... | |
const std::vector< Real > | _sto_v |
Stoichiometric coefficients of the coupled primary species. More... | |
const MaterialProperty< Real > & | _cond |
Hydraulic conductivity. More... | |
const RealVectorValue | _gravity |
Gravity. More... | |
const MaterialProperty< Real > & | _density |
Fluid density. More... | |
const VariableGradient & | _grad_p |
Pressure gradient. More... | |
const unsigned int | _pvar |
Pressure variable number. More... | |
std::vector< unsigned int > | _vars |
Coupled primary species variable numbers. More... | |
std::vector< const VariableValue * > | _vals |
Coupled primary species concentrations. More... | |
std::vector< const VariableGradient * > | _grad_vals |
Coupled gradients of primary species concentrations. More... | |
const VariableValue & | _gamma_u |
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... | |
const VariableValue & | _gamma_eq |
Activity coefficient of equilibrium species. More... | |
Convection of primary species in given equilibrium species.
Definition at line 23 of file CoupledConvectionReactionSub.h.
CoupledConvectionReactionSub::CoupledConvectionReactionSub | ( | const InputParameters & | parameters | ) |
Definition at line 40 of file CoupledConvectionReactionSub.C.
|
overrideprotectedvirtual |
Definition at line 112 of file CoupledConvectionReactionSub.C.
|
overrideprotectedvirtual |
Definition at line 146 of file CoupledConvectionReactionSub.C.
|
overrideprotectedvirtual |
Definition at line 83 of file CoupledConvectionReactionSub.C.
|
protected |
Hydraulic conductivity.
Definition at line 42 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Fluid density.
Definition at line 46 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Activity coefficient of equilibrium species.
Definition at line 62 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Activity coefficient of primary species in the equilibrium species.
Definition at line 58 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Activity coefficients of coupled primary species in the equilibrium species.
Definition at line 60 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), computeQpResidual(), and CoupledConvectionReactionSub().
|
protected |
Pressure gradient.
Definition at line 48 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Coupled gradients of primary species concentrations.
Definition at line 56 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), computeQpResidual(), and CoupledConvectionReactionSub().
|
protected |
Definition at line 44 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Equilibrium constant for the equilibrium species in association form.
Definition at line 36 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Pressure variable number.
Definition at line 50 of file CoupledConvectionReactionSub.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Stoichiometric coefficient of the primary species.
Definition at line 38 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Stoichiometric coefficients of the coupled primary species.
Definition at line 40 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), computeQpResidual(), and CoupledConvectionReactionSub().
|
protected |
Coupled primary species concentrations.
Definition at line 54 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), computeQpResidual(), and CoupledConvectionReactionSub().
|
protected |
Coupled primary species variable numbers.
Definition at line 52 of file CoupledConvectionReactionSub.h.
Referenced by computeQpOffDiagJacobian(), and CoupledConvectionReactionSub().
|
protected |
Weight of the equilibrium species concentration in the total primary species concentration.
Definition at line 34 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().