فوتوبیز | وبلاگ محصولات فتوشاپی

محصولات فتوشاپی | طرح لایه باز | بک دراپ و...

۳ مطلب با کلمه‌ی کلیدی «متلب» ثبت شده است

کد متلب ضریب فعالیت بنزن و استیک اسید

کد متلب ضریب فعالیت بنزن و استیک اسید

کد متلب ضریب فعالیت بنزن و استیک اسید

نوع فایل: Matlab

Total Pressure for the Benzene(1)/Acetic Acid(2) System at 50°C
                   x1              P (mmHg)              x1               P (mmHg)
                  0.0                  57.52             0.8286              250.20
                  0.0069             58.2               0.8862              259.00
                  0.1565             126.00           0.9165              261.11
                  0.3396             175.30           0.9561              264.45
                  0.4666             189.50           0.9840              266.53
                  0.6004             224.30           1.0                    271.00
                  0.7021             236.00

۰ نظر موافقین ۰ مخالفین ۰
کد متلب محاسبه ی آنتالپی مخلوط

کد متلب محاسبه ی آنتالپی مخلوط

کد متلب محاسبه ی آنتالپی مخلوط

ورودی ها: (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)

۰ نظر موافقین ۰ مخالفین ۰
کد متلب محاسبه ی فوگاسیته ی جزء خالص

کد متلب محاسبه ی فوگاسیته ی جزء خالص

کد متلب محاسبه ی فوگاسیته ی جزء خالص

ورودی ها: (state,eos,T,P,Tc,Pc,w)

خروجی ها: [phig f]

نوع فایل:Matlab

% Estimates the fugacity coefficient using the virial and cubic EOS.
% input
% state: fluid state('L': liquid, 'V': vapor)
% eos: equation of state (VR, VDW, RK, SRK, PR)
% P,T: pressure(bar) and temperature(K)
% Tc,Pc: critical T(K) and P(bar)
% w: acentric factor
% output:
% phig: fugacity coefficient
% f: fugacity (bar)

۰ نظر موافقین ۰ مخالفین ۰