-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
71 lines (46 loc) · 2.06 KB
/
README
File metadata and controls
71 lines (46 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Vapour Liquid Equilibrium using Java
----------------------------------
Ver 0.2
* What is it?
-----------
VLE is a program written in java to simulate the thermodynamic systems
containing liquid and vapour. It can determine various system properties
like bubble point, dew point, etc. It is designed to be cross-platform
compatible and extendable.
Checkout VLE homepage at http://vle-java.sourceforge.net
* Features
--------
- Written in pure java and should run on platforms supported by java.
- Supports BUBL P, BUBL T, DEW P, DEW T, Flash point, Pxy diagrams and
Txy diagrams.
- Various methods for calculations available:
o Margule's equations and VanLaar equations for activity coefficient
calculations.
o Virial equation, Redlich-Kwong equation and Peng-Robinson equation
for fugacity coefficient calculations.
o Adding user defined methods for calculations is possible. Just
implement the proper interface and add the class name to appropriate
properties file. As simple as that.
- Localization support. Resource bundles are used, and anyone can
easily localize the application without the need of recompile. Just
make sure that the properties files are UTF-8 encoded.
* To Do
-----
- NRTL, UNIQUAC, UNIFAC methods will be added for activity calculations.
- Ensure proper translation of the application in Japanese language.
* License
-------
This application is released under GNU General Public License (GPL).
You should have received a copy of the license with this application.
If not, please refer to http://www.gnu.org/copyleft/gpl.html.
* Acknowledgements
----------------
- Richard Osbaldeston's BMP Library is used by this application for generating
BMP outputs for the graphs. Please visit http://www.rosbaldeston.freeserve.co.uk/java/bmp/index.html
for more details.
- J. David Eisenberg's PNG encoder library is used for generating PNG outputs.
Please visit http://catcode.com/pngencoder/index.html for more details.
* Contact
-------
Author: Samir Vaidya (syvaidya@gmail.com)
Copyright (c) Samir Vaidya