This postprocessor allows to extract view factors from ViewFactor userobjects.
More...
#include <ViewFactorPP.h>
This postprocessor allows to extract view factors from ViewFactor userobjects.
Definition at line 23 of file ViewFactorPP.h.
◆ ViewFactorPP()
ViewFactorPP::ViewFactorPP |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 32 of file ViewFactorPP.C.
33 : GeneralPostprocessor(parameters),
34 _vf_uo(getUserObject<ViewFactorBase>(
"view_factor_object_name")),
35 _from_bnd_id(_fe_problem.mesh().getBoundaryID(getParam<BoundaryName>(
"from_boundary"))),
36 _to_bnd_id(_fe_problem.mesh().getBoundaryID(getParam<BoundaryName>(
"to_boundary")))
◆ execute()
virtual void ViewFactorPP::execute |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getValue()
PostprocessorValue ViewFactorPP::getValue |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
virtual void ViewFactorPP::initialize |
( |
| ) |
|
|
inlineoverridevirtual |
◆ validParams()
InputParameters ViewFactorPP::validParams |
( |
| ) |
|
|
static |
Definition at line 18 of file ViewFactorPP.C.
21 params.addRequiredParam<UserObjectName>(
"view_factor_object_name",
22 "Name of the ViewFactor userobjects.");
23 params.addRequiredParam<BoundaryName>(
"from_boundary",
24 "The boundary from which to compute the view factor.");
25 params.addRequiredParam<BoundaryName>(
"to_boundary",
26 "The boundary from which to compute the view factor.");
27 params.addClassDescription(
28 "This postprocessor allows to extract view factors from ViewFactor userobjects.");
◆ _from_bnd_id
const BoundaryID ViewFactorPP::_from_bnd_id |
|
protected |
◆ _to_bnd_id
const BoundaryID ViewFactorPP::_to_bnd_id |
|
protected |
◆ _vf_uo
The documentation for this class was generated from the following files: