summaryrefslogtreecommitdiff
path: root/Simulator/Flowsheet_13opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'Simulator/Flowsheet_13opt.h')
-rw-r--r--Simulator/Flowsheet_13opt.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Simulator/Flowsheet_13opt.h b/Simulator/Flowsheet_13opt.h
new file mode 100644
index 0000000..a5084ee
--- /dev/null
+++ b/Simulator/Flowsheet_13opt.h
@@ -0,0 +1,11 @@
+#if defined(__cplusplus)
+ extern "C" {
+#endif
+ int Flowsheet_mayer(DATA* data, modelica_real** res, short*);
+ int Flowsheet_lagrange(DATA* data, modelica_real** res, short *, short *);
+ int Flowsheet_pickUpBoundsForInputsInOptimization(DATA* data, modelica_real* min, modelica_real* max, modelica_real*nominal, modelica_boolean *useNominal, char ** name, modelica_real * start, modelica_real * startTimeOpt);
+ int Flowsheet_setInputData(DATA *data, const modelica_boolean file);
+ int Flowsheet_getTimeGrid(DATA *data, modelica_integer * nsi, modelica_real**t);
+#if defined(__cplusplus)
+}
+#endif \ No newline at end of file