GapConvection(...)
This method creates a GapConvection object.
Path
mdb.models[name].materials[name].GapConvection session.odbs[name].materials[name].GapConvection
Required arguments
- type
-
An odb_String specifying the type of gap convection. Possible values are FLUX, TEMPERATURE, and TABULAR. The default value is FLUX.
Optional arguments
If type=TABULAR, the following optional arguments can be used:
- table
-
A sequence of sequences of Floats specifying the items described below.
- temperatureDependency
-
A Boolean specifying whether the data depend on temperature. The default value is OFF.
- dependencies
-
An Int specifying the number of field variable dependencies. The default value is 0.
Table data
For type=TABULAR the table data specify the following:
-
Nusselt number ( )
-
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 GapConvection object.
Exceptions
None.