query calculateLiquidEvaporator { calculateLiquidEvaporator( request: { inputs: { calculationMethod: DESIGN, selectedFluidSide1: { fluidId: 130, isGas: false, inputValue: null }, selectedFluidSide2: { fluidId: 53, isGas: false, inputValue: null }, coCurrent: false, selectedHeatExchangers: [ { heatExchangerInputType: CHILD, id: 5 }, { heatExchangerInputType: CHILD, id: 6 }, { heatExchangerInputType: CHILD, id: 15 }, { heatExchangerInputType: CHILD, id: 19 }, { heatExchangerInputType: CHILD, id: 20 }, { heatExchangerInputType: CHILD, id: 21 }, { heatExchangerInputType: CHILD, id: 30 }, { heatExchangerInputType: CHILD, id: 31 }, { heatExchangerInputType: CHILD, id: 32 }, { heatExchangerInputType: CHILD, id: 133 } ], heatLoad: { amount: 50, unit: KILOWATT }, subCooledLiquidTemperature: { amount: 50, unit: DEGREE_FAHRENHEIT }, inletVaporQuality: null, outletVaporQuality: 1, inletTemperatureSide2: { amount: 120, unit: DEGREE_FAHRENHEIT }, evaporationTemperature: { amount: 90, unit: DEGREE_FAHRENHEIT }, superHeatingTemperature: { amount: 5, unit: KELVIN }, outletTemperatureSide2: { amount: 100, unit: DEGREE_FAHRENHEIT }, flowSide1: null, flowSide2: null, maxPressureDropSide1: { amount: 20, unit: KILO_PASCAL }, maxPressureDropSide2: { amount: 50, unit: KILO_PASCAL }, numberOfPlates: null, oversurface: null, autoperformance: false } } ) { calculationResult { calculatedHeatExchangers { calculatedHeatExchanger { modelName modelId } } } } }