HeXeMixture:

Path: Thermal/ThermalProperties

% Compute gas properties for a helium/xenon mixture 
--------------------------------------------------------------------------
   Form:
   [cP,gamma,mu,fHe] = HeXeMixture(fXe)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   fXe   (1,:)   Mass fraction of Xenon in mixture

   -------
   Outputs
   -------
   cP    (1,:)   Specific heat (J/kg-K)
   gamma (1,:)   cP/cV
   mu    (1,:)   Molecular weight (kg/mole)
   fHe   (1,:)   Fraction of Helium in mixture
   R     (1,:)   Gas constant

--------------------------------------------------------------------------
 Reference: Closed Brayton Cycle Power Conversion Systems
            for Nuclear Reactors: Modeling, Operations, and Validation
            Steven A. Wright, Ronald J. Lipinski, Milton E. Vernon, 
            Travis Sanchez SANDIA REPORT, SAND2006-2518 April 2006
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the Thermal Module page