The RadiationToAmbient object defines radiant heat transfer between a surface and its environment.
The RadiationToAmbient object is derived from the Interaction object.
import interaction mdb.models[name].interactions[name]
This method creates a RadiationToAmbient object.
mdb.models[name].RadiationToAmbient
Required arguments
A String specifying the repository key.
A String specifying the name of the step in which the RadiationToAmbient object is created.
A Region object specifying the surface to which the radiation interaction is applied.
A Float specifying the emissivity, .
Optional arguments
A String specifying the name of the AnalyticalField object associated with this interaction. The field argument applies only when distributionType=ANALYTICAL_FIELD. The default value is an empty string.
A SymbolicConstant specifying how the radiation is distributed. This argument applies only when radiationType=AMBIENT. Possible values are UNIFORM and ANALYTICAL_FIELD. The default value is UNIFORM.
A SymbolicConstant specifying whether to use the default surface radiation behavior, or the cavity radiation approximation. Possible values are AMBIENT and CAVITY. The default value is AMBIENT.
A Float specifying the reference ambient temperature, . This argument applies only when radiationType=AMBIENT. The default value is 0.0.
A String specifying the name of the Amplitude object that gives the variation of the ambient temperature with time.
Note: Use None in an Abaqus/Standard analysis to specify that the reference ambient temperature is applied immediately at the beginning of the step or linearly over the step. Use None in an Abaqus/Explicit analysis to specify that the reference ambient temperature is applied throughout the step. This argument applies only when radiationType=AMBIENT.
Return value
A RadiationToAmbient object.
Exceptions
This method modifies the data for an existing RadiationToAmbient object in the step where it is created.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the RadiationToAmbient method, except for the name and createStepName arguments.
Return value
Exceptions
This method modifies the propagating data of an existing RadiationToAmbient object in the specified step.
Required argument
A String specifying the name of the step in which the interaction is modified.
Optional arguments
The optional arguments to setValuesInStep are emissivity, ambientTemperature, and ambientTemperatureAmp arguments.
None.Return value
Exceptions
The RadiationToAmbient object has members with the same names and descriptions as the arguments to the RadiationToAmbient method except the optional arguments to the setValuesInStep method.