How do I get water vapor fraction and pressure?
How do I get water vapor fraction and pressure?
(OP)
Hi Guys,
I'm building a numerical Matlab simulation of a thermochemical heat storage device (using zeolites), and need to update the state of water vapor in the device at every time step. My question is, if I have an empty space with water in it, with temperature, pressure, density, etc. all known, how can I get the vapor fraction and pressure of that same boiler after removing x kilograms of water from it (and not replacing it with anything)?
The temperature range is about 50°C - 500°C and pressure should be between 1-20atm.
Ideally, I would love to get an empirical function for Vapor fraction of water - or at least a comprehensive table I can index in my simulation, so far I haven't been able to find anything myself.
Help would be greatly appreciated!
I'm building a numerical Matlab simulation of a thermochemical heat storage device (using zeolites), and need to update the state of water vapor in the device at every time step. My question is, if I have an empty space with water in it, with temperature, pressure, density, etc. all known, how can I get the vapor fraction and pressure of that same boiler after removing x kilograms of water from it (and not replacing it with anything)?
The temperature range is about 50°C - 500°C and pressure should be between 1-20atm.
Ideally, I would love to get an empirical function for Vapor fraction of water - or at least a comprehensive table I can index in my simulation, so far I haven't been able to find anything myself.
Help would be greatly appreciated!





RE: How do I get water vapor fraction and pressure?
I need more information to understand the problem.
RE: How do I get water vapor fraction and pressure?
The vessel remains constant in size and is completely sealed. The only thing that changes is the mass of water and the total temperature.
So to restate my problem more eloquently:
I have a control volume with water vapor in it, at a certain, known temperature, pressure, volume, mass, water vapor fraction, etc. (everything known, basically).
I then proceed to remove a certain, known mass from the control volume, and increase the temperature of the remaining amount of water by a known amount. Pressure is no longer known, nor is the water vapor fraction. I only know the mass, volume and temperature. I do not know the water vapor fraction (I do have access to the state of the system prior to the removal of the mass of water and change in temperature though, if needed)
I now need to know the state of the system. I suppose my question could be simplified to simply asking how I can calculate water vapor fraction and pressure, if I only know mass, volume and temperature of a body of (saturated or otherwise) water vapor.
The volume is filled with pure H2O, nothing else. I do not know if the water is partially condensed, saturated, or superheated.
Thanks a ton for your help, I hope I've given enough info!
RE: How do I get water vapor fraction and pressure?
RE: How do I get water vapor fraction and pressure?
RE: How do I get water vapor fraction and pressure?
A few years back, mathematical relationships were presented by a researcher in Chemical Engineering. These relationships dismissed the use of steam tables or Mollier's diagram. You may want to research that info.
RE: How do I get water vapor fraction and pressure?
RE: How do I get water vapor fraction and pressure?
I can't thank you enough for helping me out with this. I'm assuming the document you added makes use of the empirical relationships you mentioned?
RE: How do I get water vapor fraction and pressure?
vapor pressure vs temp
boiling point temp. vs pressure
liquid specific volume vs. temp
liquid density vs. temp.
vapor specific volume vs temp.
vapor density vs. temp
liquid and vapor enthalpies vs. temp
and several other relationships.
Regression analysis was used to estimate all these relationships . Data was obtained from Perry's CE Hdbk.
Good luck