Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< SurfaceRadiationVectorPostprocessor >()
Definition at line 19 of file SurfaceRadiationVectorPostprocessor.C.
21 InputParameters params = validParams<GeneralVectorPostprocessor>();
22 params.addClassDescription(
23 "VectorPostprocessor for accessing information stored in surface radiation user object");
24 params.addRequiredParam<UserObjectName>(
"surface_radiation_object_name",
25 "Name of the GrayLambertSurfaceRadiationBase UO");
26 MultiMooseEnum information_type(
"temperature=0 heat_flux_density=1 radiosity=2 emissivity=3",
28 params.addParam<MultiMooseEnum>(
31 "The type of information to obtain from surface radiation user object");