diff options
Diffstat (limited to 'Simulator/Flowsheet_init.xml')
-rw-r--r-- | Simulator/Flowsheet_init.xml | 14814 |
1 files changed, 14814 insertions, 0 deletions
diff --git a/Simulator/Flowsheet_init.xml b/Simulator/Flowsheet_init.xml new file mode 100644 index 0000000..496fad1 --- /dev/null +++ b/Simulator/Flowsheet_init.xml @@ -0,0 +1,14814 @@ +<?xml version = "1.0" encoding="UTF-8"?> + +<!-- description of the model interface using an extention of the FMI standard --> +<fmiModelDescription + fmiVersion = "1.0" + + modelName = "Flowsheet" + modelIdentifier = "Flowsheet" + + OPENMODELICAHOME = "C:/OpenModelica1.12.0-64bit/" + + guid = "{a2f04884-38bf-49ff-8adb-71488d59e5bf}" + + description = "" + generationTool = "OpenModelica Compiler v1.12.0 (64-bit)" + generationDateAndTime = "2023-03-02T14:46:01Z" + + variableNamingConvention = "structured" + + numberOfEventIndicators = "2" cmt_numberOfEventIndicators = "NG: number of zero crossings, FMI" + numberOfTimeEvents = "0" cmt_numberOfTimeEvents = "NG_SAM: number of zero crossings that are samples, OMC" + + numberOfInputVariables = "0" cmt_numberOfInputVariables = "NI: number of inputvar on topmodel, OMC" + numberOfOutputVariables = "0" cmt_numberOfOutputVariables = "NO: number of outputvar on topmodel, OMC" + + numberOfExternalObjects = "0" cmt_numberOfExternalObjects = "NEXT: number of external objects, OMC" + numberOfFunctions = "7" cmt_numberOfFunctions = "NFUNC: number of functions used by the simulation, OMC" + + numberOfContinuousStates = "0" cmt_numberOfContinuousStates = "NX: number of states, FMI" + numberOfRealAlgebraicVariables = "187" cmt_numberOfRealAlgebraicVariables = "NY: number of real variables, OMC" + numberOfRealAlgebraicAliasVariables = "86" cmt_numberOfRealAlgebraicAliasVariables = "NA: number of alias variables, OMC" + numberOfRealParameters = "939" cmt_numberOfRealParameters = "NP: number of parameters, OMC" + + numberOfIntegerAlgebraicVariables = "0" cmt_numberOfIntegerAlgebraicVariables = "NYINT: number of alg. int variables, OMC" + numberOfIntegerAliasVariables = "0" cmt_numberOfIntegerAliasVariables = "NAINT: number of alias int variables, OMC" + numberOfIntegerParameters = "20" cmt_numberOfIntegerParameters = "NPINT: number of int parameters, OMC" + + numberOfStringAlgebraicVariables = "0" cmt_numberOfStringAlgebraicVariables = "NYSTR: number of alg. string variables, OMC" + numberOfStringAliasVariables = "0" cmt_numberOfStringAliasVariables = "NASTR: number of alias string variables, OMC" + numberOfStringParameters = "20" cmt_numberOfStringParameters = "NPSTR: number of string parameters, OMC" + + numberOfBooleanAlgebraicVariables = "0" cmt_numberOfBooleanAlgebraicVariables = "NYBOOL: number of alg. bool variables, OMC" + numberOfBooleanAliasVariables = "0" cmt_numberOfBooleanAliasVariables = "NABOOL: number of alias bool variables, OMC" + numberOfBooleanParameters = "0" cmt_numberOfBooleanParameters = "NPBOOL: number of bool parameters, OMC" > + + + <!-- startTime, stopTime, tolerance are FMI specific, all others are OMC specific --> + <DefaultExperiment + startTime = "0" + stopTime = "1" + stepSize = "1" + tolerance = "1e-006" + solver = "dassl" + outputFormat = "csv" + variableFilter = ".*" /> + + <!-- variables in the model --> + <ModelVariables> + + <ScalarVariable + name = "$cse1" + valueReference = "1000" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "0" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "" startLine = "0" startColumn = "0" endLine = "0" endColumn = "0" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "$cse2" + valueReference = "1001" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "1" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "" startLine = "0" startColumn = "0" endLine = "0" endColumn = "0" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "$cse3" + valueReference = "1002" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "2" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "" startLine = "0" startColumn = "0" endLine = "0" endColumn = "0" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "$cse4" + valueReference = "1003" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "3" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "" startLine = "0" startColumn = "0" endLine = "0" endColumn = "0" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Pout" + valueReference = "1004" + description = "Outlet stream pressure" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "4" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "71" fileWritable = "true"> + <Real fixed="true" useNominal="false" min="0.0" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Q" + valueReference = "1005" + description = "Heat added" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "5" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "34" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="W" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Tdel" + valueReference = "1006" + description = "Temperature Increase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "6" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "47" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Tout" + valueReference = "1007" + description = "Outlet stream temperature" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "7" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" min="0.0" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.xvapin" + valueReference = "1008" + description = "Inlet stream vapor phase mole fraction" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "8" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "100" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.xvapout" + valueReference = "1009" + description = "Outlet stream vapor mole fraction" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "9" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "96" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Cp_p[1]" + valueReference = "1010" + description = "Phase molar specific heat" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "10" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "96" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Cp_p[2]" + valueReference = "1011" + description = "Phase molar specific heat" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "11" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "96" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Cp_p[3]" + valueReference = "1012" + description = "Phase molar specific heat" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "12" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "96" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Cp_pc[1,1]" + valueReference = "1013" + description = "Component molar specific heat in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "13" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "88" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Cp_pc[1,2]" + valueReference = "1014" + description = "Component molar specific heat in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "14" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "88" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Cp_pc[2,1]" + valueReference = "1015" + description = "Component molar specific heat in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "15" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "88" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Cp_pc[2,2]" + valueReference = "1016" + description = "Component molar specific heat in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "16" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "88" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Cp_pc[3,1]" + valueReference = "1017" + description = "Component molar specific heat in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "17" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "88" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Cp_pc[3,2]" + valueReference = "1018" + description = "Component molar specific heat in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "18" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "88" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Cpres_p[1]" + valueReference = "1019" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "19" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Cpres_p[2]" + valueReference = "1020" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "20" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Cpres_p[3]" + valueReference = "1021" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "21" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.F_p[1]" + valueReference = "1022" + description = "Total molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "22" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "101" fileWritable = "true"> + <Real fixed="true" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.F_p[2]" + valueReference = "1023" + description = "Total molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "23" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "101" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.F_p[3]" + valueReference = "1024" + description = "Total molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "24" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "101" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.F_pc[1,1]" + valueReference = "1025" + description = "Component molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "25" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "103" fileWritable = "true"> + <Real fixed="true" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.F_pc[1,2]" + valueReference = "1026" + description = "Component molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "26" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "103" fileWritable = "true"> + <Real fixed="true" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.F_pc[2,1]" + valueReference = "1027" + description = "Component molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "27" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "103" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.F_pc[2,2]" + valueReference = "1028" + description = "Component molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "28" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "103" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.F_pc[3,1]" + valueReference = "1029" + description = "Component molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "29" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "103" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.F_pc[3,2]" + valueReference = "1030" + description = "Component molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "30" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "103" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Fm_p[1]" + valueReference = "1031" + description = "Total mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "31" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "93" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Fm_p[2]" + valueReference = "1032" + description = "Total mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "32" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "93" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Fm_p[3]" + valueReference = "1033" + description = "Total mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "33" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "93" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Fm_pc[1,1]" + valueReference = "1034" + description = "Component mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "34" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "102" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Fm_pc[1,2]" + valueReference = "1035" + description = "Component mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "35" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "102" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Fm_pc[2,1]" + valueReference = "1036" + description = "Component mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "36" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "102" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Fm_pc[2,2]" + valueReference = "1037" + description = "Component mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "37" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "102" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Fm_pc[3,1]" + valueReference = "1038" + description = "Component mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "38" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "102" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Fm_pc[3,2]" + valueReference = "1039" + description = "Component mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "39" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "102" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.H_p[1]" + valueReference = "1040" + description = "Phase molar enthalpy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "40" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "86" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.H_p[2]" + valueReference = "1041" + description = "Phase molar enthalpy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "41" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "86" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.H_p[3]" + valueReference = "1042" + description = "Phase molar enthalpy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "42" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "86" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.H_pc[1,1]" + valueReference = "1043" + description = "Component molar enthalpy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "43" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "78" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.H_pc[1,2]" + valueReference = "1044" + description = "Component molar enthalpy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "44" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "78" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.H_pc[2,1]" + valueReference = "1045" + description = "Component molar enthalpy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "45" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "78" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.H_pc[2,2]" + valueReference = "1046" + description = "Component molar enthalpy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "46" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "78" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.H_pc[3,1]" + valueReference = "1047" + description = "Component molar enthalpy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "47" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "78" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.H_pc[3,2]" + valueReference = "1048" + description = "Component molar enthalpy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "48" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "78" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Hres_p[1]" + valueReference = "1049" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "49" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Hres_p[2]" + valueReference = "1050" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "50" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Hres_p[3]" + valueReference = "1051" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "51" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.K_c[1]" + valueReference = "1052" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "52" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.K_c[2]" + valueReference = "1053" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "53" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.MW_p[1]" + valueReference = "1054" + description = "Average Molecular weight in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "54" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "98" fileWritable = "true"> + <Real start="0.0" fixed="false" useNominal="false" min="0.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.MW_p[2]" + valueReference = "1055" + description = "Average Molecular weight in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "55" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "98" fileWritable = "true"> + <Real start="0.0" fixed="false" useNominal="false" min="0.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.MW_p[3]" + valueReference = "1056" + description = "Average Molecular weight in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "56" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "98" fileWritable = "true"> + <Real start="0.0" fixed="false" useNominal="false" min="0.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.P" + valueReference = "1057" + description = "Pressure" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "57" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "54" fileWritable = "true"> + <Real fixed="true" useNominal="false" min="0.0" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Pbubl" + valueReference = "1058" + description = "Bubble point pressure" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "58" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" min="0.0" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Pdew" + valueReference = "1059" + description = "dew point pressure" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "59" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "69" fileWritable = "true"> + <Real fixed="true" useNominal="false" min="0.0" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Pvap_c[1]" + valueReference = "1060" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "60" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Pvap_c[2]" + valueReference = "1061" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "61" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.S_p[1]" + valueReference = "1062" + description = "Phase molar entropy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "62" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.S_p[2]" + valueReference = "1063" + description = "Phase molar entropy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "63" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.S_p[3]" + valueReference = "1064" + description = "Phase molar entropy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "64" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.S_pc[1,1]" + valueReference = "1065" + description = "Component molar entropy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "65" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.S_pc[1,2]" + valueReference = "1066" + description = "Component molar entropy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "66" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.S_pc[2,1]" + valueReference = "1067" + description = "Component molar entropy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "67" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.S_pc[2,2]" + valueReference = "1068" + description = "Component molar entropy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "68" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.S_pc[3,1]" + valueReference = "1069" + description = "Component molar entropy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "69" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.S_pc[3,2]" + valueReference = "1070" + description = "Component molar entropy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "70" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Sres_p[1]" + valueReference = "1071" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "71" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Sres_p[2]" + valueReference = "1072" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "72" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Sres_p[3]" + valueReference = "1073" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "73" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.T" + valueReference = "1074" + description = "Temperature" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "74" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "47" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.gma_c[1]" + valueReference = "1075" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "75" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "6" startColumn = "5" endLine = "6" endColumn = "48" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.gma_c[2]" + valueReference = "1076" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "76" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "6" startColumn = "5" endLine = "6" endColumn = "48" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.gmabubl_c[1]" + valueReference = "1077" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "77" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "6" startColumn = "5" endLine = "6" endColumn = "48" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.gmabubl_c[2]" + valueReference = "1078" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "78" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "6" startColumn = "5" endLine = "6" endColumn = "48" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.gmadew_c[1]" + valueReference = "1079" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "79" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "6" startColumn = "5" endLine = "6" endColumn = "48" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.gmadew_c[2]" + valueReference = "1080" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "80" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "6" startColumn = "5" endLine = "6" endColumn = "48" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.philiqbubl_c[1]" + valueReference = "1081" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "81" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.philiqbubl_c[2]" + valueReference = "1082" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "82" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.phivapdew_c[1]" + valueReference = "1083" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "83" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.phivapdew_c[2]" + valueReference = "1084" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "84" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.x_pc[1,1]" + valueReference = "1085" + description = "Component mole fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "85" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "121" fileWritable = "true"> + <Real fixed="true" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.x_pc[1,2]" + valueReference = "1086" + description = "Component mole fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "86" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "121" fileWritable = "true"> + <Real fixed="true" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.x_pc[2,1]" + valueReference = "1087" + description = "Component mole fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "87" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.x_pc[2,2]" + valueReference = "1088" + description = "Component mole fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "88" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.x_pc[3,1]" + valueReference = "1089" + description = "Component mole fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "89" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.x_pc[3,2]" + valueReference = "1090" + description = "Component mole fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "90" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xliq" + valueReference = "1091" + description = "Liquid Phase mole fraction" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "91" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "14" startColumn = "3" endLine = "14" endColumn = "86" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xm_pc[1,1]" + valueReference = "1092" + description = "Component mass fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "92" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xm_pc[1,2]" + valueReference = "1093" + description = "Component mass fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "93" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xm_pc[2,1]" + valueReference = "1094" + description = "Component mass fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "94" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xm_pc[2,2]" + valueReference = "1095" + description = "Component mass fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "95" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xm_pc[3,1]" + valueReference = "1096" + description = "Component mass fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "96" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xm_pc[3,2]" + valueReference = "1097" + description = "Component mass fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "97" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xmliq" + valueReference = "1098" + description = "Liquid Phase mass fraction" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "98" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "87" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xmvap" + valueReference = "1099" + description = "Vapor Phase Mass fraction" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "99" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "84" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Cp_p[1]" + valueReference = "1100" + description = "Phase molar specific heat" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "100" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "96" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Cp_p[2]" + valueReference = "1101" + description = "Phase molar specific heat" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "101" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "96" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Cp_p[3]" + valueReference = "1102" + description = "Phase molar specific heat" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "102" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "96" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Cp_pc[1,1]" + valueReference = "1103" + description = "Component molar specific heat in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "103" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "88" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Cp_pc[1,2]" + valueReference = "1104" + description = "Component molar specific heat in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "104" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "88" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Cp_pc[2,1]" + valueReference = "1105" + description = "Component molar specific heat in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "105" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "88" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Cp_pc[2,2]" + valueReference = "1106" + description = "Component molar specific heat in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "106" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "88" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Cp_pc[3,1]" + valueReference = "1107" + description = "Component molar specific heat in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "107" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "88" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Cp_pc[3,2]" + valueReference = "1108" + description = "Component molar specific heat in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "108" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "88" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Cpres_p[1]" + valueReference = "1109" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "109" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Cpres_p[2]" + valueReference = "1110" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "110" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Cpres_p[3]" + valueReference = "1111" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "111" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.F_p[2]" + valueReference = "1112" + description = "Total molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "112" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "101" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.F_p[3]" + valueReference = "1113" + description = "Total molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "113" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "101" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.F_pc[1,1]" + valueReference = "1114" + description = "Component molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "114" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "103" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.F_pc[1,2]" + valueReference = "1115" + description = "Component molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "115" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "103" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.F_pc[2,1]" + valueReference = "1116" + description = "Component molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "116" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "103" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.F_pc[2,2]" + valueReference = "1117" + description = "Component molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "117" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "103" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.F_pc[3,1]" + valueReference = "1118" + description = "Component molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "118" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "103" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.F_pc[3,2]" + valueReference = "1119" + description = "Component molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "119" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "103" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Fm_p[1]" + valueReference = "1120" + description = "Total mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "120" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "93" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Fm_p[2]" + valueReference = "1121" + description = "Total mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "121" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "93" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Fm_p[3]" + valueReference = "1122" + description = "Total mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "122" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "93" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Fm_pc[1,1]" + valueReference = "1123" + description = "Component mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "123" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "102" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Fm_pc[1,2]" + valueReference = "1124" + description = "Component mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "124" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "102" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Fm_pc[2,1]" + valueReference = "1125" + description = "Component mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "125" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "102" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Fm_pc[2,2]" + valueReference = "1126" + description = "Component mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "126" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "102" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Fm_pc[3,1]" + valueReference = "1127" + description = "Component mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "127" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "102" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Fm_pc[3,2]" + valueReference = "1128" + description = "Component mass flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "128" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "102" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="kg/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.H_p[1]" + valueReference = "1129" + description = "Phase molar enthalpy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "129" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "86" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.H_p[2]" + valueReference = "1130" + description = "Phase molar enthalpy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "130" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "86" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.H_p[3]" + valueReference = "1131" + description = "Phase molar enthalpy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "131" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "86" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.H_pc[1,1]" + valueReference = "1132" + description = "Component molar enthalpy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "132" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "78" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.H_pc[1,2]" + valueReference = "1133" + description = "Component molar enthalpy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "133" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "78" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.H_pc[2,1]" + valueReference = "1134" + description = "Component molar enthalpy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "134" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "78" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.H_pc[2,2]" + valueReference = "1135" + description = "Component molar enthalpy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "135" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "78" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.H_pc[3,1]" + valueReference = "1136" + description = "Component molar enthalpy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "136" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "78" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.H_pc[3,2]" + valueReference = "1137" + description = "Component molar enthalpy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "137" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "78" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Hres_p[1]" + valueReference = "1138" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "138" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Hres_p[2]" + valueReference = "1139" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "139" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Hres_p[3]" + valueReference = "1140" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "140" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.K_c[1]" + valueReference = "1141" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "141" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.K_c[2]" + valueReference = "1142" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "142" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.MW_p[1]" + valueReference = "1143" + description = "Average Molecular weight in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "143" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "98" fileWritable = "true"> + <Real start="0.0" fixed="false" useNominal="false" min="0.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.MW_p[2]" + valueReference = "1144" + description = "Average Molecular weight in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "144" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "98" fileWritable = "true"> + <Real start="0.0" fixed="false" useNominal="false" min="0.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.MW_p[3]" + valueReference = "1145" + description = "Average Molecular weight in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "145" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "98" fileWritable = "true"> + <Real start="0.0" fixed="false" useNominal="false" min="0.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Pbubl" + valueReference = "1146" + description = "Bubble point pressure" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "146" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "73" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Pdew" + valueReference = "1147" + description = "dew point pressure" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "147" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "69" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Pvap_c[1]" + valueReference = "1148" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "148" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Pvap_c[2]" + valueReference = "1149" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "149" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.S_p[1]" + valueReference = "1150" + description = "Phase molar entropy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "150" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.S_p[2]" + valueReference = "1151" + description = "Phase molar entropy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "151" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.S_p[3]" + valueReference = "1152" + description = "Phase molar entropy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "152" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.S_pc[1,1]" + valueReference = "1153" + description = "Component molar entropy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "153" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.S_pc[1,2]" + valueReference = "1154" + description = "Component molar entropy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "154" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.S_pc[2,1]" + valueReference = "1155" + description = "Component molar entropy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "155" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.S_pc[2,2]" + valueReference = "1156" + description = "Component molar entropy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "156" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.S_pc[3,1]" + valueReference = "1157" + description = "Component molar entropy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "157" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.S_pc[3,2]" + valueReference = "1158" + description = "Component molar entropy in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "158" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/[kmol.K]" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Sres_p[1]" + valueReference = "1159" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "159" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Sres_p[2]" + valueReference = "1160" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "160" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Sres_p[3]" + valueReference = "1161" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "161" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.gma_c[1]" + valueReference = "1162" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "162" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "6" startColumn = "5" endLine = "6" endColumn = "48" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.gma_c[2]" + valueReference = "1163" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "163" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "6" startColumn = "5" endLine = "6" endColumn = "48" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.gmabubl_c[1]" + valueReference = "1164" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "164" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "6" startColumn = "5" endLine = "6" endColumn = "48" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.gmabubl_c[2]" + valueReference = "1165" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "165" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "6" startColumn = "5" endLine = "6" endColumn = "48" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.gmadew_c[1]" + valueReference = "1166" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "166" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "6" startColumn = "5" endLine = "6" endColumn = "48" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.gmadew_c[2]" + valueReference = "1167" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "167" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "6" startColumn = "5" endLine = "6" endColumn = "48" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.philiqbubl_c[1]" + valueReference = "1168" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "168" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.philiqbubl_c[2]" + valueReference = "1169" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "169" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.phivapdew_c[1]" + valueReference = "1170" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "170" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.phivapdew_c[2]" + valueReference = "1171" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "171" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ThermodynamicPackages/RaoultsLaw.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.x_pc[1,1]" + valueReference = "1172" + description = "Component mole fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "172" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.x_pc[1,2]" + valueReference = "1173" + description = "Component mole fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "173" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.x_pc[2,1]" + valueReference = "1174" + description = "Component mole fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "174" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.x_pc[2,2]" + valueReference = "1175" + description = "Component mole fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "175" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.x_pc[3,1]" + valueReference = "1176" + description = "Component mole fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "176" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.x_pc[3,2]" + valueReference = "1177" + description = "Component mole fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "177" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xliq" + valueReference = "1178" + description = "Liquid Phase mole fraction" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "178" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "14" startColumn = "3" endLine = "14" endColumn = "86" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xm_pc[1,1]" + valueReference = "1179" + description = "Component mass fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "179" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xm_pc[1,2]" + valueReference = "1180" + description = "Component mass fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "180" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xm_pc[2,1]" + valueReference = "1181" + description = "Component mass fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "181" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xm_pc[2,2]" + valueReference = "1182" + description = "Component mass fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "182" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xm_pc[3,1]" + valueReference = "1183" + description = "Component mass fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "183" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xm_pc[3,2]" + valueReference = "1184" + description = "Component mass fraction in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "184" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "121" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xmliq" + valueReference = "1185" + description = "Liquid Phase mass fraction" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "185" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "87" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xmvap" + valueReference = "1186" + description = "Vapor Phase Mass fraction" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "186" classType = "rAlg" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "84" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.AF" + valueReference = "1187" + description = "Acentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "0" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "49" fileWritable = "true"> + <Real start="0.209" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.AS" + valueReference = "1188" + description = "Absolute Entropy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "1" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "57" fileWritable = "true"> + <Real start="269300.0" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.Cc" + valueReference = "1189" + description = "Critical Compressibility Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "2" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "65" fileWritable = "true"> + <Real start="0.268" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.ChaoSeadAF" + valueReference = "1190" + description = "Chao-Seader Accentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "3" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "39" startColumn = "3" endLine = "39" endColumn = "70" fileWritable = "true"> + <Real start="0.213" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.ChaoSeadLV" + valueReference = "1191" + description = "Chao-Seader Liquid Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "4" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "41" startColumn = "3" endLine = "41" endColumn = "73" fileWritable = "true"> + <Real start="0.08939999999999999" fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.ChaoSeadSP" + valueReference = "1192" + description = "Shao-Seader Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "5" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "40" startColumn = "3" endLine = "40" endColumn = "82" fileWritable = "true"> + <Real start="18736.78" fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.DM" + valueReference = "1193" + description = "Dipole Moment" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "6" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "55" fileWritable = "true"> + <Real start="0.0" fixed="true" useNominal="false" unit="Coulomb.m" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.GEF" + valueReference = "1194" + description = "Gibbs Energy of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "7" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "65" fileWritable = "true"> + <Real start="129600000.0" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.HFMP" + valueReference = "1195" + description = "Heat of Fusion at Melting Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "8" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "72" fileWritable = "true"> + <Real start="9866000.0" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.HOC" + valueReference = "1196" + description = "Heat of Combustion" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "9" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "58" fileWritable = "true"> + <Real start="-3136000000.0" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.HOV[1]" + valueReference = "1197" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "10" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real start="106.0" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.HOV[2]" + valueReference = "1198" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "11" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real start="48810000.0" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.HOV[3]" + valueReference = "1199" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "12" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real start="0.61066" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.HOV[4]" + valueReference = "1200" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "13" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real start="-0.25882" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.HOV[5]" + valueReference = "1201" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "14" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real start="0.032238" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.HOV[6]" + valueReference = "1202" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "15" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real start="0.022475" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.IGHF" + valueReference = "1203" + description = "Standard Heat of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "16" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "67" fileWritable = "true"> + <Real start="82880000.0" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LVB" + valueReference = "1204" + description = "Liquid Molar Volume at Normal Boiling Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "17" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "84" fileWritable = "true"> + <Real start="0.08941" fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqCp[1]" + valueReference = "1205" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "18" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real start="16.0" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqCp[2]" + valueReference = "1206" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "19" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real start="111460.0" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqCp[3]" + valueReference = "1207" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "20" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real start="-1854.3" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqCp[4]" + valueReference = "1208" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "21" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real start="22.399" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqCp[5]" + valueReference = "1209" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "22" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real start="-0.028936" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqCp[6]" + valueReference = "1210" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "23" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real start="2.8991e-005" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqDen[1]" + valueReference = "1211" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "24" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real start="105.0" fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqDen[2]" + valueReference = "1212" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "25" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real start="0.9993800000000001" fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqDen[3]" + valueReference = "1213" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "26" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real start="0.26348" fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqDen[4]" + valueReference = "1214" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "27" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real start="562.05" fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqDen[5]" + valueReference = "1215" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "28" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real start="0.27856" fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqDen[6]" + valueReference = "1216" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "29" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real start="0.0" fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqK[1]" + valueReference = "1217" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "30" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real start="16.0" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqK[2]" + valueReference = "1218" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "31" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real start="0.049539" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqK[3]" + valueReference = "1219" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "32" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real start="-177.97" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqK[4]" + valueReference = "1220" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "33" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real start="0.19475" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqK[5]" + valueReference = "1221" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "34" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real start="-0.0073805" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqK[6]" + valueReference = "1222" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "35" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real start="2.7938e-006" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqVis[1]" + valueReference = "1223" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "36" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real start="101.0" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqVis[2]" + valueReference = "1224" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "37" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real start="-24.61" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqVis[3]" + valueReference = "1225" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "38" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real start="1576.5" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqVis[4]" + valueReference = "1226" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "39" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real start="2.1698" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqVis[5]" + valueReference = "1227" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "40" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real start="-5.1366e-006" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.LiqVis[6]" + valueReference = "1228" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "41" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real start="2.0" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.MW" + valueReference = "1229" + description = "Molecular Weight" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "42" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "50" fileWritable = "true"> + <Real start="78.114" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.Pc" + valueReference = "1230" + description = "Critical Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "43" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "9" startColumn = "3" endLine = "9" endColumn = "52" fileWritable = "true"> + <Real start="4895000.0" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.Racketparam" + valueReference = "1231" + description = "Racket Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "44" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "38" startColumn = "3" endLine = "38" endColumn = "59" fileWritable = "true"> + <Real start="0.2696" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.SH" + valueReference = "1232" + description = "Absolute Enthalpy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "45" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.SP" + valueReference = "1233" + description = "Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "46" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "62" fileWritable = "true"> + <Real start="18700.0" fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.TP" + valueReference = "1234" + description = "Triple Point Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "47" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "56" fileWritable = "true"> + <Real start="4764.22" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.TT" + valueReference = "1235" + description = "Triple Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "48" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "14" startColumn = "3" endLine = "14" endColumn = "58" fileWritable = "true"> + <Real start="278.68" fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.Tb" + valueReference = "1236" + description = "Boiling Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "49" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "59" fileWritable = "true"> + <Real start="353.24" fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.Tc" + valueReference = "1237" + description = "Critical Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "50" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "8" startColumn = "3" endLine = "8" endColumn = "54" fileWritable = "true"> + <Real start="562.05" fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.Tm" + valueReference = "1238" + description = "Melting Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "51" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "59" fileWritable = "true"> + <Real start="278.68" fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.UniquacQ" + valueReference = "1239" + description = "UNIQUAC q" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "52" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "49" fileWritable = "true"> + <Real start="2.4" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.UniquacR" + valueReference = "1240" + description = "UNIQUAC r" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "53" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "49" fileWritable = "true"> + <Real start="3.1878" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VP[1]" + valueReference = "1241" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "54" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real start="101.0" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VP[2]" + valueReference = "1242" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "55" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real start="88.368" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VP[3]" + valueReference = "1243" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "56" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real start="-6712.9" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VP[4]" + valueReference = "1244" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "57" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real start="-10.022" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VP[5]" + valueReference = "1245" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "58" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real start="7.694e-006" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VP[6]" + valueReference = "1246" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "59" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real start="2.0" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapCp[1]" + valueReference = "1247" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "60" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real start="16.0" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapCp[2]" + valueReference = "1248" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "61" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real start="34010.24" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapCp[3]" + valueReference = "1249" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "62" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real start="-588.0978" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapCp[4]" + valueReference = "1250" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "63" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real start="12.81777" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapCp[5]" + valueReference = "1251" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "64" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real start="-0.000197306" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapCp[6]" + valueReference = "1252" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "65" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real start="5.142899e-008" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapK[1]" + valueReference = "1253" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "66" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real start="102.0" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapK[2]" + valueReference = "1254" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "67" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real start="4.9549e-006" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapK[3]" + valueReference = "1255" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "68" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real start="1.4519" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapK[4]" + valueReference = "1256" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "69" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real start="154.14" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapK[5]" + valueReference = "1257" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "70" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real start="26202.0" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapK[6]" + valueReference = "1258" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "71" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real start="0.0" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapVis[1]" + valueReference = "1259" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "72" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real start="102.0" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapVis[2]" + valueReference = "1260" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "73" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real start="3.1366e-008" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapVis[3]" + valueReference = "1261" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "74" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real start="0.9675" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapVis[4]" + valueReference = "1262" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "75" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real start="8.028499999999999" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapVis[5]" + valueReference = "1263" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "76" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real start="-35.629" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.VapVis[6]" + valueReference = "1264" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "77" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real start="0.0" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.Vc" + valueReference = "1265" + description = "Critical Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "78" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "55" fileWritable = "true"> + <Real start="0.256" fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].AF" + valueReference = "1266" + description = "Acentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "79" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].AF" + valueReference = "1267" + description = "Acentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "80" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].AS" + valueReference = "1268" + description = "Absolute Entropy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "81" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "57" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].AS" + valueReference = "1269" + description = "Absolute Entropy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "82" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "57" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].Cc" + valueReference = "1270" + description = "Critical Compressibility Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "83" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].Cc" + valueReference = "1271" + description = "Critical Compressibility Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "84" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].ChaoSeadAF" + valueReference = "1272" + description = "Chao-Seader Accentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "85" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "39" startColumn = "3" endLine = "39" endColumn = "70" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].ChaoSeadAF" + valueReference = "1273" + description = "Chao-Seader Accentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "86" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "39" startColumn = "3" endLine = "39" endColumn = "70" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].ChaoSeadLV" + valueReference = "1274" + description = "Chao-Seader Liquid Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "87" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "41" startColumn = "3" endLine = "41" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].ChaoSeadLV" + valueReference = "1275" + description = "Chao-Seader Liquid Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "88" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "41" startColumn = "3" endLine = "41" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].ChaoSeadSP" + valueReference = "1276" + description = "Shao-Seader Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "89" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "40" startColumn = "3" endLine = "40" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].ChaoSeadSP" + valueReference = "1277" + description = "Shao-Seader Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "90" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "40" startColumn = "3" endLine = "40" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].DM" + valueReference = "1278" + description = "Dipole Moment" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "91" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Coulomb.m" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].DM" + valueReference = "1279" + description = "Dipole Moment" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "92" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Coulomb.m" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].GEF" + valueReference = "1280" + description = "Gibbs Energy of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "93" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].GEF" + valueReference = "1281" + description = "Gibbs Energy of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "94" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].HFMP" + valueReference = "1282" + description = "Heat of Fusion at Melting Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "95" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].HFMP" + valueReference = "1283" + description = "Heat of Fusion at Melting Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "96" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].HOC" + valueReference = "1284" + description = "Heat of Combustion" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "97" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].HOC" + valueReference = "1285" + description = "Heat of Combustion" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "98" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].HOV[1]" + valueReference = "1286" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "99" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].HOV[2]" + valueReference = "1287" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "100" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].HOV[3]" + valueReference = "1288" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "101" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].HOV[4]" + valueReference = "1289" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "102" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].HOV[5]" + valueReference = "1290" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "103" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].HOV[6]" + valueReference = "1291" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "104" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].HOV[1]" + valueReference = "1292" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "105" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].HOV[2]" + valueReference = "1293" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "106" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].HOV[3]" + valueReference = "1294" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "107" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].HOV[4]" + valueReference = "1295" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "108" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].HOV[5]" + valueReference = "1296" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "109" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].HOV[6]" + valueReference = "1297" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "110" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].IGHF" + valueReference = "1298" + description = "Standard Heat of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "111" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "67" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].IGHF" + valueReference = "1299" + description = "Standard Heat of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "112" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "67" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LVB" + valueReference = "1300" + description = "Liquid Molar Volume at Normal Boiling Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "113" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "84" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LVB" + valueReference = "1301" + description = "Liquid Molar Volume at Normal Boiling Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "114" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "84" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqCp[1]" + valueReference = "1302" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "115" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqCp[2]" + valueReference = "1303" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "116" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqCp[3]" + valueReference = "1304" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "117" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqCp[4]" + valueReference = "1305" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "118" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqCp[5]" + valueReference = "1306" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "119" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqCp[6]" + valueReference = "1307" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "120" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqCp[1]" + valueReference = "1308" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "121" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqCp[2]" + valueReference = "1309" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "122" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqCp[3]" + valueReference = "1310" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "123" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqCp[4]" + valueReference = "1311" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "124" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqCp[5]" + valueReference = "1312" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "125" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqCp[6]" + valueReference = "1313" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "126" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqDen[1]" + valueReference = "1314" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "127" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqDen[2]" + valueReference = "1315" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "128" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqDen[3]" + valueReference = "1316" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "129" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqDen[4]" + valueReference = "1317" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "130" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqDen[5]" + valueReference = "1318" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "131" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqDen[6]" + valueReference = "1319" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "132" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqDen[1]" + valueReference = "1320" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "133" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqDen[2]" + valueReference = "1321" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "134" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqDen[3]" + valueReference = "1322" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "135" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqDen[4]" + valueReference = "1323" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "136" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqDen[5]" + valueReference = "1324" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "137" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqDen[6]" + valueReference = "1325" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "138" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqK[1]" + valueReference = "1326" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "139" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqK[2]" + valueReference = "1327" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "140" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqK[3]" + valueReference = "1328" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "141" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqK[4]" + valueReference = "1329" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "142" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqK[5]" + valueReference = "1330" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "143" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqK[6]" + valueReference = "1331" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "144" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqK[1]" + valueReference = "1332" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "145" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqK[2]" + valueReference = "1333" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "146" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqK[3]" + valueReference = "1334" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "147" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqK[4]" + valueReference = "1335" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "148" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqK[5]" + valueReference = "1336" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "149" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqK[6]" + valueReference = "1337" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "150" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqVis[1]" + valueReference = "1338" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "151" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqVis[2]" + valueReference = "1339" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "152" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqVis[3]" + valueReference = "1340" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "153" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqVis[4]" + valueReference = "1341" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "154" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqVis[5]" + valueReference = "1342" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "155" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].LiqVis[6]" + valueReference = "1343" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "156" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqVis[1]" + valueReference = "1344" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "157" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqVis[2]" + valueReference = "1345" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "158" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqVis[3]" + valueReference = "1346" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "159" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqVis[4]" + valueReference = "1347" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "160" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqVis[5]" + valueReference = "1348" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "161" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].LiqVis[6]" + valueReference = "1349" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "162" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].MW" + valueReference = "1350" + description = "Molecular Weight" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "163" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "50" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].MW" + valueReference = "1351" + description = "Molecular Weight" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "164" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "50" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].Pc" + valueReference = "1352" + description = "Critical Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "165" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "9" startColumn = "3" endLine = "9" endColumn = "52" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].Pc" + valueReference = "1353" + description = "Critical Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "166" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "9" startColumn = "3" endLine = "9" endColumn = "52" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].Racketparam" + valueReference = "1354" + description = "Racket Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "167" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "38" startColumn = "3" endLine = "38" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].Racketparam" + valueReference = "1355" + description = "Racket Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "168" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "38" startColumn = "3" endLine = "38" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].SH" + valueReference = "1356" + description = "Absolute Enthalpy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "169" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].SH" + valueReference = "1357" + description = "Absolute Enthalpy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "170" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].SP" + valueReference = "1358" + description = "Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "171" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "62" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].SP" + valueReference = "1359" + description = "Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "172" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "62" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].TP" + valueReference = "1360" + description = "Triple Point Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "173" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].TP" + valueReference = "1361" + description = "Triple Point Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "174" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].TT" + valueReference = "1362" + description = "Triple Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "175" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "14" startColumn = "3" endLine = "14" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].TT" + valueReference = "1363" + description = "Triple Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "176" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "14" startColumn = "3" endLine = "14" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].Tb" + valueReference = "1364" + description = "Boiling Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "177" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].Tb" + valueReference = "1365" + description = "Boiling Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "178" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].Tc" + valueReference = "1366" + description = "Critical Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "179" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "8" startColumn = "3" endLine = "8" endColumn = "54" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].Tc" + valueReference = "1367" + description = "Critical Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "180" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "8" startColumn = "3" endLine = "8" endColumn = "54" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].Tm" + valueReference = "1368" + description = "Melting Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "181" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].Tm" + valueReference = "1369" + description = "Melting Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "182" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].UniquacQ" + valueReference = "1370" + description = "UNIQUAC q" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "183" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].UniquacQ" + valueReference = "1371" + description = "UNIQUAC q" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "184" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].UniquacR" + valueReference = "1372" + description = "UNIQUAC r" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "185" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].UniquacR" + valueReference = "1373" + description = "UNIQUAC r" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "186" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VP[1]" + valueReference = "1374" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "187" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VP[2]" + valueReference = "1375" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "188" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VP[3]" + valueReference = "1376" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "189" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VP[4]" + valueReference = "1377" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "190" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VP[5]" + valueReference = "1378" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "191" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VP[6]" + valueReference = "1379" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "192" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VP[1]" + valueReference = "1380" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "193" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VP[2]" + valueReference = "1381" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "194" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VP[3]" + valueReference = "1382" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "195" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VP[4]" + valueReference = "1383" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "196" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VP[5]" + valueReference = "1384" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "197" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VP[6]" + valueReference = "1385" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "198" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapCp[1]" + valueReference = "1386" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "199" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapCp[2]" + valueReference = "1387" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "200" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapCp[3]" + valueReference = "1388" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "201" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapCp[4]" + valueReference = "1389" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "202" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapCp[5]" + valueReference = "1390" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "203" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapCp[6]" + valueReference = "1391" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "204" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapCp[1]" + valueReference = "1392" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "205" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapCp[2]" + valueReference = "1393" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "206" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapCp[3]" + valueReference = "1394" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "207" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapCp[4]" + valueReference = "1395" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "208" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapCp[5]" + valueReference = "1396" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "209" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapCp[6]" + valueReference = "1397" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "210" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapK[1]" + valueReference = "1398" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "211" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapK[2]" + valueReference = "1399" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "212" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapK[3]" + valueReference = "1400" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "213" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapK[4]" + valueReference = "1401" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "214" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapK[5]" + valueReference = "1402" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "215" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapK[6]" + valueReference = "1403" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "216" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapK[1]" + valueReference = "1404" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "217" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapK[2]" + valueReference = "1405" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "218" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapK[3]" + valueReference = "1406" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "219" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapK[4]" + valueReference = "1407" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "220" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapK[5]" + valueReference = "1408" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "221" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapK[6]" + valueReference = "1409" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "222" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapVis[1]" + valueReference = "1410" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "223" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapVis[2]" + valueReference = "1411" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "224" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapVis[3]" + valueReference = "1412" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "225" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapVis[4]" + valueReference = "1413" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "226" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapVis[5]" + valueReference = "1414" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "227" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].VapVis[6]" + valueReference = "1415" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "228" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapVis[1]" + valueReference = "1416" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "229" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapVis[2]" + valueReference = "1417" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "230" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapVis[3]" + valueReference = "1418" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "231" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapVis[4]" + valueReference = "1419" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "232" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapVis[5]" + valueReference = "1420" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "233" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].VapVis[6]" + valueReference = "1421" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "234" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].Vc" + valueReference = "1422" + description = "Critical Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "235" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].Vc" + valueReference = "1423" + description = "Critical Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "236" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Alpha" + valueReference = "1424" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "237" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "37" startColumn = "7" endLine = "37" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Beta" + valueReference = "1425" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "238" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "37" startColumn = "7" endLine = "37" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].AF" + valueReference = "1426" + description = "Acentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "239" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].AF" + valueReference = "1427" + description = "Acentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "240" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].AS" + valueReference = "1428" + description = "Absolute Entropy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "241" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "57" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].AS" + valueReference = "1429" + description = "Absolute Entropy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "242" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "57" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].Cc" + valueReference = "1430" + description = "Critical Compressibility Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "243" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].Cc" + valueReference = "1431" + description = "Critical Compressibility Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "244" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].ChaoSeadAF" + valueReference = "1432" + description = "Chao-Seader Accentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "245" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "39" startColumn = "3" endLine = "39" endColumn = "70" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].ChaoSeadAF" + valueReference = "1433" + description = "Chao-Seader Accentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "246" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "39" startColumn = "3" endLine = "39" endColumn = "70" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].ChaoSeadLV" + valueReference = "1434" + description = "Chao-Seader Liquid Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "247" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "41" startColumn = "3" endLine = "41" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].ChaoSeadLV" + valueReference = "1435" + description = "Chao-Seader Liquid Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "248" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "41" startColumn = "3" endLine = "41" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].ChaoSeadSP" + valueReference = "1436" + description = "Shao-Seader Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "249" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "40" startColumn = "3" endLine = "40" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].ChaoSeadSP" + valueReference = "1437" + description = "Shao-Seader Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "250" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "40" startColumn = "3" endLine = "40" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].DM" + valueReference = "1438" + description = "Dipole Moment" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "251" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Coulomb.m" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].DM" + valueReference = "1439" + description = "Dipole Moment" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "252" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Coulomb.m" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].GEF" + valueReference = "1440" + description = "Gibbs Energy of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "253" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].GEF" + valueReference = "1441" + description = "Gibbs Energy of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "254" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].HFMP" + valueReference = "1442" + description = "Heat of Fusion at Melting Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "255" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].HFMP" + valueReference = "1443" + description = "Heat of Fusion at Melting Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "256" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].HOC" + valueReference = "1444" + description = "Heat of Combustion" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "257" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].HOC" + valueReference = "1445" + description = "Heat of Combustion" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "258" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].HOV[1]" + valueReference = "1446" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "259" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].HOV[2]" + valueReference = "1447" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "260" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].HOV[3]" + valueReference = "1448" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "261" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].HOV[4]" + valueReference = "1449" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "262" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].HOV[5]" + valueReference = "1450" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "263" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].HOV[6]" + valueReference = "1451" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "264" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].HOV[1]" + valueReference = "1452" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "265" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].HOV[2]" + valueReference = "1453" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "266" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].HOV[3]" + valueReference = "1454" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "267" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].HOV[4]" + valueReference = "1455" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "268" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].HOV[5]" + valueReference = "1456" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "269" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].HOV[6]" + valueReference = "1457" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "270" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].IGHF" + valueReference = "1458" + description = "Standard Heat of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "271" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "67" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].IGHF" + valueReference = "1459" + description = "Standard Heat of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "272" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "67" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LVB" + valueReference = "1460" + description = "Liquid Molar Volume at Normal Boiling Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "273" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "84" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LVB" + valueReference = "1461" + description = "Liquid Molar Volume at Normal Boiling Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "274" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "84" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqCp[1]" + valueReference = "1462" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "275" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqCp[2]" + valueReference = "1463" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "276" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqCp[3]" + valueReference = "1464" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "277" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqCp[4]" + valueReference = "1465" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "278" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqCp[5]" + valueReference = "1466" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "279" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqCp[6]" + valueReference = "1467" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "280" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqCp[1]" + valueReference = "1468" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "281" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqCp[2]" + valueReference = "1469" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "282" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqCp[3]" + valueReference = "1470" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "283" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqCp[4]" + valueReference = "1471" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "284" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqCp[5]" + valueReference = "1472" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "285" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqCp[6]" + valueReference = "1473" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "286" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqDen[1]" + valueReference = "1474" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "287" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqDen[2]" + valueReference = "1475" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "288" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqDen[3]" + valueReference = "1476" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "289" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqDen[4]" + valueReference = "1477" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "290" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqDen[5]" + valueReference = "1478" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "291" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqDen[6]" + valueReference = "1479" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "292" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqDen[1]" + valueReference = "1480" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "293" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqDen[2]" + valueReference = "1481" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "294" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqDen[3]" + valueReference = "1482" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "295" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqDen[4]" + valueReference = "1483" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "296" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqDen[5]" + valueReference = "1484" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "297" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqDen[6]" + valueReference = "1485" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "298" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqK[1]" + valueReference = "1486" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "299" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqK[2]" + valueReference = "1487" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "300" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqK[3]" + valueReference = "1488" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "301" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqK[4]" + valueReference = "1489" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "302" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqK[5]" + valueReference = "1490" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "303" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqK[6]" + valueReference = "1491" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "304" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqK[1]" + valueReference = "1492" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "305" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqK[2]" + valueReference = "1493" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "306" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqK[3]" + valueReference = "1494" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "307" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqK[4]" + valueReference = "1495" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "308" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqK[5]" + valueReference = "1496" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "309" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqK[6]" + valueReference = "1497" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "310" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqVis[1]" + valueReference = "1498" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "311" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqVis[2]" + valueReference = "1499" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "312" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqVis[3]" + valueReference = "1500" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "313" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqVis[4]" + valueReference = "1501" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "314" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqVis[5]" + valueReference = "1502" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "315" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].LiqVis[6]" + valueReference = "1503" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "316" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqVis[1]" + valueReference = "1504" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "317" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqVis[2]" + valueReference = "1505" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "318" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqVis[3]" + valueReference = "1506" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "319" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqVis[4]" + valueReference = "1507" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "320" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqVis[5]" + valueReference = "1508" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "321" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].LiqVis[6]" + valueReference = "1509" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "322" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].MW" + valueReference = "1510" + description = "Molecular Weight" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "323" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "50" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].MW" + valueReference = "1511" + description = "Molecular Weight" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "324" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "50" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].Pc" + valueReference = "1512" + description = "Critical Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "325" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "9" startColumn = "3" endLine = "9" endColumn = "52" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].Pc" + valueReference = "1513" + description = "Critical Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "326" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "9" startColumn = "3" endLine = "9" endColumn = "52" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].Racketparam" + valueReference = "1514" + description = "Racket Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "327" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "38" startColumn = "3" endLine = "38" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].Racketparam" + valueReference = "1515" + description = "Racket Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "328" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "38" startColumn = "3" endLine = "38" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].SH" + valueReference = "1516" + description = "Absolute Enthalpy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "329" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].SH" + valueReference = "1517" + description = "Absolute Enthalpy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "330" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].SP" + valueReference = "1518" + description = "Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "331" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "62" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].SP" + valueReference = "1519" + description = "Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "332" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "62" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].TP" + valueReference = "1520" + description = "Triple Point Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "333" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].TP" + valueReference = "1521" + description = "Triple Point Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "334" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].TT" + valueReference = "1522" + description = "Triple Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "335" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "14" startColumn = "3" endLine = "14" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].TT" + valueReference = "1523" + description = "Triple Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "336" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "14" startColumn = "3" endLine = "14" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].Tb" + valueReference = "1524" + description = "Boiling Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "337" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].Tb" + valueReference = "1525" + description = "Boiling Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "338" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].Tc" + valueReference = "1526" + description = "Critical Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "339" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "8" startColumn = "3" endLine = "8" endColumn = "54" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].Tc" + valueReference = "1527" + description = "Critical Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "340" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "8" startColumn = "3" endLine = "8" endColumn = "54" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].Tm" + valueReference = "1528" + description = "Melting Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "341" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].Tm" + valueReference = "1529" + description = "Melting Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "342" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].UniquacQ" + valueReference = "1530" + description = "UNIQUAC q" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "343" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].UniquacQ" + valueReference = "1531" + description = "UNIQUAC q" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "344" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].UniquacR" + valueReference = "1532" + description = "UNIQUAC r" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "345" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].UniquacR" + valueReference = "1533" + description = "UNIQUAC r" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "346" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VP[1]" + valueReference = "1534" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "347" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VP[2]" + valueReference = "1535" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "348" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VP[3]" + valueReference = "1536" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "349" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VP[4]" + valueReference = "1537" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "350" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VP[5]" + valueReference = "1538" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "351" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VP[6]" + valueReference = "1539" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "352" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VP[1]" + valueReference = "1540" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "353" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VP[2]" + valueReference = "1541" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "354" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VP[3]" + valueReference = "1542" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "355" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VP[4]" + valueReference = "1543" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "356" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VP[5]" + valueReference = "1544" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "357" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VP[6]" + valueReference = "1545" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "358" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapCp[1]" + valueReference = "1546" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "359" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapCp[2]" + valueReference = "1547" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "360" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapCp[3]" + valueReference = "1548" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "361" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapCp[4]" + valueReference = "1549" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "362" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapCp[5]" + valueReference = "1550" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "363" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapCp[6]" + valueReference = "1551" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "364" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapCp[1]" + valueReference = "1552" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "365" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapCp[2]" + valueReference = "1553" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "366" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapCp[3]" + valueReference = "1554" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "367" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapCp[4]" + valueReference = "1555" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "368" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapCp[5]" + valueReference = "1556" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "369" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapCp[6]" + valueReference = "1557" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "370" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapK[1]" + valueReference = "1558" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "371" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapK[2]" + valueReference = "1559" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "372" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapK[3]" + valueReference = "1560" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "373" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapK[4]" + valueReference = "1561" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "374" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapK[5]" + valueReference = "1562" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "375" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapK[6]" + valueReference = "1563" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "376" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapK[1]" + valueReference = "1564" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "377" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapK[2]" + valueReference = "1565" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "378" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapK[3]" + valueReference = "1566" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "379" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapK[4]" + valueReference = "1567" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "380" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapK[5]" + valueReference = "1568" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "381" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapK[6]" + valueReference = "1569" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "382" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapVis[1]" + valueReference = "1570" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "383" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapVis[2]" + valueReference = "1571" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "384" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapVis[3]" + valueReference = "1572" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "385" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapVis[4]" + valueReference = "1573" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "386" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapVis[5]" + valueReference = "1574" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "387" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].VapVis[6]" + valueReference = "1575" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "388" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapVis[1]" + valueReference = "1576" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "389" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapVis[2]" + valueReference = "1577" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "390" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapVis[3]" + valueReference = "1578" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "391" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapVis[4]" + valueReference = "1579" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "392" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapVis[5]" + valueReference = "1580" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "393" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].VapVis[6]" + valueReference = "1581" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "394" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].Vc" + valueReference = "1582" + description = "Critical Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "395" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].Vc" + valueReference = "1583" + description = "Critical Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "396" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Eff" + valueReference = "1584" + description = "Efficiency" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "397" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "46" fileWritable = "true"> + <Real start="1.0" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Fg" + valueReference = "1585" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "398" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/GuessInput.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "26" fileWritable = "true"> + <Real start="100.0" fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Fliqg" + valueReference = "1586" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "399" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "41" startColumn = "7" endLine = "41" endColumn = "64" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Fvapg" + valueReference = "1587" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "400" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "41" startColumn = "7" endLine = "41" endColumn = "64" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Hcompg[1]" + valueReference = "1588" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "401" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "28" startColumn = "8" endLine = "28" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Hcompg[2]" + valueReference = "1589" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "402" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "28" startColumn = "8" endLine = "28" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Hcomplg[1]" + valueReference = "1590" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "403" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "29" startColumn = "8" endLine = "29" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Hcomplg[2]" + valueReference = "1591" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "404" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "29" startColumn = "8" endLine = "29" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Hcompvg[1]" + valueReference = "1592" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "405" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "30" startColumn = "8" endLine = "30" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Hcompvg[2]" + valueReference = "1593" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "406" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "30" startColumn = "8" endLine = "30" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Hliqg" + valueReference = "1594" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "407" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "25" startColumn = "8" endLine = "25" endColumn = "43" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Hmixg" + valueReference = "1595" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "408" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "27" startColumn = "8" endLine = "27" endColumn = "43" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Htotg" + valueReference = "1596" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "409" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "24" startColumn = "8" endLine = "24" endColumn = "43" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Hvapg" + valueReference = "1597" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "410" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "26" startColumn = "8" endLine = "26" endColumn = "43" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.K_guess[1]" + valueReference = "1598" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "411" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "38" startColumn = "7" endLine = "38" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.K_guess[2]" + valueReference = "1599" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "412" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "38" startColumn = "7" endLine = "38" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Pdel" + valueReference = "1600" + description = "Pressure drop" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "413" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "51" fileWritable = "true"> + <Real start="0.0" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Pg" + valueReference = "1601" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "414" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/GuessInput.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "29" fileWritable = "true"> + <Real start="101325.0" fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Pmax" + valueReference = "1602" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "415" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "15" startColumn = "8" endLine = "15" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Pmin" + valueReference = "1603" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "416" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "15" startColumn = "8" endLine = "15" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Psatbg[1]" + valueReference = "1604" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "417" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "18" startColumn = "8" endLine = "18" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Psatbg[2]" + valueReference = "1605" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "418" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "18" startColumn = "8" endLine = "18" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Psatdg[1]" + valueReference = "1606" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "419" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "19" startColumn = "8" endLine = "19" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Psatdg[2]" + valueReference = "1607" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "420" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "19" startColumn = "8" endLine = "19" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Psatt[1]" + valueReference = "1608" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "421" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "17" startColumn = "8" endLine = "17" endColumn = "52" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Psatt[2]" + valueReference = "1609" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "422" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "17" startColumn = "8" endLine = "17" endColumn = "52" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Px" + valueReference = "1610" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "423" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "14" startColumn = "8" endLine = "14" endColumn = "40" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Pxc[1]" + valueReference = "1611" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "424" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "13" startColumn = "8" endLine = "13" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Pxc[2]" + valueReference = "1612" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "425" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "13" startColumn = "8" endLine = "13" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Pxm[1]" + valueReference = "1613" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "426" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "13" startColumn = "8" endLine = "13" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Pxm[2]" + valueReference = "1614" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "427" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "13" startColumn = "8" endLine = "13" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Tbg" + valueReference = "1615" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "428" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "20" startColumn = "8" endLine = "20" endColumn = "54" fileWritable = "true"> + <Real start="200.0" fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Tc[1]" + valueReference = "1616" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "429" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "16" startColumn = "8" endLine = "16" endColumn = "49" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Tc[2]" + valueReference = "1617" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "430" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "16" startColumn = "8" endLine = "16" endColumn = "49" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Tdg" + valueReference = "1618" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "431" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "21" startColumn = "8" endLine = "21" endColumn = "54" fileWritable = "true"> + <Real start="300.0" fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Temp" + valueReference = "1619" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "432" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "12" startColumn = "8" endLine = "12" endColumn = "55" fileWritable = "true"> + <Real start="300.0" fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Tg" + valueReference = "1620" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "433" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "11" startColumn = "8" endLine = "11" endColumn = "40" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.xg[1]" + valueReference = "1621" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "434" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "33" startColumn = "7" endLine = "33" endColumn = "76" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.xg[2]" + valueReference = "1622" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "435" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "33" startColumn = "7" endLine = "33" endColumn = "76" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.xguess[1]" + valueReference = "1623" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "436" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "10" startColumn = "7" endLine = "10" endColumn = "52" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.xguess[2]" + valueReference = "1624" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "437" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "10" startColumn = "7" endLine = "10" endColumn = "52" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.xliqg" + valueReference = "1625" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "438" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "36" startColumn = "7" endLine = "36" endColumn = "64" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.xmol[1]" + valueReference = "1626" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "439" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "32" startColumn = "7" endLine = "32" endColumn = "80" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.xmol[2]" + valueReference = "1627" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "440" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "32" startColumn = "7" endLine = "32" endColumn = "80" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.xvapg" + valueReference = "1628" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "441" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "36" startColumn = "7" endLine = "36" endColumn = "64" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.yg[1]" + valueReference = "1629" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "442" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "33" startColumn = "7" endLine = "33" endColumn = "76" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.yg[2]" + valueReference = "1630" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "443" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "33" startColumn = "7" endLine = "33" endColumn = "76" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.ymol[1]" + valueReference = "1631" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "444" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "32" startColumn = "7" endLine = "32" endColumn = "80" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.ymol[2]" + valueReference = "1632" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "445" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "32" startColumn = "7" endLine = "32" endColumn = "80" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Alpha" + valueReference = "1633" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "446" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "37" startColumn = "7" endLine = "37" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Beta" + valueReference = "1634" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "447" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "37" startColumn = "7" endLine = "37" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].AF" + valueReference = "1635" + description = "Acentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "448" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].AF" + valueReference = "1636" + description = "Acentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "449" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].AS" + valueReference = "1637" + description = "Absolute Entropy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "450" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "57" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].AS" + valueReference = "1638" + description = "Absolute Entropy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "451" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "57" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].Cc" + valueReference = "1639" + description = "Critical Compressibility Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "452" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].Cc" + valueReference = "1640" + description = "Critical Compressibility Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "453" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].ChaoSeadAF" + valueReference = "1641" + description = "Chao-Seader Accentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "454" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "39" startColumn = "3" endLine = "39" endColumn = "70" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].ChaoSeadAF" + valueReference = "1642" + description = "Chao-Seader Accentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "455" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "39" startColumn = "3" endLine = "39" endColumn = "70" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].ChaoSeadLV" + valueReference = "1643" + description = "Chao-Seader Liquid Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "456" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "41" startColumn = "3" endLine = "41" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].ChaoSeadLV" + valueReference = "1644" + description = "Chao-Seader Liquid Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "457" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "41" startColumn = "3" endLine = "41" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].ChaoSeadSP" + valueReference = "1645" + description = "Shao-Seader Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "458" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "40" startColumn = "3" endLine = "40" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].ChaoSeadSP" + valueReference = "1646" + description = "Shao-Seader Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "459" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "40" startColumn = "3" endLine = "40" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].DM" + valueReference = "1647" + description = "Dipole Moment" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "460" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Coulomb.m" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].DM" + valueReference = "1648" + description = "Dipole Moment" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "461" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Coulomb.m" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].GEF" + valueReference = "1649" + description = "Gibbs Energy of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "462" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].GEF" + valueReference = "1650" + description = "Gibbs Energy of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "463" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].HFMP" + valueReference = "1651" + description = "Heat of Fusion at Melting Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "464" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].HFMP" + valueReference = "1652" + description = "Heat of Fusion at Melting Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "465" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].HOC" + valueReference = "1653" + description = "Heat of Combustion" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "466" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].HOC" + valueReference = "1654" + description = "Heat of Combustion" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "467" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].HOV[1]" + valueReference = "1655" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "468" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].HOV[2]" + valueReference = "1656" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "469" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].HOV[3]" + valueReference = "1657" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "470" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].HOV[4]" + valueReference = "1658" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "471" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].HOV[5]" + valueReference = "1659" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "472" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].HOV[6]" + valueReference = "1660" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "473" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].HOV[1]" + valueReference = "1661" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "474" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].HOV[2]" + valueReference = "1662" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "475" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].HOV[3]" + valueReference = "1663" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "476" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].HOV[4]" + valueReference = "1664" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "477" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].HOV[5]" + valueReference = "1665" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "478" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].HOV[6]" + valueReference = "1666" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "479" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].IGHF" + valueReference = "1667" + description = "Standard Heat of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "480" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "67" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].IGHF" + valueReference = "1668" + description = "Standard Heat of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "481" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "67" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LVB" + valueReference = "1669" + description = "Liquid Molar Volume at Normal Boiling Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "482" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "84" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LVB" + valueReference = "1670" + description = "Liquid Molar Volume at Normal Boiling Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "483" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "84" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqCp[1]" + valueReference = "1671" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "484" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqCp[2]" + valueReference = "1672" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "485" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqCp[3]" + valueReference = "1673" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "486" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqCp[4]" + valueReference = "1674" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "487" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqCp[5]" + valueReference = "1675" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "488" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqCp[6]" + valueReference = "1676" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "489" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqCp[1]" + valueReference = "1677" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "490" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqCp[2]" + valueReference = "1678" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "491" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqCp[3]" + valueReference = "1679" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "492" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqCp[4]" + valueReference = "1680" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "493" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqCp[5]" + valueReference = "1681" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "494" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqCp[6]" + valueReference = "1682" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "495" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqDen[1]" + valueReference = "1683" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "496" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqDen[2]" + valueReference = "1684" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "497" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqDen[3]" + valueReference = "1685" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "498" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqDen[4]" + valueReference = "1686" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "499" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqDen[5]" + valueReference = "1687" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "500" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqDen[6]" + valueReference = "1688" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "501" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqDen[1]" + valueReference = "1689" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "502" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqDen[2]" + valueReference = "1690" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "503" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqDen[3]" + valueReference = "1691" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "504" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqDen[4]" + valueReference = "1692" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "505" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqDen[5]" + valueReference = "1693" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "506" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqDen[6]" + valueReference = "1694" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "507" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqK[1]" + valueReference = "1695" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "508" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqK[2]" + valueReference = "1696" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "509" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqK[3]" + valueReference = "1697" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "510" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqK[4]" + valueReference = "1698" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "511" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqK[5]" + valueReference = "1699" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "512" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqK[6]" + valueReference = "1700" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "513" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqK[1]" + valueReference = "1701" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "514" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqK[2]" + valueReference = "1702" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "515" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqK[3]" + valueReference = "1703" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "516" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqK[4]" + valueReference = "1704" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "517" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqK[5]" + valueReference = "1705" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "518" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqK[6]" + valueReference = "1706" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "519" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqVis[1]" + valueReference = "1707" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "520" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqVis[2]" + valueReference = "1708" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "521" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqVis[3]" + valueReference = "1709" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "522" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqVis[4]" + valueReference = "1710" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "523" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqVis[5]" + valueReference = "1711" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "524" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].LiqVis[6]" + valueReference = "1712" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "525" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqVis[1]" + valueReference = "1713" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "526" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqVis[2]" + valueReference = "1714" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "527" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqVis[3]" + valueReference = "1715" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "528" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqVis[4]" + valueReference = "1716" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "529" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqVis[5]" + valueReference = "1717" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "530" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].LiqVis[6]" + valueReference = "1718" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "531" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].MW" + valueReference = "1719" + description = "Molecular Weight" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "532" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "50" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].MW" + valueReference = "1720" + description = "Molecular Weight" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "533" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "50" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].Pc" + valueReference = "1721" + description = "Critical Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "534" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "9" startColumn = "3" endLine = "9" endColumn = "52" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].Pc" + valueReference = "1722" + description = "Critical Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "535" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "9" startColumn = "3" endLine = "9" endColumn = "52" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].Racketparam" + valueReference = "1723" + description = "Racket Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "536" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "38" startColumn = "3" endLine = "38" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].Racketparam" + valueReference = "1724" + description = "Racket Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "537" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "38" startColumn = "3" endLine = "38" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].SH" + valueReference = "1725" + description = "Absolute Enthalpy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "538" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].SH" + valueReference = "1726" + description = "Absolute Enthalpy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "539" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].SP" + valueReference = "1727" + description = "Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "540" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "62" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].SP" + valueReference = "1728" + description = "Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "541" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "62" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].TP" + valueReference = "1729" + description = "Triple Point Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "542" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].TP" + valueReference = "1730" + description = "Triple Point Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "543" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].TT" + valueReference = "1731" + description = "Triple Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "544" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "14" startColumn = "3" endLine = "14" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].TT" + valueReference = "1732" + description = "Triple Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "545" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "14" startColumn = "3" endLine = "14" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].Tb" + valueReference = "1733" + description = "Boiling Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "546" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].Tb" + valueReference = "1734" + description = "Boiling Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "547" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].Tc" + valueReference = "1735" + description = "Critical Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "548" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "8" startColumn = "3" endLine = "8" endColumn = "54" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].Tc" + valueReference = "1736" + description = "Critical Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "549" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "8" startColumn = "3" endLine = "8" endColumn = "54" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].Tm" + valueReference = "1737" + description = "Melting Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "550" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].Tm" + valueReference = "1738" + description = "Melting Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "551" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].UniquacQ" + valueReference = "1739" + description = "UNIQUAC q" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "552" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].UniquacQ" + valueReference = "1740" + description = "UNIQUAC q" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "553" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].UniquacR" + valueReference = "1741" + description = "UNIQUAC r" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "554" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].UniquacR" + valueReference = "1742" + description = "UNIQUAC r" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "555" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VP[1]" + valueReference = "1743" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "556" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VP[2]" + valueReference = "1744" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "557" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VP[3]" + valueReference = "1745" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "558" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VP[4]" + valueReference = "1746" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "559" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VP[5]" + valueReference = "1747" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "560" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VP[6]" + valueReference = "1748" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "561" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VP[1]" + valueReference = "1749" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "562" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VP[2]" + valueReference = "1750" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "563" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VP[3]" + valueReference = "1751" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "564" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VP[4]" + valueReference = "1752" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "565" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VP[5]" + valueReference = "1753" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "566" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VP[6]" + valueReference = "1754" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "567" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapCp[1]" + valueReference = "1755" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "568" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapCp[2]" + valueReference = "1756" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "569" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapCp[3]" + valueReference = "1757" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "570" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapCp[4]" + valueReference = "1758" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "571" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapCp[5]" + valueReference = "1759" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "572" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapCp[6]" + valueReference = "1760" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "573" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapCp[1]" + valueReference = "1761" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "574" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapCp[2]" + valueReference = "1762" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "575" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapCp[3]" + valueReference = "1763" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "576" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapCp[4]" + valueReference = "1764" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "577" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapCp[5]" + valueReference = "1765" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "578" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapCp[6]" + valueReference = "1766" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "579" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapK[1]" + valueReference = "1767" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "580" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapK[2]" + valueReference = "1768" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "581" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapK[3]" + valueReference = "1769" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "582" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapK[4]" + valueReference = "1770" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "583" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapK[5]" + valueReference = "1771" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "584" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapK[6]" + valueReference = "1772" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "585" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapK[1]" + valueReference = "1773" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "586" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapK[2]" + valueReference = "1774" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "587" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapK[3]" + valueReference = "1775" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "588" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapK[4]" + valueReference = "1776" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "589" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapK[5]" + valueReference = "1777" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "590" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapK[6]" + valueReference = "1778" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "591" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapVis[1]" + valueReference = "1779" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "592" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapVis[2]" + valueReference = "1780" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "593" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapVis[3]" + valueReference = "1781" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "594" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapVis[4]" + valueReference = "1782" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "595" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapVis[5]" + valueReference = "1783" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "596" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].VapVis[6]" + valueReference = "1784" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "597" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapVis[1]" + valueReference = "1785" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "598" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapVis[2]" + valueReference = "1786" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "599" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapVis[3]" + valueReference = "1787" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "600" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapVis[4]" + valueReference = "1788" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "601" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapVis[5]" + valueReference = "1789" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "602" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].VapVis[6]" + valueReference = "1790" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "603" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].Vc" + valueReference = "1791" + description = "Critical Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "604" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].Vc" + valueReference = "1792" + description = "Critical Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "605" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Fg" + valueReference = "1793" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "606" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/GuessInput.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "26" fileWritable = "true"> + <Real start="100.0" fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Fliqg" + valueReference = "1794" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "607" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "41" startColumn = "7" endLine = "41" endColumn = "64" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Fvapg" + valueReference = "1795" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "608" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "41" startColumn = "7" endLine = "41" endColumn = "64" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Hcompg[1]" + valueReference = "1796" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "609" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "28" startColumn = "8" endLine = "28" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Hcompg[2]" + valueReference = "1797" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "610" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "28" startColumn = "8" endLine = "28" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Hcomplg[1]" + valueReference = "1798" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "611" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "29" startColumn = "8" endLine = "29" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Hcomplg[2]" + valueReference = "1799" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "612" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "29" startColumn = "8" endLine = "29" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Hcompvg[1]" + valueReference = "1800" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "613" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "30" startColumn = "8" endLine = "30" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Hcompvg[2]" + valueReference = "1801" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "614" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "30" startColumn = "8" endLine = "30" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Hliqg" + valueReference = "1802" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "615" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "25" startColumn = "8" endLine = "25" endColumn = "43" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Hmixg" + valueReference = "1803" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "616" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "27" startColumn = "8" endLine = "27" endColumn = "43" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Htotg" + valueReference = "1804" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "617" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "24" startColumn = "8" endLine = "24" endColumn = "43" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Hvapg" + valueReference = "1805" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "618" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "26" startColumn = "8" endLine = "26" endColumn = "43" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.K_guess[1]" + valueReference = "1806" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "619" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "38" startColumn = "7" endLine = "38" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.K_guess[2]" + valueReference = "1807" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "620" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "38" startColumn = "7" endLine = "38" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Pg" + valueReference = "1808" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "621" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/GuessInput.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "29" fileWritable = "true"> + <Real start="101325.0" fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Pmax" + valueReference = "1809" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "622" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "15" startColumn = "8" endLine = "15" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Pmin" + valueReference = "1810" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "623" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "15" startColumn = "8" endLine = "15" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Psatbg[1]" + valueReference = "1811" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "624" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "18" startColumn = "8" endLine = "18" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Psatbg[2]" + valueReference = "1812" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "625" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "18" startColumn = "8" endLine = "18" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Psatdg[1]" + valueReference = "1813" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "626" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "19" startColumn = "8" endLine = "19" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Psatdg[2]" + valueReference = "1814" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "627" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "19" startColumn = "8" endLine = "19" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Psatt[1]" + valueReference = "1815" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "628" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "17" startColumn = "8" endLine = "17" endColumn = "52" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Psatt[2]" + valueReference = "1816" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "629" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "17" startColumn = "8" endLine = "17" endColumn = "52" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Px" + valueReference = "1817" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "630" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "14" startColumn = "8" endLine = "14" endColumn = "40" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Pxc[1]" + valueReference = "1818" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "631" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "13" startColumn = "8" endLine = "13" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Pxc[2]" + valueReference = "1819" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "632" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "13" startColumn = "8" endLine = "13" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Pxm[1]" + valueReference = "1820" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "633" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "13" startColumn = "8" endLine = "13" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Pxm[2]" + valueReference = "1821" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "634" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "13" startColumn = "8" endLine = "13" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Tbg" + valueReference = "1822" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "635" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "20" startColumn = "8" endLine = "20" endColumn = "54" fileWritable = "true"> + <Real start="200.0" fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Tc[1]" + valueReference = "1823" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "636" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "16" startColumn = "8" endLine = "16" endColumn = "49" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Tc[2]" + valueReference = "1824" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "637" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "16" startColumn = "8" endLine = "16" endColumn = "49" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Tdg" + valueReference = "1825" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "638" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "21" startColumn = "8" endLine = "21" endColumn = "54" fileWritable = "true"> + <Real start="300.0" fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Temp" + valueReference = "1826" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "639" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "12" startColumn = "8" endLine = "12" endColumn = "55" fileWritable = "true"> + <Real start="300.0" fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Tg" + valueReference = "1827" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "640" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "11" startColumn = "8" endLine = "11" endColumn = "40" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xg[1]" + valueReference = "1828" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "641" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "33" startColumn = "7" endLine = "33" endColumn = "76" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xg[2]" + valueReference = "1829" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "642" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "33" startColumn = "7" endLine = "33" endColumn = "76" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xguess[1]" + valueReference = "1830" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "643" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "10" startColumn = "7" endLine = "10" endColumn = "52" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xguess[2]" + valueReference = "1831" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "644" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "10" startColumn = "7" endLine = "10" endColumn = "52" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xliqg" + valueReference = "1832" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "645" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "36" startColumn = "7" endLine = "36" endColumn = "64" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xmol[1]" + valueReference = "1833" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "646" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "32" startColumn = "7" endLine = "32" endColumn = "80" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xmol[2]" + valueReference = "1834" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "647" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "32" startColumn = "7" endLine = "32" endColumn = "80" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xvapg" + valueReference = "1835" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "648" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "36" startColumn = "7" endLine = "36" endColumn = "64" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.yg[1]" + valueReference = "1836" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "649" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "33" startColumn = "7" endLine = "33" endColumn = "76" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.yg[2]" + valueReference = "1837" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "650" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "33" startColumn = "7" endLine = "33" endColumn = "76" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.ymol[1]" + valueReference = "1838" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "651" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "32" startColumn = "7" endLine = "32" endColumn = "80" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.ymol[2]" + valueReference = "1839" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "652" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "32" startColumn = "7" endLine = "32" endColumn = "80" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Alpha" + valueReference = "1840" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "653" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "37" startColumn = "7" endLine = "37" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Beta" + valueReference = "1841" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "654" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "37" startColumn = "7" endLine = "37" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].AF" + valueReference = "1842" + description = "Acentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "655" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].AF" + valueReference = "1843" + description = "Acentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "656" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].AS" + valueReference = "1844" + description = "Absolute Entropy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "657" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "57" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].AS" + valueReference = "1845" + description = "Absolute Entropy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "658" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "57" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].Cc" + valueReference = "1846" + description = "Critical Compressibility Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "659" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].Cc" + valueReference = "1847" + description = "Critical Compressibility Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "660" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].ChaoSeadAF" + valueReference = "1848" + description = "Chao-Seader Accentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "661" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "39" startColumn = "3" endLine = "39" endColumn = "70" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].ChaoSeadAF" + valueReference = "1849" + description = "Chao-Seader Accentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "662" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "39" startColumn = "3" endLine = "39" endColumn = "70" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].ChaoSeadLV" + valueReference = "1850" + description = "Chao-Seader Liquid Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "663" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "41" startColumn = "3" endLine = "41" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].ChaoSeadLV" + valueReference = "1851" + description = "Chao-Seader Liquid Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "664" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "41" startColumn = "3" endLine = "41" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].ChaoSeadSP" + valueReference = "1852" + description = "Shao-Seader Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "665" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "40" startColumn = "3" endLine = "40" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].ChaoSeadSP" + valueReference = "1853" + description = "Shao-Seader Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "666" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "40" startColumn = "3" endLine = "40" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].DM" + valueReference = "1854" + description = "Dipole Moment" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "667" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Coulomb.m" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].DM" + valueReference = "1855" + description = "Dipole Moment" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "668" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Coulomb.m" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].GEF" + valueReference = "1856" + description = "Gibbs Energy of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "669" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].GEF" + valueReference = "1857" + description = "Gibbs Energy of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "670" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].HFMP" + valueReference = "1858" + description = "Heat of Fusion at Melting Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "671" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].HFMP" + valueReference = "1859" + description = "Heat of Fusion at Melting Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "672" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].HOC" + valueReference = "1860" + description = "Heat of Combustion" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "673" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].HOC" + valueReference = "1861" + description = "Heat of Combustion" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "674" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].HOV[1]" + valueReference = "1862" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "675" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].HOV[2]" + valueReference = "1863" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "676" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].HOV[3]" + valueReference = "1864" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "677" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].HOV[4]" + valueReference = "1865" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "678" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].HOV[5]" + valueReference = "1866" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "679" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].HOV[6]" + valueReference = "1867" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "680" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].HOV[1]" + valueReference = "1868" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "681" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].HOV[2]" + valueReference = "1869" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "682" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].HOV[3]" + valueReference = "1870" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "683" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].HOV[4]" + valueReference = "1871" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "684" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].HOV[5]" + valueReference = "1872" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "685" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].HOV[6]" + valueReference = "1873" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "686" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].IGHF" + valueReference = "1874" + description = "Standard Heat of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "687" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "67" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].IGHF" + valueReference = "1875" + description = "Standard Heat of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "688" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "67" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LVB" + valueReference = "1876" + description = "Liquid Molar Volume at Normal Boiling Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "689" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "84" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LVB" + valueReference = "1877" + description = "Liquid Molar Volume at Normal Boiling Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "690" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "84" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqCp[1]" + valueReference = "1878" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "691" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqCp[2]" + valueReference = "1879" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "692" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqCp[3]" + valueReference = "1880" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "693" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqCp[4]" + valueReference = "1881" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "694" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqCp[5]" + valueReference = "1882" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "695" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqCp[6]" + valueReference = "1883" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "696" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqCp[1]" + valueReference = "1884" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "697" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqCp[2]" + valueReference = "1885" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "698" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqCp[3]" + valueReference = "1886" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "699" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqCp[4]" + valueReference = "1887" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "700" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqCp[5]" + valueReference = "1888" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "701" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqCp[6]" + valueReference = "1889" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "702" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqDen[1]" + valueReference = "1890" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "703" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqDen[2]" + valueReference = "1891" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "704" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqDen[3]" + valueReference = "1892" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "705" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqDen[4]" + valueReference = "1893" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "706" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqDen[5]" + valueReference = "1894" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "707" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqDen[6]" + valueReference = "1895" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "708" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqDen[1]" + valueReference = "1896" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "709" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqDen[2]" + valueReference = "1897" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "710" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqDen[3]" + valueReference = "1898" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "711" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqDen[4]" + valueReference = "1899" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "712" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqDen[5]" + valueReference = "1900" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "713" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqDen[6]" + valueReference = "1901" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "714" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqK[1]" + valueReference = "1902" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "715" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqK[2]" + valueReference = "1903" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "716" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqK[3]" + valueReference = "1904" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "717" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqK[4]" + valueReference = "1905" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "718" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqK[5]" + valueReference = "1906" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "719" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqK[6]" + valueReference = "1907" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "720" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqK[1]" + valueReference = "1908" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "721" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqK[2]" + valueReference = "1909" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "722" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqK[3]" + valueReference = "1910" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "723" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqK[4]" + valueReference = "1911" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "724" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqK[5]" + valueReference = "1912" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "725" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqK[6]" + valueReference = "1913" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "726" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqVis[1]" + valueReference = "1914" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "727" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqVis[2]" + valueReference = "1915" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "728" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqVis[3]" + valueReference = "1916" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "729" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqVis[4]" + valueReference = "1917" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "730" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqVis[5]" + valueReference = "1918" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "731" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].LiqVis[6]" + valueReference = "1919" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "732" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqVis[1]" + valueReference = "1920" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "733" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqVis[2]" + valueReference = "1921" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "734" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqVis[3]" + valueReference = "1922" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "735" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqVis[4]" + valueReference = "1923" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "736" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqVis[5]" + valueReference = "1924" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "737" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].LiqVis[6]" + valueReference = "1925" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "738" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].MW" + valueReference = "1926" + description = "Molecular Weight" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "739" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "50" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].MW" + valueReference = "1927" + description = "Molecular Weight" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "740" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "50" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].Pc" + valueReference = "1928" + description = "Critical Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "741" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "9" startColumn = "3" endLine = "9" endColumn = "52" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].Pc" + valueReference = "1929" + description = "Critical Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "742" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "9" startColumn = "3" endLine = "9" endColumn = "52" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].Racketparam" + valueReference = "1930" + description = "Racket Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "743" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "38" startColumn = "3" endLine = "38" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].Racketparam" + valueReference = "1931" + description = "Racket Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "744" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "38" startColumn = "3" endLine = "38" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].SH" + valueReference = "1932" + description = "Absolute Enthalpy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "745" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].SH" + valueReference = "1933" + description = "Absolute Enthalpy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "746" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].SP" + valueReference = "1934" + description = "Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "747" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "62" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].SP" + valueReference = "1935" + description = "Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "748" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "62" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].TP" + valueReference = "1936" + description = "Triple Point Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "749" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].TP" + valueReference = "1937" + description = "Triple Point Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "750" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].TT" + valueReference = "1938" + description = "Triple Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "751" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "14" startColumn = "3" endLine = "14" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].TT" + valueReference = "1939" + description = "Triple Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "752" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "14" startColumn = "3" endLine = "14" endColumn = "58" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].Tb" + valueReference = "1940" + description = "Boiling Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "753" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].Tb" + valueReference = "1941" + description = "Boiling Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "754" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].Tc" + valueReference = "1942" + description = "Critical Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "755" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "8" startColumn = "3" endLine = "8" endColumn = "54" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].Tc" + valueReference = "1943" + description = "Critical Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "756" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "8" startColumn = "3" endLine = "8" endColumn = "54" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].Tm" + valueReference = "1944" + description = "Melting Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "757" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].Tm" + valueReference = "1945" + description = "Melting Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "758" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "59" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].UniquacQ" + valueReference = "1946" + description = "UNIQUAC q" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "759" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].UniquacQ" + valueReference = "1947" + description = "UNIQUAC q" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "760" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].UniquacR" + valueReference = "1948" + description = "UNIQUAC r" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "761" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].UniquacR" + valueReference = "1949" + description = "UNIQUAC r" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "762" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "49" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VP[1]" + valueReference = "1950" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "763" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VP[2]" + valueReference = "1951" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "764" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VP[3]" + valueReference = "1952" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "765" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VP[4]" + valueReference = "1953" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "766" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VP[5]" + valueReference = "1954" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "767" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VP[6]" + valueReference = "1955" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "768" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VP[1]" + valueReference = "1956" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "769" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VP[2]" + valueReference = "1957" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "770" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VP[3]" + valueReference = "1958" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "771" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VP[4]" + valueReference = "1959" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "772" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VP[5]" + valueReference = "1960" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "773" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VP[6]" + valueReference = "1961" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "774" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapCp[1]" + valueReference = "1962" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "775" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapCp[2]" + valueReference = "1963" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "776" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapCp[3]" + valueReference = "1964" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "777" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapCp[4]" + valueReference = "1965" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "778" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapCp[5]" + valueReference = "1966" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "779" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapCp[6]" + valueReference = "1967" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "780" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapCp[1]" + valueReference = "1968" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "781" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapCp[2]" + valueReference = "1969" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "782" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapCp[3]" + valueReference = "1970" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "783" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapCp[4]" + valueReference = "1971" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "784" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapCp[5]" + valueReference = "1972" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "785" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapCp[6]" + valueReference = "1973" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "786" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapK[1]" + valueReference = "1974" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "787" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapK[2]" + valueReference = "1975" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "788" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapK[3]" + valueReference = "1976" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "789" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapK[4]" + valueReference = "1977" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "790" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapK[5]" + valueReference = "1978" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "791" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapK[6]" + valueReference = "1979" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "792" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapK[1]" + valueReference = "1980" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "793" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapK[2]" + valueReference = "1981" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "794" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapK[3]" + valueReference = "1982" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "795" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapK[4]" + valueReference = "1983" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "796" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapK[5]" + valueReference = "1984" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "797" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapK[6]" + valueReference = "1985" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "798" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapVis[1]" + valueReference = "1986" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "799" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapVis[2]" + valueReference = "1987" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "800" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapVis[3]" + valueReference = "1988" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "801" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapVis[4]" + valueReference = "1989" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "802" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapVis[5]" + valueReference = "1990" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "803" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].VapVis[6]" + valueReference = "1991" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "804" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapVis[1]" + valueReference = "1992" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "805" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapVis[2]" + valueReference = "1993" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "806" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapVis[3]" + valueReference = "1994" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "807" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapVis[4]" + valueReference = "1995" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "808" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapVis[5]" + valueReference = "1996" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "809" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].VapVis[6]" + valueReference = "1997" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "810" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].Vc" + valueReference = "1998" + description = "Critical Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "811" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].Vc" + valueReference = "1999" + description = "Critical Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "812" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "55" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Fg" + valueReference = "2000" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "813" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/GuessInput.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "26" fileWritable = "true"> + <Real start="100.0" fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Fliqg" + valueReference = "2001" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "814" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "41" startColumn = "7" endLine = "41" endColumn = "64" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Fvapg" + valueReference = "2002" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "815" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "41" startColumn = "7" endLine = "41" endColumn = "64" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Hcompg[1]" + valueReference = "2003" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "816" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "28" startColumn = "8" endLine = "28" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Hcompg[2]" + valueReference = "2004" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "817" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "28" startColumn = "8" endLine = "28" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Hcomplg[1]" + valueReference = "2005" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "818" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "29" startColumn = "8" endLine = "29" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Hcomplg[2]" + valueReference = "2006" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "819" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "29" startColumn = "8" endLine = "29" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Hcompvg[1]" + valueReference = "2007" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "820" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "30" startColumn = "8" endLine = "30" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Hcompvg[2]" + valueReference = "2008" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "821" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "30" startColumn = "8" endLine = "30" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Hliqg" + valueReference = "2009" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "822" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "25" startColumn = "8" endLine = "25" endColumn = "43" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Hmixg" + valueReference = "2010" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "823" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "27" startColumn = "8" endLine = "27" endColumn = "43" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Htotg" + valueReference = "2011" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "824" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "24" startColumn = "8" endLine = "24" endColumn = "43" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Hvapg" + valueReference = "2012" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "825" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "26" startColumn = "8" endLine = "26" endColumn = "43" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.K_guess[1]" + valueReference = "2013" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "826" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "38" startColumn = "7" endLine = "38" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.K_guess[2]" + valueReference = "2014" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "827" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "38" startColumn = "7" endLine = "38" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Pg" + valueReference = "2015" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "828" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/GuessInput.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "29" fileWritable = "true"> + <Real start="101325.0" fixed="true" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Pmax" + valueReference = "2016" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "829" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "15" startColumn = "8" endLine = "15" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Pmin" + valueReference = "2017" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "830" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "15" startColumn = "8" endLine = "15" endColumn = "63" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Psatbg[1]" + valueReference = "2018" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "831" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "18" startColumn = "8" endLine = "18" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Psatbg[2]" + valueReference = "2019" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "832" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "18" startColumn = "8" endLine = "18" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Psatdg[1]" + valueReference = "2020" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "833" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "19" startColumn = "8" endLine = "19" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Psatdg[2]" + valueReference = "2021" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "834" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "19" startColumn = "8" endLine = "19" endColumn = "53" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Psatt[1]" + valueReference = "2022" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "835" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "17" startColumn = "8" endLine = "17" endColumn = "52" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Psatt[2]" + valueReference = "2023" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "836" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "17" startColumn = "8" endLine = "17" endColumn = "52" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Px" + valueReference = "2024" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "837" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "14" startColumn = "8" endLine = "14" endColumn = "40" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Pxc[1]" + valueReference = "2025" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "838" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "13" startColumn = "8" endLine = "13" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Pxc[2]" + valueReference = "2026" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "839" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "13" startColumn = "8" endLine = "13" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Pxm[1]" + valueReference = "2027" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "840" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "13" startColumn = "8" endLine = "13" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Pxm[2]" + valueReference = "2028" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "841" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "13" startColumn = "8" endLine = "13" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Tbg" + valueReference = "2029" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "842" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "20" startColumn = "8" endLine = "20" endColumn = "54" fileWritable = "true"> + <Real start="200.0" fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Tc[1]" + valueReference = "2030" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "843" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "16" startColumn = "8" endLine = "16" endColumn = "49" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Tc[2]" + valueReference = "2031" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "844" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "16" startColumn = "8" endLine = "16" endColumn = "49" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Tdg" + valueReference = "2032" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "845" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "21" startColumn = "8" endLine = "21" endColumn = "54" fileWritable = "true"> + <Real start="300.0" fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Temp" + valueReference = "2033" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "846" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "12" startColumn = "8" endLine = "12" endColumn = "55" fileWritable = "true"> + <Real start="300.0" fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Tg" + valueReference = "2034" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "847" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "11" startColumn = "8" endLine = "11" endColumn = "40" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xg[1]" + valueReference = "2035" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "848" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "33" startColumn = "7" endLine = "33" endColumn = "76" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xg[2]" + valueReference = "2036" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "849" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "33" startColumn = "7" endLine = "33" endColumn = "76" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xguess[1]" + valueReference = "2037" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "850" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "10" startColumn = "7" endLine = "10" endColumn = "52" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xguess[2]" + valueReference = "2038" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "851" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "10" startColumn = "7" endLine = "10" endColumn = "52" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xliqg" + valueReference = "2039" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "852" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "36" startColumn = "7" endLine = "36" endColumn = "64" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xmol[1]" + valueReference = "2040" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "853" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "32" startColumn = "7" endLine = "32" endColumn = "80" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xmol[2]" + valueReference = "2041" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "854" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "32" startColumn = "7" endLine = "32" endColumn = "80" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xvapg" + valueReference = "2042" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "855" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "36" startColumn = "7" endLine = "36" endColumn = "64" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.yg[1]" + valueReference = "2043" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "856" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "33" startColumn = "7" endLine = "33" endColumn = "76" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.yg[2]" + valueReference = "2044" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "857" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "33" startColumn = "7" endLine = "33" endColumn = "76" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.ymol[1]" + valueReference = "2045" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "858" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "32" startColumn = "7" endLine = "32" endColumn = "80" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.ymol[2]" + valueReference = "2046" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "859" classType = "rPar" + isProtected = "true" hideResult = "true" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/GuessModels/InitialGuess.mo" startLine = "32" startColumn = "7" endLine = "32" endColumn = "80" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.AF" + valueReference = "2047" + description = "Acentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "860" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "49" fileWritable = "true"> + <Real start="0.264" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.AS" + valueReference = "2048" + description = "Absolute Entropy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "861" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "24" startColumn = "3" endLine = "24" endColumn = "57" fileWritable = "true"> + <Real start="320990.0" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.Cc" + valueReference = "2049" + description = "Critical Compressibility Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "862" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "65" fileWritable = "true"> + <Real start="0.264" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.ChaoSeadAF" + valueReference = "2050" + description = "Chao-Seader Accentric Factor" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "863" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "39" startColumn = "3" endLine = "39" endColumn = "70" fileWritable = "true"> + <Real start="0.2591" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.ChaoSeadLV" + valueReference = "2051" + description = "Chao-Seader Liquid Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "864" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "41" startColumn = "3" endLine = "41" endColumn = "73" fileWritable = "true"> + <Real start="0.1068" fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.ChaoSeadSP" + valueReference = "2052" + description = "Shao-Seader Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "865" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "40" startColumn = "3" endLine = "40" endColumn = "82" fileWritable = "true"> + <Real start="18245.86" fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.DM" + valueReference = "2053" + description = "Dipole Moment" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "866" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "20" startColumn = "3" endLine = "20" endColumn = "55" fileWritable = "true"> + <Real start="1.2e-030" fixed="true" useNominal="false" unit="Coulomb.m" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.GEF" + valueReference = "2054" + description = "Gibbs Energy of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "867" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "23" startColumn = "3" endLine = "23" endColumn = "65" fileWritable = "true"> + <Real start="122200000.0" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.HFMP" + valueReference = "2055" + description = "Heat of Fusion at Melting Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "868" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "25" startColumn = "3" endLine = "25" endColumn = "72" fileWritable = "true"> + <Real start="6636000.0" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.HOC" + valueReference = "2056" + description = "Heat of Combustion" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "869" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "26" startColumn = "3" endLine = "26" endColumn = "58" fileWritable = "true"> + <Real start="-3734000000.0" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.HOV[1]" + valueReference = "2057" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "870" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real start="106.0" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.HOV[2]" + valueReference = "2058" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "871" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real start="53752000.0" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.HOV[3]" + valueReference = "2059" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "872" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real start="0.50341" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.HOV[4]" + valueReference = "2060" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "873" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real start="0.24755" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.HOV[5]" + valueReference = "2061" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "874" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real start="-0.72898" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.HOV[6]" + valueReference = "2062" + description = "Heat of Vaporization Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "875" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "32" startColumn = "3" endLine = "32" endColumn = "76" fileWritable = "true"> + <Real start="0.37794" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.IGHF" + valueReference = "2063" + description = "Standard Heat of Formation" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "876" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "67" fileWritable = "true"> + <Real start="50170000.0" fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LVB" + valueReference = "2064" + description = "Liquid Molar Volume at Normal Boiling Point" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "877" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "84" fileWritable = "true"> + <Real start="0.10687" fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqCp[1]" + valueReference = "2065" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "878" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real start="16.0" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqCp[2]" + valueReference = "2066" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "879" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real start="28291.0" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqCp[3]" + valueReference = "2067" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "880" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real start="48.171" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqCp[4]" + valueReference = "2068" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "881" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real start="10.912" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqCp[5]" + valueReference = "2069" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "882" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real start="0.0020542" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqCp[6]" + valueReference = "2070" + description = "Liquid Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "883" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "31" startColumn = "3" endLine = "31" endColumn = "80" fileWritable = "true"> + <Real start="8.7875e-007" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqDen[1]" + valueReference = "2071" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "884" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real start="105.0" fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqDen[2]" + valueReference = "2072" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "885" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real start="0.89799" fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqDen[3]" + valueReference = "2073" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "886" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real start="0.27359" fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqDen[4]" + valueReference = "2074" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "887" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real start="591.75" fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqDen[5]" + valueReference = "2075" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "888" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real start="0.30006" fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqDen[6]" + valueReference = "2076" + description = "Liquid Density Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "889" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "29" startColumn = "3" endLine = "29" endColumn = "74" fileWritable = "true"> + <Real start="0.0" fixed="true" useNominal="false" unit="kmol/m3" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqK[1]" + valueReference = "2077" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "890" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real start="16.0" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqK[2]" + valueReference = "2078" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "891" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real start="-0.072922" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqK[3]" + valueReference = "2079" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "892" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real start="-23.153" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqK[4]" + valueReference = "2080" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "893" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real start="-1.0277" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqK[5]" + valueReference = "2081" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "894" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real start="-0.0017074" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqK[6]" + valueReference = "2082" + description = "Liquid Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "895" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "36" startColumn = "3" endLine = "36" endColumn = "83" fileWritable = "true"> + <Real start="3.6787e-007" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqVis[1]" + valueReference = "2083" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "896" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real start="101.0" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqVis[2]" + valueReference = "2084" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "897" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real start="-152.84" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqVis[3]" + valueReference = "2085" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "898" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real start="5644.6" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqVis[4]" + valueReference = "2086" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "899" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real start="22.826" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqVis[5]" + valueReference = "2087" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "900" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real start="-4.0987e-005" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.LiqVis[6]" + valueReference = "2088" + description = "Liquid Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "901" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "34" startColumn = "3" endLine = "34" endColumn = "73" fileWritable = "true"> + <Real start="2.0" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.MW" + valueReference = "2089" + description = "Molecular Weight" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "902" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "16" startColumn = "3" endLine = "16" endColumn = "50" fileWritable = "true"> + <Real start="92.14100000000001" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.Pc" + valueReference = "2090" + description = "Critical Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "903" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "9" startColumn = "3" endLine = "9" endColumn = "52" fileWritable = "true"> + <Real start="4108000.0" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.Racketparam" + valueReference = "2091" + description = "Racket Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "904" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "38" startColumn = "3" endLine = "38" endColumn = "59" fileWritable = "true"> + <Real start="0.2646" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.SH" + valueReference = "2092" + description = "Absolute Enthalpy" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "905" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "21" startColumn = "3" endLine = "21" endColumn = "56" fileWritable = "true"> + <Real fixed="true" useNominal="false" unit="J/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.SP" + valueReference = "2093" + description = "Solubility Parameter" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "906" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "19" startColumn = "3" endLine = "19" endColumn = "62" fileWritable = "true"> + <Real start="18250.0" fixed="true" useNominal="false" unit="J0.5/m1.5" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.TP" + valueReference = "2094" + description = "Triple Point Pressure" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "907" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "56" fileWritable = "true"> + <Real start="0.0475285" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.TT" + valueReference = "2095" + description = "Triple Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "908" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "14" startColumn = "3" endLine = "14" endColumn = "58" fileWritable = "true"> + <Real start="178.18" fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.Tb" + valueReference = "2096" + description = "Boiling Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "909" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "59" fileWritable = "true"> + <Real start="383.79" fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.Tc" + valueReference = "2097" + description = "Critical Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "910" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "8" startColumn = "3" endLine = "8" endColumn = "54" fileWritable = "true"> + <Real start="591.75" fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.Tm" + valueReference = "2098" + description = "Melting Point Temperature" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "911" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "13" startColumn = "3" endLine = "13" endColumn = "59" fileWritable = "true"> + <Real start="178.18" fixed="true" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.UniquacQ" + valueReference = "2099" + description = "UNIQUAC q" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "912" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "28" startColumn = "3" endLine = "28" endColumn = "49" fileWritable = "true"> + <Real start="2.968" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.UniquacR" + valueReference = "2100" + description = "UNIQUAC r" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "913" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "27" startColumn = "3" endLine = "27" endColumn = "49" fileWritable = "true"> + <Real start="3.9228" fixed="true" useNominal="false" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VP[1]" + valueReference = "2101" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "914" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real start="101.0" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VP[2]" + valueReference = "2102" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "915" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real start="32.89891" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VP[3]" + valueReference = "2103" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "916" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real start="-5013.81" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VP[4]" + valueReference = "2104" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "917" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real start="-1.348918" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VP[5]" + valueReference = "2105" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "918" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real start="-1.869928e-006" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VP[6]" + valueReference = "2106" + description = "Vapor Pressure Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "919" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "30" startColumn = "3" endLine = "30" endColumn = "65" fileWritable = "true"> + <Real start="2.0" fixed="true" useNominal="false" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapCp[1]" + valueReference = "2107" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "920" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real start="16.0" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapCp[2]" + valueReference = "2108" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "921" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real start="47225.0" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapCp[3]" + valueReference = "2109" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "922" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real start="-565.85" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapCp[4]" + valueReference = "2110" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "923" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real start="12.856" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapCp[5]" + valueReference = "2111" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "924" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real start="5.535e-006" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapCp[6]" + valueReference = "2112" + description = "Ideal Gas Heat Capacity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "925" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "33" startColumn = "3" endLine = "33" endColumn = "83" fileWritable = "true"> + <Real start="-1.998e-008" fixed="true" useNominal="false" unit="J/kmol/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapK[1]" + valueReference = "2113" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "926" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real start="102.0" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapK[2]" + valueReference = "2114" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "927" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real start="6.541e-006" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapK[3]" + valueReference = "2115" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "928" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real start="1.4227" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapK[4]" + valueReference = "2116" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "929" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real start="190.97" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapK[5]" + valueReference = "2117" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "930" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real start="21890.0" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapK[6]" + valueReference = "2118" + description = "Vapor Thermal Conductivity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "931" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "37" startColumn = "3" endLine = "37" endColumn = "82" fileWritable = "true"> + <Real start="0.0" fixed="true" useNominal="false" unit="W/m/K" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapVis[1]" + valueReference = "2119" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "932" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real start="102.0" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapVis[2]" + valueReference = "2120" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "933" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real start="8.5581e-007" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapVis[3]" + valueReference = "2121" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "934" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real start="0.49514" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapVis[4]" + valueReference = "2122" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "935" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real start="307.82" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapVis[5]" + valueReference = "2123" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "936" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real start="1891.6" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.VapVis[6]" + valueReference = "2124" + description = "Vapor Viscosity Coefficients" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "937" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "35" startColumn = "3" endLine = "35" endColumn = "72" fileWritable = "true"> + <Real start="0.0" fixed="true" useNominal="false" unit="Pa s" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.Vc" + valueReference = "2125" + description = "Critical Volume" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "938" classType = "rPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "55" fileWritable = "true"> + <Real start="0.316" fixed="true" useNominal="false" unit="m3/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.En.Q" + valueReference = "2126" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.Q" + classIndex = "0" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/enConn.mo" startLine = "4" startColumn = "3" endLine = "4" endColumn = "9" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Fin" + valueReference = "2127" + description = "Inlet stream molar flow rate" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.F_p[1]" + classIndex = "1" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "9" startColumn = "3" endLine = "9" endColumn = "79" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Fout" + valueReference = "2128" + description = "outlet stream molar flow rate" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.F_p[1]" + classIndex = "2" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "17" startColumn = "3" endLine = "17" endColumn = "81" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Hin" + valueReference = "2129" + description = "inlet stream molar enthalpy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.H_p[1]" + classIndex = "3" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "12" startColumn = "3" endLine = "12" endColumn = "71" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Hout" + valueReference = "2130" + description = "outlet mixture molar enthalpy" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.H_p[1]" + classIndex = "4" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "22" startColumn = "3" endLine = "22" endColumn = "74" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="kJ/kmol" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.F" + valueReference = "2131" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.F_p[1]" + classIndex = "5" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.H" + valueReference = "2132" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.H_p[1]" + classIndex = "6" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.P" + valueReference = "2133" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.P" + classIndex = "7" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.S" + valueReference = "2134" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.S_p[1]" + classIndex = "8" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.T" + valueReference = "2135" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.T" + classIndex = "9" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.x_pc[1,1]" + valueReference = "2136" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,1]" + classIndex = "10" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.x_pc[1,2]" + valueReference = "2137" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,2]" + classIndex = "11" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.x_pc[2,1]" + valueReference = "2138" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[2,1]" + classIndex = "12" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.x_pc[2,2]" + valueReference = "2139" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[2,2]" + classIndex = "13" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.x_pc[3,1]" + valueReference = "2140" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[3,1]" + classIndex = "14" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.x_pc[3,2]" + valueReference = "2141" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[3,2]" + classIndex = "15" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.xvap" + valueReference = "2142" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.xvapin" + classIndex = "16" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.F" + valueReference = "2143" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.F_p[1]" + classIndex = "17" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.H" + valueReference = "2144" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.H_p[1]" + classIndex = "18" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.P" + valueReference = "2145" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.Pout" + classIndex = "19" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.S" + valueReference = "2146" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.S_p[1]" + classIndex = "20" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.T" + valueReference = "2147" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.Tout" + classIndex = "21" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.x_pc[1,1]" + valueReference = "2148" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,1]" + classIndex = "22" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.x_pc[1,2]" + valueReference = "2149" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,2]" + classIndex = "23" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.x_pc[2,1]" + valueReference = "2150" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.x_pc[2,1]" + classIndex = "24" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.x_pc[2,2]" + valueReference = "2151" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.x_pc[2,2]" + classIndex = "25" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.x_pc[3,1]" + valueReference = "2152" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.x_pc[3,1]" + classIndex = "26" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.x_pc[3,2]" + valueReference = "2153" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.x_pc[3,2]" + classIndex = "27" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.xvap" + valueReference = "2154" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.xvapout" + classIndex = "28" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Pin" + valueReference = "2155" + description = "Inlet stream pressure" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.P" + classIndex = "29" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "69" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Tin" + valueReference = "2156" + description = "Inlet stream temperature" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.T" + classIndex = "30" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "71" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.x_c[1]" + valueReference = "2157" + description = "Component mole fraction" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,1]" + classIndex = "31" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "86" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.x_c[2]" + valueReference = "2158" + description = "Component mole fraction" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,2]" + classIndex = "32" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "86" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.F" + valueReference = "2159" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.F_p[1]" + classIndex = "33" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.H" + valueReference = "2160" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.H_p[1]" + classIndex = "34" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.P" + valueReference = "2161" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.P" + classIndex = "35" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.S" + valueReference = "2162" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.S_p[1]" + classIndex = "36" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.T" + valueReference = "2163" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.T" + classIndex = "37" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.x_pc[1,1]" + valueReference = "2164" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,1]" + classIndex = "38" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.x_pc[1,2]" + valueReference = "2165" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,2]" + classIndex = "39" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.x_pc[2,1]" + valueReference = "2166" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[2,1]" + classIndex = "40" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.x_pc[2,2]" + valueReference = "2167" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[2,2]" + classIndex = "41" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.x_pc[3,1]" + valueReference = "2168" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[3,1]" + classIndex = "42" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.x_pc[3,2]" + valueReference = "2169" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[3,2]" + classIndex = "43" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.xvap" + valueReference = "2170" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.xvapin" + classIndex = "44" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.F" + valueReference = "2171" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.F_p[1]" + classIndex = "45" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.H" + valueReference = "2172" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.H_p[1]" + classIndex = "46" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.P" + valueReference = "2173" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.P" + classIndex = "47" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.S" + valueReference = "2174" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.S_p[1]" + classIndex = "48" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.T" + valueReference = "2175" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.T" + classIndex = "49" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.x_pc[1,1]" + valueReference = "2176" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,1]" + classIndex = "50" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.x_pc[1,2]" + valueReference = "2177" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,2]" + classIndex = "51" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.x_pc[2,1]" + valueReference = "2178" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[2,1]" + classIndex = "52" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.x_pc[2,2]" + valueReference = "2179" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[2,2]" + classIndex = "53" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.x_pc[3,1]" + valueReference = "2180" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[3,1]" + classIndex = "54" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.x_pc[3,2]" + valueReference = "2181" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[3,2]" + classIndex = "55" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.xvap" + valueReference = "2182" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.xvapin" + classIndex = "56" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.xvap" + valueReference = "2183" + description = "Vapor Phase mole fraction" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.xvapin" + classIndex = "57" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "85" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.F_p[1]" + valueReference = "2184" + description = "Total molar flow in phase" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.F_p[1]" + classIndex = "58" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "18" startColumn = "3" endLine = "18" endColumn = "101" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="mol/s" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.F" + valueReference = "2185" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.F_p[1]" + classIndex = "59" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.H" + valueReference = "2186" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.H_p[1]" + classIndex = "60" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.P" + valueReference = "2187" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.Pout" + classIndex = "61" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.S" + valueReference = "2188" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.S_p[1]" + classIndex = "62" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.T" + valueReference = "2189" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.Tout" + classIndex = "63" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.x_pc[1,1]" + valueReference = "2190" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,1]" + classIndex = "64" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.x_pc[1,2]" + valueReference = "2191" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,2]" + classIndex = "65" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.x_pc[2,1]" + valueReference = "2192" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.x_pc[2,1]" + classIndex = "66" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.x_pc[2,2]" + valueReference = "2193" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.x_pc[2,2]" + classIndex = "67" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.x_pc[3,1]" + valueReference = "2194" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.x_pc[3,1]" + classIndex = "68" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.x_pc[3,2]" + valueReference = "2195" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.x_pc[3,2]" + classIndex = "69" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.xvap" + valueReference = "2196" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.xvapout" + classIndex = "70" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.F" + valueReference = "2197" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.F_p[1]" + classIndex = "71" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.H" + valueReference = "2198" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.H_p[1]" + classIndex = "72" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.P" + valueReference = "2199" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.Pout" + classIndex = "73" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.S" + valueReference = "2200" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.S_p[1]" + classIndex = "74" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.T" + valueReference = "2201" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.Tout" + classIndex = "75" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.x_pc[1,1]" + valueReference = "2202" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,1]" + classIndex = "76" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.x_pc[1,2]" + valueReference = "2203" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream1.x_pc[1,2]" + classIndex = "77" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.x_pc[2,1]" + valueReference = "2204" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.x_pc[2,1]" + classIndex = "78" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.x_pc[2,2]" + valueReference = "2205" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.x_pc[2,2]" + classIndex = "79" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.x_pc[3,1]" + valueReference = "2206" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.x_pc[3,1]" + classIndex = "80" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.x_pc[3,2]" + valueReference = "2207" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="MaterialStream2.x_pc[3,2]" + classIndex = "81" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.xvap" + valueReference = "2208" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.xvapout" + classIndex = "82" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "4" startColumn = "2" endLine = "4" endColumn = "38" fileWritable = "true"> + <Real fixed="false" useNominal="false" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.P" + valueReference = "2209" + description = "Pressure" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.Pout" + classIndex = "83" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "10" startColumn = "3" endLine = "10" endColumn = "54" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" unit="Pa" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.T" + valueReference = "2210" + description = "Temperature" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.Tout" + classIndex = "84" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "11" startColumn = "3" endLine = "11" endColumn = "47" fileWritable = "true"> + <Real fixed="false" useNominal="false" unit="K" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.xvap" + valueReference = "2211" + description = "Vapor Phase mole fraction" + variability = "continuous" isDiscrete = "false" + causality = "internal" isValueChangeable = "false" + alias = "alias" aliasVariable="Heater1.xvapout" + classIndex = "85" classType = "rAli" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "15" startColumn = "3" endLine = "15" endColumn = "85" fileWritable = "true"> + <Real fixed="false" useNominal="false" min="0.0" max="1.0" unit="-" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.SN" + valueReference = "2212" + description = "Serial Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "0" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "39" fileWritable = "true"> + <Integer fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].SN" + valueReference = "2213" + description = "Serial Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "1" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "39" fileWritable = "true"> + <Integer fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].SN" + valueReference = "2214" + description = "Serial Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "2" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "39" fileWritable = "true"> + <Integer fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].SN" + valueReference = "2215" + description = "Serial Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "3" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "39" fileWritable = "true"> + <Integer fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].SN" + valueReference = "2216" + description = "Serial Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "4" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "39" fileWritable = "true"> + <Integer fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.In.Nc" + valueReference = "2217" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "5" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "25" fileWritable = "true"> + <Integer start="2" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Nc" + valueReference = "2218" + description = "Number of components" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "6" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/UnitOperations/Heater.mo" startLine = "7" startColumn = "5" endLine = "7" endColumn = "48" fileWritable = "true"> + <Integer start="2" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.Out.Nc" + valueReference = "2219" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "7" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "25" fileWritable = "true"> + <Integer start="2" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].SN" + valueReference = "2220" + description = "Serial Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "8" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "39" fileWritable = "true"> + <Integer fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].SN" + valueReference = "2221" + description = "Serial Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "9" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "39" fileWritable = "true"> + <Integer fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.In.Nc" + valueReference = "2222" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "10" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "25" fileWritable = "true"> + <Integer start="2" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Nc" + valueReference = "2223" + description = "Number of components" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "11" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "8" startColumn = "3" endLine = "8" endColumn = "46" fileWritable = "true"> + <Integer start="2" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.Out.Nc" + valueReference = "2224" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "12" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "25" fileWritable = "true"> + <Integer start="2" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].SN" + valueReference = "2225" + description = "Serial Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "13" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "39" fileWritable = "true"> + <Integer fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].SN" + valueReference = "2226" + description = "Serial Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "14" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "39" fileWritable = "true"> + <Integer fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.In.Nc" + valueReference = "2227" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "15" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "25" fileWritable = "true"> + <Integer start="2" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Nc" + valueReference = "2228" + description = "Number of components" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "16" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Streams/MaterialStream.mo" startLine = "8" startColumn = "3" endLine = "8" endColumn = "46" fileWritable = "true"> + <Integer start="2" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.Out.Nc" + valueReference = "2229" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "17" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/Interfaces/matConn.mo" startLine = "5" startColumn = "5" endLine = "5" endColumn = "25" fileWritable = "true"> + <Integer start="2" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Nc" + valueReference = "2230" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "18" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Flowsheet.mo" startLine = "4" startColumn = "1" endLine = "4" endColumn = "25" fileWritable = "true"> + <Integer start="2" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.SN" + valueReference = "2231" + description = "Serial Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "19" classType = "iPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "5" startColumn = "3" endLine = "5" endColumn = "39" fileWritable = "true"> + <Integer fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.CAS" + valueReference = "2232" + description = "CAS Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "0" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "7" startColumn = "3" endLine = "7" endColumn = "36" fileWritable = "true"> + <String start="71-43-2" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Benzene.name" + valueReference = "2233" + description = "Compound Name" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "1" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "40" fileWritable = "true"> + <String start="Benzene" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].CAS" + valueReference = "2234" + description = "CAS Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "2" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "7" startColumn = "3" endLine = "7" endColumn = "36" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].CAS" + valueReference = "2235" + description = "CAS Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "3" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "7" startColumn = "3" endLine = "7" endColumn = "36" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "C[1].name" + valueReference = "2236" + description = "Compound Name" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "4" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "40" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "C[2].name" + valueReference = "2237" + description = "Compound Name" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "5" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "40" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].CAS" + valueReference = "2238" + description = "CAS Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "6" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "7" startColumn = "3" endLine = "7" endColumn = "36" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].CAS" + valueReference = "2239" + description = "CAS Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "7" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "7" startColumn = "3" endLine = "7" endColumn = "36" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[1].name" + valueReference = "2240" + description = "Compound Name" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "8" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "40" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Heater1.C[2].name" + valueReference = "2241" + description = "Compound Name" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "9" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "40" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].CAS" + valueReference = "2242" + description = "CAS Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "10" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "7" startColumn = "3" endLine = "7" endColumn = "36" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].CAS" + valueReference = "2243" + description = "CAS Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "11" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "7" startColumn = "3" endLine = "7" endColumn = "36" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[1].name" + valueReference = "2244" + description = "Compound Name" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "12" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "40" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream1.C[2].name" + valueReference = "2245" + description = "Compound Name" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "13" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "40" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].CAS" + valueReference = "2246" + description = "CAS Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "14" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "7" startColumn = "3" endLine = "7" endColumn = "36" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].CAS" + valueReference = "2247" + description = "CAS Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "15" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "7" startColumn = "3" endLine = "7" endColumn = "36" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[1].name" + valueReference = "2248" + description = "Compound Name" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "16" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "40" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "MaterialStream2.C[2].name" + valueReference = "2249" + description = "Compound Name" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "false" + alias = "noAlias" + classIndex = "17" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "40" fileWritable = "true"> + <String fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.CAS" + valueReference = "2250" + description = "CAS Number" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "18" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "7" startColumn = "3" endLine = "7" endColumn = "36" fileWritable = "true"> + <String start="108-88-3" fixed="true" /> + </ScalarVariable> + <ScalarVariable + name = "Toluene.name" + valueReference = "2251" + description = "Compound Name" + variability = "parameter" isDiscrete = "true" + causality = "internal" isValueChangeable = "true" + alias = "noAlias" + classIndex = "19" classType = "sPar" + isProtected = "false" hideResult = "false" + fileName = "C:/Users/thant/OneDrive/Desktop/building/Chemical-Simulator-GUI/Simulator/Simulator/Files/ChemsepDatabase/GeneralProperties.mo" startLine = "6" startColumn = "3" endLine = "6" endColumn = "40" fileWritable = "true"> + <String start="Toluene" fixed="true" /> + </ScalarVariable> + + + + </ModelVariables> + + +</fmiModelDescription> + |