19 "view_factors",
"The view factors from sideset i to sideset j.");
27 _view_factors = getParam<std::vector<std::vector<Real>>>(
"view_factors");
38 "Leading dimension of view_factors must be equal to number of side sets.");
40 for (
unsigned int i = 0; i <
_n_sides; ++i)
43 "view_factors must be provided as square array. Row ",
registerMooseObject("HeatTransferApp", SpecifiedViewFactor)
void paramError(const std::string ¶m, Args... args) const
unsigned int _n_sides
number of boundaries of this side uo
static InputParameters validParams()
A base class for automatic computation of view factors between sidesets.
std::vector< std::vector< Real > > _view_factors
the view factor from side i to side j
View factors specified directly in the input file.
static InputParameters validParams()
virtual void checkViewFactors() const
SpecifiedViewFactor(const InputParameters ¶meters)