query calculateAirDryer { calculateAirDryer( request: { inputs: { calculationMethod: DESIGN selectedFluidRefrigerant: { fluidId: 117, isGas: true, inputValue: null } autoperformance: true selectedHeatExchangersRefrigerant: [{ heatExchangerInputType: CHILD, id: 312 }] subCooledLiquidTemperatureRefrigerant: { amount: 35, unit: DEGREE_CELSIUS } inletVaporQualityRefrigerant: null outletVaporQualityRefrigerant: 1 evaporationTemperatureRefrigerant: { amount: 0, unit: DEGREE_CELSIUS } superHeatingTemperatureRefrigerant: { amount: 5, unit: KELVIN } numberOfPlatesRefrigerant: null selectedHeatExchangersAir: [{ heatExchangerInputType: CHILD, id: 312 }] inletTemperatureAir: { amount: 35, unit: DEGREE_CELSIUS } outletTemperatureAir: { amount: 27, unit: DEGREE_CELSIUS } dewTemperatureAir: { amount: 3, unit: DEGREE_CELSIUS } airFlowAir: { amount: 100, unit: NORMAL_CUBIC_METER_PER_HOUR } absolutePressureAir: { amount: 800, unit: KILO_PASCAL } maxAirPressureDropAir: { amount: 20, unit: KILO_PASCAL } numberOfPlatesAir: null } } ) { calculationResult { airToAirHeatExchanger { modelName modelId } refrigerantToAirHeatExchanger { modelId modelName } } } }