#include <CoefReaction.h>
|
const Real | _coef |
| input parameter multiplied by the reaction kernel More...
|
|
Definition at line 21 of file CoefReaction.h.
◆ CoefReaction()
CoefReaction::CoefReaction |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 24 of file CoefReaction.C.
25 : Reaction(parameters),
_coef(getParam<Real>(
"coefficient"))
const Real _coef
input parameter multiplied by the reaction kernel
◆ computeQpJacobian()
Real CoefReaction::computeQpJacobian |
( |
| ) |
|
|
overrideprotectedvirtual |
Definition at line 36 of file CoefReaction.C.
38 return _coef * Reaction::computeQpJacobian();
const Real _coef
input parameter multiplied by the reaction kernel
◆ computeQpResidual()
Real CoefReaction::computeQpResidual |
( |
| ) |
|
|
overrideprotectedvirtual |
Definition at line 30 of file CoefReaction.C.
32 return _coef * Reaction::computeQpResidual();
const Real _coef
input parameter multiplied by the reaction kernel
◆ _coef
const Real CoefReaction::_coef |
|
protected |
The documentation for this class was generated from the following files: