Convection of primary species in given equilibrium species. More...
#include <CoupledConvectionReactionSub.h>
Public Types | |
typedef DerivativeMaterialPropertyNameInterface::SymbolName | SymbolName |
Public Member Functions | |
CoupledConvectionReactionSub (const InputParameters ¶meters) | |
const GenericMaterialProperty< U, is_ad > & | getDefaultMaterialProperty (const std::string &name) |
const GenericMaterialProperty< U, is_ad > & | getDefaultMaterialPropertyByName (const std::string &name) |
void | validateDerivativeMaterialPropertyBase (const std::string &base) |
const MaterialPropertyName | derivativePropertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
const MaterialPropertyName | derivativePropertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
const MaterialPropertyName | derivativePropertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
const MaterialPropertyName | derivativePropertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, unsigned int v2, unsigned int v3=libMesh::invalid_uint) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, unsigned int v1, unsigned int v2=libMesh::invalid_uint, unsigned int v3=libMesh::invalid_uint) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, unsigned int v2, unsigned int v3=libMesh::invalid_uint) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, unsigned int v1, unsigned int v2=libMesh::invalid_uint, unsigned int v3=libMesh::invalid_uint) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< VariableName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< VariableName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
void | validateCoupling (const MaterialPropertyName &base, const std::vector< VariableName > &c, bool validate_aux=true) |
void | validateCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
void | validateCoupling (const MaterialPropertyName &base, const std::vector< VariableName > &c, bool validate_aux=true) |
void | validateCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
void | validateNonlinearCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
void | validateNonlinearCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
const MaterialPropertyName | propertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
const MaterialPropertyName | propertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
const MaterialPropertyName | propertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
const MaterialPropertyName | propertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
const MaterialPropertyName | propertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
const MaterialPropertyName | propertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
const MaterialPropertyName | propertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
const MaterialPropertyName | propertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
Static Public Member Functions | |
static InputParameters | validParams () |
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... | |
const std::vector< unsigned int > | _vars |
Coupled primary species variable numbers. More... | |
const std::vector< const VariableValue * > | _vals |
Coupled primary species concentrations. More... | |
const 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... | |
const 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 18 of file CoupledConvectionReactionSub.h.
CoupledConvectionReactionSub::CoupledConvectionReactionSub | ( | const InputParameters & | parameters | ) |
Definition at line 42 of file CoupledConvectionReactionSub.C.
|
overrideprotectedvirtual |
Definition at line 108 of file CoupledConvectionReactionSub.C.
|
overrideprotectedvirtual |
Definition at line 142 of file CoupledConvectionReactionSub.C.
|
overrideprotectedvirtual |
Definition at line 79 of file CoupledConvectionReactionSub.C.
|
static |
Definition at line 17 of file CoupledConvectionReactionSub.C.
|
protected |
Hydraulic conductivity.
Definition at line 39 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Fluid density.
Definition at line 43 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Activity coefficient of equilibrium species.
Definition at line 59 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Activity coefficient of primary species in the equilibrium species.
Definition at line 55 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Activity coefficients of coupled primary species in the equilibrium species.
Definition at line 57 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Pressure gradient.
Definition at line 45 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Coupled gradients of primary species concentrations.
Definition at line 53 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Gravity.
Definition at line 41 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Equilibrium constant for the equilibrium species in association form.
Definition at line 33 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Pressure variable number.
Definition at line 47 of file CoupledConvectionReactionSub.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Stoichiometric coefficient of the primary species.
Definition at line 35 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Stoichiometric coefficients of the coupled primary species.
Definition at line 37 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), computeQpResidual(), and CoupledConvectionReactionSub().
|
protected |
Coupled primary species concentrations.
Definition at line 51 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Coupled primary species variable numbers.
Definition at line 49 of file CoupledConvectionReactionSub.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Weight of the equilibrium species concentration in the total primary species concentration.
Definition at line 31 of file CoupledConvectionReactionSub.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().