Calculation of thermodynamic and physical properties in Java/Python/Matlab/C# #199
Unanswered
EvenSol
asked this question in
use of NeqSim
Replies: 1 comment 3 replies
-
|
Is there a way to define a fluid with other properties than temperature and pressure? Said differently, I calculate for a given point (p1, T1) the fluid entropy s1 and I would like to find for another pressure p2 the fluid temperature T2 associated to the entropy s1. Is there a clever way to do it, other than just iterating on T2 until s2 = s1? Thanks in advance for your assistance! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Example of creating a fluid and calculating thermodynamic and physical properties in Java:
Java example
Example of creating a fluid and calculating thermodynamic and physical properties in Python:
Python example
Example of creating a fluid and calculating thermodynamic and physical properties in Matlab:
Matlab example
Example of creating a fluid and calculating thermodynamic and physical properties in C#:
C# example
Beta Was this translation helpful? Give feedback.
All reactions