Define the Kernel for a CoupledConvectionReactionSub operator that looks like: storage * delta pressure / delta t. More...
#include <PrimaryTimeDerivative.h>
Public Member Functions | |
PrimaryTimeDerivative (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
virtual Real | computeQpJacobian () override |
Protected Attributes | |
const MaterialProperty< Real > & | _porosity |
Material property of porosity. More... | |
Define the Kernel for a CoupledConvectionReactionSub operator that looks like: storage * delta pressure / delta t.
Definition at line 24 of file PrimaryTimeDerivative.h.
PrimaryTimeDerivative::PrimaryTimeDerivative | ( | const InputParameters & | parameters | ) |
Definition at line 23 of file PrimaryTimeDerivative.C.
|
overrideprotectedvirtual |
Definition at line 35 of file PrimaryTimeDerivative.C.
|
overrideprotectedvirtual |
Definition at line 29 of file PrimaryTimeDerivative.C.
|
protected |
Material property of porosity.
Definition at line 34 of file PrimaryTimeDerivative.h.
Referenced by computeQpJacobian(), and computeQpResidual().