query calculateCascade { calculateCascade( request: { inputs: { calculationMethod: DESIGN, selectedFluidSide1: { fluidId: 350, isGas: false, inputValue: null }, selectedFluidSide2: { fluidId: 6001, isGas: false, inputValue: null }, selectedHeatExchangers: [ { heatExchangerInputType: CHILD, id: 105 }, { heatExchangerInputType: CHILD, id: 236 }, { heatExchangerInputType: CHILD, id: 109 }, { heatExchangerInputType: CHILD, id: 54 }, { heatExchangerInputType: CHILD, id: 285 }, { heatExchangerInputType: CHILD, id: 303 }, { heatExchangerInputType: CHILD, id: 415 }, { heatExchangerInputType: CHILD, id: 156 } ], heatLoad: { amount: 5, unit: KILOWATT }, subCooledLiquidTemperature: null, inletVaporQualitySide1: 0.3, inletVaporQualitySide2: 1, outletVaporQualitySide1: 1, outletVaporQualitySide2: 0, inletTemperatureSide2: { amount: 70, unit: DEGREE_CELSIUS }, evaporationTemperature: { amount: -20, unit: DEGREE_CELSIUS }, superHeatingTemperature: { amount: 5, unit: KELVIN }, condensationTemperature: { amount: -10, unit: DEGREE_CELSIUS }, subCoolingTemperature: { amount: 3, unit: KELVIN }, flowSide1: null, flowSide2: null, maxPressureDropSide1: { amount: 50, unit: KILO_PASCAL }, maxPressureDropSide2: { amount: 50, unit: KILO_PASCAL }, numberOfPlates: null, oversurface: null, autoperformanceSide1: false, autoperformanceSide2: false } } ) { calculationResult { calculatedHeatExchangers { calculatedHeatExchanger { modelName modelId } } } } }