This postprocessor computes the thermal conductivity of the bulk. More...
#include <ThermalConductivity.h>
Public Member Functions | |
ThermalConductivity (const InputParameters ¶meters) | |
virtual Real | getValue () |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const Real | _dx |
const PostprocessorValue & | _flux |
const PostprocessorValue & | _T_hot |
const Real | _length_scale |
const Real | _k0 |
Private Attributes | |
bool & | _step_zero |
True if this is the zeroth timestep (timestep < 1). More... | |
This postprocessor computes the thermal conductivity of the bulk.
Definition at line 23 of file ThermalConductivity.h.
ThermalConductivity::ThermalConductivity | ( | const InputParameters & | parameters | ) |
Definition at line 29 of file ThermalConductivity.C.
|
virtual |
Definition at line 41 of file ThermalConductivity.C.
|
static |
Definition at line 17 of file ThermalConductivity.C.
|
protected |
Definition at line 33 of file ThermalConductivity.h.
Referenced by getValue().
|
protected |
Definition at line 34 of file ThermalConductivity.h.
Referenced by getValue().
|
protected |
Definition at line 37 of file ThermalConductivity.h.
Referenced by getValue().
|
protected |
Definition at line 36 of file ThermalConductivity.h.
Referenced by getValue().
|
private |
True if this is the zeroth timestep (timestep < 1).
At the zero timestep, the initial value of thermal conductivity should be returned. This boolean is delcared as a reference so that the variable is restartable data: if we restart, the code will not think it is the zero timestep again.
Definition at line 44 of file ThermalConductivity.h.
Referenced by getValue().
|
protected |
Definition at line 35 of file ThermalConductivity.h.
Referenced by getValue().