HeatCapacitance(...)
This method creates a HeatCapacitance object.
Path
mdb.models[name].parts[name].engineeringFeatures.HeatCapacitance mdb.models[name].rootAssembly.engineeringFeatures.HeatCapacitance
Required arguments
- name
-
A String specifying the repository key.
- region
-
A Region object specifying the region to which the heat capacitance is applied.
- table
-
A sequence of sequences of Floats specifying heat capacitance properties. The items in the table data are described below.
Optional arguments
- 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
The table data specify the following:
-
Heat capacitance magnitude, (density × specific heat × volume).
-
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 HeatCapacitance object.
Exceptions
None.