moltres
|
#include <MatDiffusionAux.h>
Public Member Functions | |
MatDiffusionAux (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeValue () override |
Protected Attributes | |
std::string | _prop_name |
const VariableGradient & | _grad_diffuse_var |
const MaterialProperty< Real > * | _diff |
Computes the Euclidean norm of the flux of some diffusing variable at any point in space. In other words, this computes:
\[ | D \nabla f | \]
Where D is the diffusion coefficient and f is some scalar variable in the simulation.
MatDiffusionAux::MatDiffusionAux | ( | const InputParameters & | parameters | ) |
|
overrideprotectedvirtual |
|
static |
|
protected |
|
protected |
|
protected |