20 "Name of the ViewFactor userobjects.");
22 "The boundary from which to compute the view factor.");
24 "The boundary from which to compute the view factor.");
26 "This postprocessor allows to extract view factors from ViewFactor userobjects.");
33 _from_bnd_id(_fe_problem.
mesh().
getBoundaryID(getParam<BoundaryName>(
"from_boundary"))),
34 _to_bnd_id(_fe_problem.
mesh().
getBoundaryID(getParam<BoundaryName>(
"to_boundary")))
Real getViewFactor(BoundaryID from_id, BoundaryID to_id) const
public interface for obtaining view factors
const BoundaryID _from_bnd_id
A base class for automatic computation of view factors between sidesets.
ViewFactorPP(const InputParameters ¶meters)
static InputParameters validParams()
BoundaryID getBoundaryID(const BoundaryName &boundary_name, const MeshBase &mesh)
registerMooseObject("HeatTransferApp", ViewFactorPP)
const BoundaryID _to_bnd_id
This postprocessor allows to extract view factors from ViewFactor userobjects.
virtual PostprocessorValue getValue() const override
const ViewFactorBase & _vf_uo
static InputParameters validParams()