Declared in ThermalModel
Declaration
bool Connect(
ThermalModel other,
double surfaceArea,
ThermalConnectionType connectionType
);Description
Connects this thermal model to another thermal model with the specified surface area and connection type.
Parameters
| Name | Description |
|---|---|
| other | The other thermal model to connect to. |
| surfaceArea | The surface area of the connection. |
| connectionType | The type of connection (conduction or radiation). |