Where would I find properties of steam, to use in the gas properties block in simscape?
6 views (last 30 days)
Show older comments
I am working on a system that uses compressors for different flows. One for stem, one for methanol and one for a mixture. This is done in symscape.
In order to accurately model these flows, the properties of the different flows are defined in the gas properties block in simscape.
Are there datasets available to use in the block for different gas species?
Thanks in advance!
0 Comments
Answers (1)
Yifeng Tang
on 29 Dec 2022
I would assume you are using the Gas domain to model your system and try to use different Gas Property block to switch the working fluid.
For water (steam), you may be able to repurpose the default properties of the "Water Vapor" properties of the Moist Air domain or the default "Vapor Properties" of the Two-Phase Fluids domain for your Gas property table. The default fluids are water.
For methanol or any other mixture, I would suggest that you try REFPROP or CoolProp to get the property table you want. The "twoPhaseFluidTables" command can be useful for extracting a collection of properties from these two databases, but you'll need to write some script to put them in the format needed for the Gas Property block.
0 Comments
See Also
Categories
Find more on Gas Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!