Replies: 1 comment 5 replies
-
|
hello, i can answer some of your questions:
julia> model1 = PR("propane")
PR{BasicIdeal, PRAlpha, NoTranslation, vdW1fRule} with 1 component:
"propane"
Contains parameters: a, b, Tc, Pc, Mw
julia> model2 = PR("propane",idealmodel = ReidIdeal)
PR{ReidIdeal, PRAlpha, NoTranslation, vdW1fRule} with 1 component:
"propane"
Contains parameters: a, b, Tc, Pc, Mw
julia> speed_of_sound(model1,101325,300.0,[1.0])
305.1475370882578
julia> speed_of_sound(model2,101325,300.0,[1.0])
248.98933553178472
|
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi Clapeyron.jl devs - thanks for putting this package out there, and for so carefully maintaining it! I'm hoping to incorporate it into some single-fluid numerical simulations; however, I have a few questions. Apologies if they are basic or naive - my background is mainly in applied math, and have only a very basic understanding of thermodynamics.
vdWwitha, b = 0?T(V, e)by solvingVT_internal_energy(V, T) - e = 0, but it'd be nice if there was an easier way.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions