- boundaryThe boundary of interest.
C++ Type:BoundaryName
Description:The boundary of interest.
- surface_radiation_object_nameName of the GrayLambertSurfaceRadiationBase UO
C++ Type:UserObjectName
Description:Name of the GrayLambertSurfaceRadiationBase UO
GrayLambertSurfaceRadiationPP
This postprocessor allows to extract radiosity, heat flux density, and temperature from the GrayLambertSurfaceRadiationBase object.
Description
This postprocessor extracts radiosity, heat flux density, or temperature from the GrayLambertSurfaceRadiation userobject. The boundary from which this information is extracted needs to be specified.
Example Input File Syntax
[Mesh]
type = GeneratedMesh
dim = 2
xmin = 0
xmax = 1
ymin = 0
ymax = 2
nx = 1
ny = 1
[]
[Problem]
kernel_coverage_check = false
[]
[Variables]
[./temperature]
initial_condition = 300
[../]
[]
[UserObjects]
[./gray_lambert]
type = ConstantViewFactorSurfaceRadiation
boundary = 'bottom top left right'
fixed_temperature_boundary = 'bottom top'
fixed_boundary_temperatures = '550 300'
adiabatic_boundary = 'right left'
emissivity = '1 0.75 0.75 0.75'
temperature = temperature
view_factors = '0 0.123 0.6928 0.1841;
0.123 0 0.1841 0.6928;
0.2771 0.0736 0.4458 0.2035;
0.0736 0.2771 0.2035 0.4458'
[../]
[]
[VectorPostprocessors]
[./lambert_vpp]
type = SurfaceRadiationVectorPostprocessor
surface_radiation_object_name = gray_lambert
information = 'temperature emissivity radiosity heat_flux_density'
[../]
[./view_factors]
type = ViewfactorVectorPostprocessor
surface_radiation_object_name = gray_lambert
[../]
[]
[Postprocessors]
[./heat_flux_density_bottom]
type = GrayLambertSurfaceRadiationPP
surface_radiation_object_name = gray_lambert
return_type = HEAT_FLUX_DENSITY
boundary = bottom
[../]
[./temperature_left]
type = GrayLambertSurfaceRadiationPP
surface_radiation_object_name = gray_lambert
return_type = TEMPERATURE
boundary = left
[../]
[./temperature_right]
type = GrayLambertSurfaceRadiationPP
surface_radiation_object_name = gray_lambert
return_type = TEMPERATURE
boundary = right
[../]
[./brightness_top]
type = GrayLambertSurfaceRadiationPP
surface_radiation_object_name = gray_lambert
return_type = RADIOSITY
boundary = top
[../]
[]
[Executioner]
type = Transient
num_steps = 1
[]
(modules/heat_conduction/test/tests/gray_lambert_radiator/gray_lambert_cavity.i)Input Parameters
- execute_onTIMESTEP_ENDThe list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.
Default:TIMESTEP_END
C++ Type:ExecFlagEnum
Description:The list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.
- return_typeHEAT_FLUX_DENSITYRequested return type: RADIOSITY | HEAT_FLUX_DENSITY | TEMPERATURE
Default:HEAT_FLUX_DENSITY
C++ Type:MooseEnum
Description:Requested return type: RADIOSITY | HEAT_FLUX_DENSITY | TEMPERATURE
Optional Parameters
- allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
Default:False
C++ Type:bool
Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
- force_preauxFalseForces the GeneralUserObject to be executed in PREAUX
Default:False
C++ Type:bool
Description:Forces the GeneralUserObject to be executed in PREAUX
- outputsVector of output names were you would like to restrict the output of variables(s) associated with this object
C++ Type:std::vector
Description:Vector of output names were you would like to restrict the output of variables(s) associated with this object
- use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Default:False
C++ Type:bool
Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Advanced Parameters
Input Files
- modules/heat_conduction/test/tests/gray_lambert_radiator/coupled_heat_conduction.i
- modules/heat_conduction/test/tests/gray_lambert_radiator/gray_lambert_cavity.i
- modules/heat_conduction/test/tests/gray_lambert_radiator/gray_lambert_cavity_automatic_vf.i
- modules/heat_conduction/test/tests/gray_lambert_radiator/gray_lambert_cavity_automatic_vf_3D.i