Derivative of mineral species concentration wrt time. More...
#include <CoupledBEKinetic.h>
Public Member Functions | |
CoupledBEKinetic (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
Private Attributes | |
const MaterialProperty< Real > & | _porosity |
Porosity. More... | |
const std::vector< Real > | _weight |
Weight of the kinetic mineral concentration in the total primary species concentration. More... | |
std::vector< const VariableValue * > | _vals |
Coupled kinetic mineral concentrations. More... | |
std::vector< const VariableValue * > | _vals_old |
Coupled old values of kinetic mineral concentrations. More... | |
Derivative of mineral species concentration wrt time.
Definition at line 22 of file CoupledBEKinetic.h.
CoupledBEKinetic::CoupledBEKinetic | ( | const InputParameters & | parameters | ) |
Definition at line 26 of file CoupledBEKinetic.C.
|
overrideprotectedvirtual |
|
private |
|
private |
Coupled kinetic mineral concentrations.
Definition at line 36 of file CoupledBEKinetic.h.
Referenced by computeQpResidual(), and CoupledBEKinetic().
|
private |
Coupled old values of kinetic mineral concentrations.
Definition at line 38 of file CoupledBEKinetic.h.
Referenced by computeQpResidual(), and CoupledBEKinetic().
|
private |
Weight of the kinetic mineral concentration in the total primary species concentration.
Definition at line 34 of file CoupledBEKinetic.h.
Referenced by computeQpResidual().