summaryrefslogtreecommitdiff
path: root/src/main/Simulator/Flowsheet_literals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Simulator/Flowsheet_literals.h')
-rw-r--r--src/main/Simulator/Flowsheet_literals.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/main/Simulator/Flowsheet_literals.h b/src/main/Simulator/Flowsheet_literals.h
new file mode 100644
index 0000000..289f3f7
--- /dev/null
+++ b/src/main/Simulator/Flowsheet_literals.h
@@ -0,0 +1,29 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define _OMC_LIT0_data "1"
+static const MMC_DEFSTRINGLIT(_OMC_LIT_STRUCT0,1,_OMC_LIT0_data);
+#define _OMC_LIT0 MMC_REFSTRINGLIT(_OMC_LIT_STRUCT0)
+#define _OMC_LIT1_data "J/kmol"
+static const MMC_DEFSTRINGLIT(_OMC_LIT_STRUCT1,6,_OMC_LIT1_data);
+#define _OMC_LIT1 MMC_REFSTRINGLIT(_OMC_LIT_STRUCT1)
+#define _OMC_LIT2_data "K"
+static const MMC_DEFSTRINGLIT(_OMC_LIT_STRUCT2,1,_OMC_LIT2_data);
+#define _OMC_LIT2 MMC_REFSTRINGLIT(_OMC_LIT_STRUCT2)
+#define _OMC_LIT3_data "J/mol"
+static const MMC_DEFSTRINGLIT(_OMC_LIT_STRUCT3,5,_OMC_LIT3_data);
+#define _OMC_LIT3 MMC_REFSTRINGLIT(_OMC_LIT_STRUCT3)
+#define _OMC_LIT4_data "Pa"
+static const MMC_DEFSTRINGLIT(_OMC_LIT_STRUCT4,2,_OMC_LIT4_data);
+#define _OMC_LIT4 MMC_REFSTRINGLIT(_OMC_LIT_STRUCT4)
+#define _OMC_LIT5_data "J/mol.K"
+static const MMC_DEFSTRINGLIT(_OMC_LIT_STRUCT5,7,_OMC_LIT5_data);
+#define _OMC_LIT5 MMC_REFSTRINGLIT(_OMC_LIT_STRUCT5)
+#define _OMC_LIT6_data "Inlet_Maximum"
+static const MMC_DEFSTRINGLIT(_OMC_LIT_STRUCT6,13,_OMC_LIT6_data);
+#define _OMC_LIT6 MMC_REFSTRINGLIT(_OMC_LIT_STRUCT6)
+
+#ifdef __cplusplus
+}
+#endif