model_air
ModelAir
ModelAir(static_env: StaticEnvAir)
Bases: Model[ModelAirRunOptions, StateAir, ScenarioModelAir, StaticEnvAir, CableAir]
ModelAir computes cable temperatures for installations in air using the finite difference method.
In most cases the model is instantiated with a StaticEnvAir and executed with a scenario via run().
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
static_env
|
StaticEnvAir
|
A StaticEnvAir instance containing the circuit configuration and cable properties. |
required |
Source code in cable_thermal_model/model/model_air.py
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | |