- Tbulk300Bulk temperature of gap in K.
Default:300
C++ Type:FunctionName
Description:Bulk temperature of gap in K.
- blockThe list of block ids (SubdomainID) that this object will be applied
C++ Type:std::vector
Description:The list of block ids (SubdomainID) that this object will be applied
- boundaryThe list of boundary IDs from the mesh where this boundary condition applies
C++ Type:std::vector
Description:The list of boundary IDs from the mesh where this boundary condition applies
- computeTrueWhen false, MOOSE will not call compute methods on this material. The user must call computeProperties() after retrieving the MaterialBase via MaterialBasePropertyInterface::getMaterialBase(). Non-computed MaterialBases are not sorted for dependencies.
Default:True
C++ Type:bool
Description:When false, MOOSE will not call compute methods on this material. The user must call computeProperties() after retrieving the MaterialBase via MaterialBasePropertyInterface::getMaterialBase(). Non-computed MaterialBases are not sorted for dependencies.
- conductivity0Heat conductivity in W/m/K.
Default:0
C++ Type:FunctionName
Description:Heat conductivity in W/m/K.
- conductivity_temperature_functionHeat conductivity in W/m/K as a function of temperature.
C++ Type:FunctionName
Description:Heat conductivity in W/m/K as a function of temperature.
- emissivity_master0Master face emissivity.
Default:0
C++ Type:FunctionName
Description:Master face emissivity.
- emissivity_neighbor0Neighbor face emissivity.
Default:0
C++ Type:FunctionName
Description:Neighbor face emissivity.
- gap_length1Total width of gap in m.
Default:1
C++ Type:FunctionName
Description:Total width of gap in m.
- gap_temperatureCoupled Temperature of gap, used for computing temperature dependent conductivity.
C++ Type:std::vector
Description:Coupled Temperature of gap, used for computing temperature dependent conductivity.
- h_master0Convective heat transfer coefficient (master face) in W/m^2/K.
Default:0
C++ Type:FunctionName
Description:Convective heat transfer coefficient (master face) in W/m^2/K.
- h_neighbor0Convective heat transfer coefficient (neighbor face) in W/m^2/K.
Default:0
C++ Type:FunctionName
Description:Convective heat transfer coefficient (neighbor face) in W/m^2/K.
- reflectivity_masterMaster face reflectivity, uses (1-emissivity) if not provided.
C++ Type:FunctionName
Description:Master face reflectivity, uses (1-emissivity) if not provided.
- reflectivity_neighborNeighbor face reflectivity, uses (1-emissivity) if not provided.
C++ Type:FunctionName
Description:Neighbor face reflectivity, uses (1-emissivity) if not provided.
SideSetHeatTransferMaterial
This material constructs the necessary coefficients and properties for SideSetHeatTransferKernel.
Description
This is a interface material (boudary restricted material) specifically for application to SideSetHeatTransferKernel. Material properties generated:
- gap_conductance
:
- gap_Tbulk
:
- gap_h_master
:
- gap_h_neighbor
:
- gap_emissivity_eff_master
:
- gap_emissivity_eff_neighbor
:
is the Stefan-Boltzmann constant defined as . The input variables that define these materials with their default values:
- conductivity
: default: 0
- conductivity_temperature_function
:
- gap_temperature
: for
- gap_length
: default: 1
- Tbulk
: default: 300 K
- h_master
: default: 0
- h_neighbor
: default: 0
- emissivity_master
: default: 0
- emissivity_neighbor
: default: 0
- reflectivity_master
: default:
- reflectivity_neighbor
: default:
Example Input File Syntax
Defining conductivity as a space-time dependent function:
[gap_mat]
type = SideSetHeatTransferMaterial
boundary = 'interface0'
conductivity = 1.5
gap_length = 1.0
h_master = 1
h_neighbor = 1
Tbulk = 300
emissivity_master = 1
emissivity_neighbor = 1
[]
(modules/heat_conduction/test/tests/sideset_heat_transfer/gap_thermal_1D.i)Defining conductivity as a temperature dependent function:
[gap_mat]
type = SideSetHeatTransferMaterial
boundary = 'interface0'
# Using temperature dependent function for gap conductivity
conductivity_temperature_function = kgap
# Variable to evaluate conductivity with
gap_temperature = Tbulk
gap_length = 1.0
h_master = 1
h_neighbor = 1
emissivity_master = 1
emissivity_neighbor = 1
[]
(modules/heat_conduction/test/tests/sideset_heat_transfer/gap_thermal_ktemp_1D.i)Input Parameters
- 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.
- implicitTrueDetermines whether this object is calculated using an implicit or explicit form
Default:True
C++ Type:bool
Description:Determines whether this object is calculated using an implicit or explicit form
- seed0The seed for the master random number generator
Default:0
C++ Type:unsigned int
Description:The seed for the master random number generator
- 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
- output_propertiesList of material properties, from this material, to output (outputs must also be defined to an output type)
C++ Type:std::vector
Description:List of material properties, from this material, to output (outputs must also be defined to an output type)
- outputsnone Vector of output names were you would like to restrict the output of variables(s) associated with this object
Default:none
C++ Type:std::vector
Description:Vector of output names were you would like to restrict the output of variables(s) associated with this object
Outputs Parameters
Input Files
- modules/heat_conduction/test/tests/sideset_heat_transfer/cfem_gap.i
- modules/heat_conduction/test/tests/sideset_heat_transfer/gap_thermal_1D.i
- modules/heat_conduction/test/tests/sideset_heat_transfer/gap_thermal_ktemp_1D.i