کد متلب محاسبه ی آنتالپی مخلوط
کد متلب محاسبه ی آنتالپی مخلوط
ورودی ها: (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)
% mxp.k: binary interaction parameter matrix(n x n symmetric)
% mxp.Afi: coefficients of ideal gas heat capacity relation(J/mol/K)
% Outputs:
% Z: compressibility factor
% H: enthalpy of mixture (J/mol)