query calculateCondenserDual { calculateCondenserDual( request: { inputs: { calculationMethod: DESIGN, selectedFluidSide1: { fluidId: 149, isGas: false, inputValue: null }, selectedFluidSide2: { fluidId: 53, isGas: false, inputValue: null }, coCurrent: false, selectedHeatExchangers: [ { heatExchangerInputType: CHILD, id: 287 }, { heatExchangerInputType: CHILD, id: 786 }, { heatExchangerInputType: CHILD, id: 242 }, { heatExchangerInputType: CHILD, id: 253 }, { heatExchangerInputType: CHILD, id: 977 } ], heatLoadSide1A: { amount: 50, unit: KILOWATT }, heatLoadSide1B: { amount: 50, unit: KILOWATT }, heatLoadSide2: { amount: 100, unit: KILOWATT }, inletVaporQualitySide1A: 1, inletVaporQualitySide1B: 1, outletVaporQualitySide1A: 0, outletVaporQualitySide1B: 0, inletTemperatureSide1A: { amount: 70, unit: DEGREE_CELSIUS }, inletTemperatureSide1B: { amount: 70, unit: DEGREE_CELSIUS }, inletTemperatureSide2: { amount: 30, unit: DEGREE_CELSIUS }, condensationTemperatureSide1A: { amount: 38, unit: DEGREE_CELSIUS }, condensationTemperatureSide1B: { amount: 38, unit: DEGREE_CELSIUS }, subCoolingTemperatureSide1A: { amount: 3, unit: KELVIN }, subCoolingTemperatureSide1B: { amount: 3, unit: KELVIN }, outletTemperatureSide2: { amount: 35, unit: DEGREE_CELSIUS }, flowSide1A: null, flowSide1B: null, flowSide2: null, maxPressureDropSide1A: { amount: 50, unit: KILO_PASCAL }, maxPressureDropSide1B: { amount: 50, unit: KILO_PASCAL }, maxPressureDropSide2: { amount: 50, unit: KILO_PASCAL }, numberOfPlates: null, oversurface: null, autoperformance: false } } ) { calculationResult { calculatedHeatExchangers { calculatedHeatExchanger { modelName modelId } } } } }