Project the DiscreteNucleationMap onto an AuxVariable field. More...
#include <DiscreteNucleationAux.h>
Public Member Functions | |
DiscreteNucleationAux (const InputParameters ¶ms) | |
Protected Member Functions | |
void | precalculateValue () override |
Real | computeValue () override |
Protected Attributes | |
const DiscreteNucleationMap & | _map |
UserObject providing a map of currently active nuclei. More... | |
const std::vector< Real > * | _nucleus |
nucleus data for the current element More... | |
const Real | _v0 |
Bounds for the returned values. More... | |
const Real | _v1 |
Project the DiscreteNucleationMap onto an AuxVariable field.
Definition at line 24 of file DiscreteNucleationAux.h.
DiscreteNucleationAux::DiscreteNucleationAux | ( | const InputParameters & | params | ) |
Definition at line 28 of file DiscreteNucleationAux.C.
|
overrideprotected |
|
overrideprotected |
Definition at line 39 of file DiscreteNucleationAux.C.
|
protected |
UserObject providing a map of currently active nuclei.
Definition at line 34 of file DiscreteNucleationAux.h.
Referenced by precalculateValue().
|
protected |
nucleus data for the current element
Definition at line 37 of file DiscreteNucleationAux.h.
Referenced by computeValue(), and precalculateValue().
|
protected |
Bounds for the returned values.
Definition at line 40 of file DiscreteNucleationAux.h.
Referenced by computeValue().
|
protected |
Definition at line 41 of file DiscreteNucleationAux.h.
Referenced by computeValue().