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

NameDescription
otherThe other thermal model to connect to.
surfaceAreaThe surface area of the connection.
connectionTypeThe type of connection (conduction or radiation).