A postprocessor that extracts information from the GrayLambertSurfaceRadiationBase UserObject.
More...
#include <GrayLambertSurfaceRadiationPP.h>
A postprocessor that extracts information from the GrayLambertSurfaceRadiationBase UserObject.
Definition at line 24 of file GrayLambertSurfaceRadiationPP.h.
◆ GrayLambertSurfaceRadiationPP()
GrayLambertSurfaceRadiationPP::GrayLambertSurfaceRadiationPP |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 32 of file GrayLambertSurfaceRadiationPP.C.
33 : GeneralPostprocessor(parameters),
34 _glsr_uo(getUserObject<GrayLambertSurfaceRadiationBase>(
"surface_radiation_object_name")),
36 _bnd_id(_fe_problem.mesh().getBoundaryID(getParam<BoundaryName>(
"boundary")))
◆ execute()
virtual void GrayLambertSurfaceRadiationPP::execute |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getValue()
PostprocessorValue GrayLambertSurfaceRadiationPP::getValue |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
virtual void GrayLambertSurfaceRadiationPP::initialize |
( |
| ) |
|
|
inlineoverridevirtual |
◆ validParams()
InputParameters GrayLambertSurfaceRadiationPP::validParams |
( |
| ) |
|
|
static |
Definition at line 17 of file GrayLambertSurfaceRadiationPP.C.
20 MooseEnum return_type(
"RADIOSITY HEAT_FLUX_DENSITY TEMPERATURE",
"HEAT_FLUX_DENSITY");
21 params.addParam<MooseEnum>(
"return_type",
23 "Requested return type: RADIOSITY | HEAT_FLUX_DENSITY | TEMPERATURE");
24 params.addRequiredParam<UserObjectName>(
"surface_radiation_object_name",
25 "Name of the GrayLambertSurfaceRadiationBase UO");
26 params.addRequiredParam<BoundaryName>(
"boundary",
"The boundary of interest.");
27 params.addClassDescription(
"This postprocessor allows to extract radiosity, heat flux density, "
28 "and temperature from the GrayLambertSurfaceRadiationBase object.");
◆ _bnd_id
BoundaryID GrayLambertSurfaceRadiationPP::_bnd_id |
|
protected |
◆ _glsr_uo
◆ _return_type
MooseEnum GrayLambertSurfaceRadiationPP::_return_type |
|
protected |
The documentation for this class was generated from the following files: