● General Operation Variables
● Custom Mixing operation specific variables as listed in the following table:
|
Variable |
Variable ID (varID) |
Data Type |
I/O |
|
Mass Flow Ratio |
massRatio_VID |
Double |
I/O |
|
Volumetric Flow Ratio |
volRatio_VID |
Double |
I/O |
|
Custom Mixing Specification Type |
customMixSpec_VID |
Long* |
I/O |
|
Output Mass Flow |
massFlow_VID |
Double |
I/O |
|
Output Volumetric Flow |
volFlow_VID |
Double |
I/O |
|
Output Temperature |
outTemp_VID |
Double |
I/O |
|
Design Composition Component |
designComp_VID |
String |
I/O |
|
Output Component Concentration |
outCompConc_VID |
Double |
I/O |
|
Output Component Mass Fraction |
outCompMassFrac_VID |
Double |
I/O |
|
Output Component Mole Fraction |
outCompMoleFrac_VID |
Double |
I/O |
●
Long*: Note that you can use the following correspondence between the number and the custom mixing specification type:
|
Flowrate Option |
Long |
|
Input Mass Flow Ratio is Set |
1 |
|
Input Volumetric Flow Ratio is Set |
2 |
|
Output Mass Flow is Set |
3 |
|
Output Volumetric Flow is Set |
4 |
|
Output Component Concentration is Set |
5 |
|
Output Component Mass Fraction is Set |
6 |
|
Output Temperature is Set |
7 |
|
Output Flow is Set by Process |
8 |