Declared in ThermalModel
Declaration
void Initialise(
string filePath,
int thermalNodeColumn
);Description
Loads the thermal model from a CSV file and stores the data in the model. This will be able to use a lookup based on some parameter that is configured.
Parameters
| Name | Description |
|---|---|
| filePath | The full file path to the particular lookup table |
| thermalNodeColumn | The column index of the thermal node reference |