The FilmConditionProp object is an interaction property that defines a film coefficient as a function of temperature and field variables.
The FilmConditionProp object is derived from the InteractionProperty object.
import interaction mdb.models[name].interactionProperties[name]
This method creates a FilmConditionProp object.
mdb.models[name].FilmConditionProp
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 film coefficient, .
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 FilmConditionProp object.
Exceptions
This method modifies the FilmConditionProp object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the FilmConditionProp method, except for the name argument.
Return value
Exceptions
The FilmConditionProp object has members with the same names and descriptions as the arguments to the FilmConditionProp method.