var fDesc=new Array(); fDesc[0] = "VLEFlash is a Win32 application developed by Flow Phase Inc. for the prediction of thermodynamic and transport properties. And the drawing of phase envelope and vapour fraction lines of fluid mixture. It can be used for pure fluids or for mixtures of up to 20 components selected from the database of 215 components, mostly hydrocarbons. It can also be used for petroleum fractions that are characterized by an average boiling point and API gravity.

VLEFlash is capable of the following ten varieties of flash calculations:
- Temperature - Pressure Flash
- Bubble Point Pressure (fixed T)
- Bubble Point Temperature (fixed P)
- Dew Point Pressure (fixed T)
- Dew Point Temperature (fixed P)
- Temperature - Entropy Flash
- Pressure - Enthalpy Flash
- Temperature - Molar Density Flash
- Pressure - Vapour Fraction Flash
- Temperature - Vapour Fraction Flash

VLEFlash enhances user comfort in many ways, such as:
- Context related online help
- SI, Conventional and Customized unit selection and auto conversion for all data, results and even phase envelope
- Sequential flash that allows you to string together the flashes in your process
- Attractive printouts of your results
- Export to Microsoft Excel® and Microsoft Word®"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }