Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mix of multiple Fluids #3

Open
monugeni opened this issue Aug 16, 2020 · 4 comments
Open

Mix of multiple Fluids #3

monugeni opened this issue Aug 16, 2020 · 4 comments

Comments

@monugeni
Copy link

Hello,

Currently it seems mix of multiple fluids is not supported in SharFluids.
I see that .addTo() function exists but it does not create a mixture further use.

Can you advise how we can create a mixture and use it with SharpFluids?

Thanks.

@MadsFoged
Copy link
Collaborator

Hi Monugeni,

There are some predefined fluids mixtures
ex.

//mix of Ammonia and water
Fluid ref = new Fluid(FluidList.MixAmmoniaAQ);

But right now you cant just mix fluids.
If you want to create your own, have a look at the coolprop page:
http://www.coolprop.org/fluid_properties/Mixtures.html

@monugeni
Copy link
Author

Hi,

Thanks for the quick response.
Once I make my own fluid in Coolprop. Can I still use it in SharpFluids? How?

Thanks.

@MadsFoged
Copy link
Collaborator

As it is now you cant create your own fluids and use it in SharpFluids.
I might in the future make that possible.
But for now you will have to create it yourself

@metinyilm
Copy link

Hi,
I need R515B gas, it is mixture of R1234ze and R227ea. How can I define a mixture ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants