- blockThe list of blocks (ids or names) that this object will be applied
C++ Type:std::vector<SubdomainName>
Controllable:No
Description:The list of blocks (ids or names) that this object will be applied
- boundaryThe list of boundaries (ids or names) from the mesh where this object applies
C++ Type:std::vector<BoundaryName>
Controllable:No
Description:The list of boundaries (ids or names) from the mesh where this object applies
- declare_suffixAn optional suffix parameter that can be appended to any declared properties. The suffix will be prepended with a '_' character.
C++ Type:MaterialPropertyName
Unit:(no unit assumed)
Controllable:No
Description:An optional suffix parameter that can be appended to any declared properties. The suffix will be prepended with a '_' character.
- min_T-1.79769e+308Minimum allowable value for temperature for evaluating properties when provided by functions
Default:-1.79769e+308
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Minimum allowable value for temperature for evaluating properties when provided by functions
- specific_heat0The specific heat value
Default:0
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:The specific heat value
- tempCoupled Temperature
C++ Type:std::vector<VariableName>
Unit:(no unit assumed)
Controllable:No
Description:Coupled Temperature
- thermal_conductivity0The thermal conductivity value
Default:0
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:The thermal conductivity value
KokkosHeatConductionMaterial
This is the Kokkos version of HeatConductionMaterial. See the original document for details.
Kokkos-MOOSE does not support functions yet. Therefore, "thermal_conductivity_temperature_function" and "specific_heat_temperature_function" in the original HeatConductionMaterial are not available in the Kokkos version.
Example Syntax
[conduction]
type = KokkosHeatConductionMaterial
thermal_conductivity = 10
[]
(modules/heat_transfer/test/tests/kokkos/kokkos_conduction.i)Input Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Controllable:Yes
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
Controllable:No
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
Controllable:No
Description:The seed for the master random number generator
Advanced Parameters
- prop_getter_suffixAn optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.
C++ Type:MaterialPropertyName
Unit:(no unit assumed)
Controllable:No
Description:An optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.
- use_interpolated_stateFalseFor the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.
Default:False
C++ Type:bool
Controllable:No
Description:For the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.