Contents
- Index
Ideal Gas Mixture Properties
IdealGasMixtureProps is an EES Library that can determine the thermodynamic and transport properties for a mixture of ideal gases. The library consists of three procedures that can each be called in two different formats. The formats differ only in the list of gases in the mixture, which can be specified as a single string (concatenating the names of the gases separated by a + sign) or an array of strings.
The IdealGasMixtureProps and IdealGasMixtureProps2 procedures return all thermodynamic and transport properties for a mixture. Because the temperature range associated with the thermodynamic properties is often much larger than the range available for transport properties it is often convenient to only obtain either one set or the other. Therefore the library also contains the procedures IdealGasThermoProps and IdealGasThermoProps2 to obtain only the thermodynamic properties and the procedures IdealGasTransportProps and IdealGasTransportProps2 to obtain only the transport properties.
IdealGasMixtureProps
IdealGasMixtureProps2
IdealGasThermoProps
IdealGasThermoProps2
IdealGasTransportProps
IdealGasTransportProps2