The Radiation object specifies radiation for a contact interaction property.
import interaction mdb.models[name].interactionProperties[name].radiation
This method creates a Radiation object.
mdb.models[name].interactionProperties[name].Radiation
Required arguments
A Float specifying the emissivity of the master surface.
A Float specifying the emissivity of the slave surface.
A sequence of sequences of Floats specifying the following:
Effective viewfactor, .
Gap clearance, .
Optional arguments
Return value
A Radiation object.
Exceptions
This method modifies the Radiation object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the Radiation method.
Return value
Exceptions
The Radiation object has members with the same names and descriptions as the arguments to the Radiation method.