کد متلب محاسبه ی آنتالپی مخلوط ورودی ها: (x,P,T,state,eos,mxp) خروجی ها: [Z H] نوع فایل: Matlab % Estimation of enthalpy of mixture % Inputs: % x: mole fractions of all components (column vector) % P, T: pressure(Pa) and temperature(K) % state: fluid state('L': liquid, 'V': vapor) % eos: equation of state('RK', 'SRK', or 'PR') % mxp: structure with property fields % mxp.Pc, mxp.Tc: critical P(Pa) and T(K) (column vector) % mxp.w: acentric factors of all components (column vector) % ...