#include <DecayHeatSource.h>
|
| DecayHeatSource (const InputParameters ¶meters) |
|
| ScalarTransportBase (const InputParameters ¶meters) |
|
virtual Real | computeConcentration (const VariableValue &u, unsigned int qp) |
| Computes \(c\).
|
|
virtual RealVectorValue | computeConcentrationGradient (const VariableValue &u, const VariableGradient &grad_u, unsigned int qp) |
| Computes \(\nabla c\).
|
|
virtual Real | computeConcentrationDerivative (const VariableValue &u, const VariablePhiValue &phi, unsigned int j, unsigned int qp) |
| Computes \(\frac{\partial c}{\partial u_j}\).
|
|
virtual RealVectorValue | computeConcentrationGradientDerivative (const VariableValue &u, const VariableGradient &grad_u, const VariablePhiValue &phi, const VariablePhiGradient &grad_phi, unsigned int j, unsigned int qp) |
| Computes \(\nabla \frac{\partial c}{\partial u_j}\).
|
|
virtual Real | computeConcentrationDot (const VariableValue &u, const VariableValue &u_dot, unsigned int qp) |
| Computes \(\frac{\partial c}{\partial t}\).
|
|
virtual Real | computeConcentrationDotDerivative (const VariableValue &u, const VariableValue &u_dot, const VariableValue &du_dot_du, const VariablePhiValue &phi, unsigned int j, unsigned int qp) |
| Computes \(\frac{\partial}{\partial t} \frac{\partial c}{\partial u_j}\).
|
|
◆ DecayHeatSource()
DecayHeatSource::DecayHeatSource |
( |
const InputParameters & |
parameters | ) |
|
◆ computeQpJacobian()
Real DecayHeatSource::computeQpJacobian |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ computeQpOffDiagJacobian()
Real DecayHeatSource::computeQpOffDiagJacobian |
( |
unsigned int |
jvar | ) |
|
|
overrideprotectedvirtual |
◆ computeQpResidual()
Real DecayHeatSource::computeQpResidual |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ validParams()
InputParameters DecayHeatSource::validParams |
( |
| ) |
|
|
static |
◆ _decay_heat_const
std::vector<Real> DecayHeatSource::_decay_heat_const |
|
protected |
◆ _heat_concs
std::vector<const VariableValue *> DecayHeatSource::_heat_concs |
|
protected |
◆ _heat_ids
std::vector<unsigned int> DecayHeatSource::_heat_ids |
|
protected |
◆ _num_heat_groups
unsigned int DecayHeatSource::_num_heat_groups |
|
protected |
The documentation for this class was generated from the following files: