Efficiency
Inefficient devices errors have been added:
dehum_ineff | (dehumidifier capacity is reduced: humidity will grow faster) |
scrub_ineff | (scrubbing capacity is reduced: CO2 will grow faster) |
cool_ineff | (cooling capacity is reduced: temperature will grow faster) |
heat_ineff | (heating capacity is reduced: temperature will grow slower) |
vent_ineff | (ventilation capacity is reduced: pressure in the cabin will grow faster) |
The script command for these errors accepts an additional efficiency parameter, with values between 0 and 1; for example, to set the scrubber efficiency to 50% after 15 seconds in the simulation, the following command should be used:
<error start="15" typ="scrub_ineff" efficiency="0.5" diagnostics="true"/>