Path: Propulsion/Gas
% Computes the molecular weight of a gas mixture. -------------------------------------------------------------------------- Form: [mM, nM] = MolWt( m, n ) -------------------------------------------------------------------------- ------ Inputs ------ m (:) Molecular weight of the constituents n (:) Number of moles of each constituent ------- Outputs ------- mM (1,1) Molecular weight of the mixture nM (1,1) Number of moles in the mixture -------------------------------------------------------------------------- References: Martinez-Sanchez, M. "16.53 Course Notes" M.I.T. 1979. --------------------------------------------------------------------------
Back to the Propulsion Module page