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, 0 insertions, 6 deletions
diff --git a/src/main/Simulator/Graph.mo b/src/main/Simulator/Graph.mo
deleted file mode 100644
index 6a4b75a..0000000
--- a/src/main/Simulator/Graph.mo
+++ /dev/null
@@ -1,6 +0,0 @@
-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 }, P = fill( 25000, 40));
-end Graph; \ No newline at end of file