CalculateAll
This methods calculates heat recovery.
Headers
Name
Type
Description
Request Body
Name
Type
Description
class AirInputs
{
public float AirFlowEx { get; set; }
public float TempEx { get; set; }
public float RhEx { get; set; }
public float AirFlowSup { get; set; }
public float TempSup { get; set; }
public float RhSup { get; set; }
public float Altitude { get; set; }
public float PressureDifference { get; set; }
}Last updated