summaryrefslogtreecommitdiff
path: root/src/main/Simulator/Graph.mo
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Simulator/Graph.mo')
-rw-r--r--src/main/Simulator/Graph.mo6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/Simulator/Graph.mo b/src/main/Simulator/Graph.mo
new file mode 100644
index 0000000..020de5e
--- /dev/null
+++ b/src/main/Simulator/Graph.mo
@@ -0,0 +1,6 @@
+model Graph
+import data = Simulator.Files.ChemsepDatabase;
+parameter data.Benzene comp1;
+parameter data.Toluene comp2;
+extends BinaryEnvelopes.RaoultsLaw(Nc = 2, data_points = 40, comp = { comp1, comp2 }, T = fill( 23000, 40));
+end Graph; \ No newline at end of file