|
double | GetFlux () |
| Flux in kilowatts that can be removed when OnOverheat is called. I.e. if the module can throttle between 0 and 100%, then you report 100% of the flux you're creating (and applying via AddInternalFlux or whatever) here. More...
|
|
void | OnOverheat (double amout=1d) |
| Called when a vessel under analytic thermo overheats, but it has enough removable flux (via these modules) to not overheat. More...
|
|
double IAnalyticOverheatModule.GetFlux |
( |
| ) |
|
Flux in kilowatts that can be removed when OnOverheat is called. I.e. if the module can throttle between 0 and 100%, then you report 100% of the flux you're creating (and applying via AddInternalFlux or whatever) here.
- Returns
void IAnalyticOverheatModule.OnOverheat |
( |
double |
amout = 1d | ) |
|
Called when a vessel under analytic thermo overheats, but it has enough removable flux (via these modules) to not overheat.
- Parameters
-
amout | The amount of flux (as portion of GetFlux() ) that must be removed. |
The documentation for this interface was generated from the following file: