The CavityRadiationProp object is an interaction property that defines emissivity as a function of temperature and field variables.
The CavityRadiationProp object is derived from the InteractionProperty object.
import interaction mdb.models[name].interactionProperties[name]
This method creates a CavityRadiationProp object.
mdb.models[name].CavityRadiationProp
Required argument
A String specifying the interaction property repository key.
Optional arguments
A Boolean specifying whether the data depend on temperature. The default value is OFF.
An Int specifying the number of field variable dependencies. The default value is 0.
A sequence of sequences of Floats specifying the following:
The emissivity, .
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
Return value
A CavityRadiationProp object.
Exceptions
This method modifies the CavityRadiationProp object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the CavityRadiationProp method, except for the name argument.
Return value
Exceptions
The CavityRadiationProp object has members with the same names and descriptions as the arguments to the CavityRadiationProp method.