Vous êtes sur la page 1sur 6

File:C:\Users\Latitude\Documents\demo ff.

EES 03/02/2024 15:48:35 Page 1


EES Ver. 9.478: #4530: The Sabotage Rebellion hackers, http://tsrh.freeserials.com?¦?—??“??†“•—? —?—??›????“‘™—???†—“?

"Donnees du compresseur"

R$='R123'
N=1500 [tr/min]
v=Volume(R$;T=T[5];P=P[5])
V_CE=0,0235[m^3]
lambda_m=0,80
eta_t=0,30
ComEff=0,80

" Temperature de condensation et evaporation"


DeltaT_sch=5[C]
T_evap=4[C]
T_cond=45[C]
T[4]=T_evap+DeltaT_sch
T[1]=50[C]
P[5]=103[kPa]
"COMPRESSOR"

x[4]=1
P[4]=pressure(R$;T=T[4];x=x[4])
v=Volume(R$;T=T[4];P=P[5])

h[4]=ENTHALPY(R$;T=T[4];x=x[4])
s[4]=entropy(R$;T=T[4];x=x[4])
s[1]=s[4]
P[1]=pressure(R$;T=T[1];x=1)
h[1]=enthalpy(R$;P=P[1];s=s[1])
m_dot_com=lambda_m*V_CE*N/(60*v) "debit du compresseur"
W_c_ID=-(h[1]-h[4])*m_dot_com
W_c=W_c_ID/ComEff
h5=h[4]-W_c/m_dot_com

"Puissance du compresseur"
W_comp=m_dot_com*(h5-h[4])/600
W_comp_el=W_comp/eta_t

"CONDESNEUR"
T[2]=T_cond
x[2]=0
s[2]=Entropy(R$;T=T[2]; x=x[2])
P[2]=Pressure(R$; T=T[2]; x=x[2])
h[2]=Enthalpy(R$; T=T[2]; x=x[2])
"PUISSANCE DU CONDENSEUR"
Q_COND=(h[1]-h[2])*m_dot_com /600 "PUISSANCE
DU CONDESNEUR"

"DETENDEUR"

h[3]=h[2] "valve is
isenthalpic"
P[3]=P[4]
T[3]=T_evap
//x[4]=quality(R$;h=h[3];P=P[3]) "quality at evaporator inlet"

"EVAPORATEUR"

Q_evap=(h[4]-h[3])*m_dot_com/600

"Coefficient de Performance"
File:C:\Users\Latitude\Documents\demo ff.EES 03/02/2024 15:48:35 Page 2
EES Ver. 9.478: #4530: The Sabotage Rebellion hackers, http://tsrh.freeserials.com?¦?—??“??†“•—? —?—??›????“‘™—???†—“?

COP=Q_evap/W_comp

"Caracteristiques de l'air humide"

T_air=29[C]
T_eau=25[C]
T_sol=20[C]
C_sol=0,4
HR=0,75
P1=101,3[kPa]
P_sol=1,09[kPa]
V_air=3,33[m^3/min]
pho_air=1,20[kg/m^3]
pho_sol=2,07[kg/m^3]
V_sol=4,17[m^3/min]
L=0,040[m]
H=0,050[m]
A_tot=L*H
"Caracteristiques du ventillateur"
W_pump=80[kW]
eta_fan=0,85
DeltaP=500[Pa]
W_fan=V_air*DeltaP/(3600*eta_fan)

"Parametres d'entree de l'air humide"


T_air_out=22[C]
HR_out=0,55
omega_air_in=HumRat(AirH2O;T=T_air;r=HR;P=P1)
h_air_in=Enthalpy(AirH2O;T=T_air;r=HR;P=P1)
h_air_out=Enthalpy(AirH2O;T=T_air_out;r=HR_out;P=P1)
//omega_air_out=HumRat(AirH2O;T=T_air_out;r=HR_out;P=P1)
omega_air_out=HumRat(AirH2O;T=T_local;r=HR_out;P=P1)

Cp_air=Cp(Air;T=T_air)

"Parametres d'entree de la solution"


T_F=FreezingPt(LiCl;C=C_sol)
h_sol_in=Enthalpy(LiCl;T=T_sol;C=C_sol;P=P_sol)
Cp_sol=SpecHeat(LiCl;T=T_sol;C=C_sol)

//P=pressure (LiCl;T=T_sol;C=C_sol)

W_sol=0,62198*P_sol/(P1-P_sol)

" fraction massique de la solution"


//PDS2=23
//ER=PDS2*3
MW_water=MolarMass(Water)
MW_sol=MolarMass_soln(LiCl;C=C_sol)

X_sol=MW_water/MW_sol

C_solul=1/(1+X_sol)

"indice de performances de deshumidification"

epsilon_lat=(omega_air_in-W_local)/(omega_air_in-W_sol)
epsilon_sen=(T_air-T_local)/(T_air-T_sol)

"Puissance de deshumidification specifique"


File:C:\Users\Latitude\Documents\demo ff.EES 03/02/2024 15:48:35 Page 3
EES Ver. 9.478: #4530: The Sabotage Rebellion hackers, http://tsrh.freeserials.com?¦?—??“??†“•—? —?—??›????“‘™—???†—“?

PDS=pho_air*V_air*(omega_air_in-omega_air_out)/A_tot

"Ratio d'efficacite energetique"

REE=(Q_evap+Q_COND)/W_comp_el

"Coefficient de Performance"

COP_deh=pho_air*V_air*(h_air_in-h_LOCAL)/(W_comp_el+W_fan+W_pump)

T_a[0]=T_air
//T_a[0]=35[C]
//T=Temperature(AirH2O;h=h;r=HR;P=P1)
NUT=7,85
M=50
duplicate i=0;M
T_a[i+1]=T_a[i]+NUT/M*(T_sol-T_a[i])
end

T_local=T_a[12]
Z=100
NUT_m=1,01
omega_air_in1=HumRat(AirH2O;T=T_air;r=HR;P=P1)
W_a[0]=omega_air_in1
//W_a[0]=0,02704[kg/kg a.s]
W_sol_mem=0,006765[kg/kg a.s]
duplicate i=0;Z
W_a[i+1]=W_a[i]+NUT_m/M*(W_sol_mem-W_a[i])
end

W_local=W_a[Z+1]

h_LOCAL=Enthalpy(AirH2O;T=T_local;w=W_local;P=P1)
rh_LOCAL=RelHum(AirH2O;T=T_local;w=W_local;P=P1)

"Temperature de sortie de la solution"


T_s[0]=T_sol
Cr=(pho_sol*V_sol*Cp_sol)/(pho_air*V_air*Cp_air)
h_fg=100
duplicate i=0;M
T_s[i+1]=T_s[i]+(NUT/Cr)*(T_air-T_s[i])+NUT_m*Cp_air*(h_fg/(Cr))*(W_sol_mem-W_a[i])

end

//T_sol_sor_deh=T_s[50]
"Puissance de deshumidification specifique"
//PDS2=0
//eta_deh2=3
//ER=2*PDS2
//RE=eta_deh2*3
PDS1=3,88*pho_air*V_air*(omega_air_in-W_local)/A_tot
eta_deh1=(A_tot)*10*1,25/((omega_air_in-W_sol)*(pho_air*V_air))

V_air1=2[m^3/min]
V_air2=2,33[m^3/min]
V_air3=2,66[m^3/min]
V_air4=3[m^3/min]
V_air5=3,33[m^3/min]

//CD=pho_air*V_air1*(h_air_in-h_LOCAL)
//CD1=pho_air*V_air2*(h_air_in-h_LOCAL)
File:C:\Users\Latitude\Documents\demo ff.EES 03/02/2024 15:48:35 Page 4
EES Ver. 9.478: #4530: The Sabotage Rebellion hackers, http://tsrh.freeserials.com?¦?—??“??†“•—? —?—??›????“‘™—???†—“?

//CD2=pho_air*V_air3*(h_air_in-h_LOCAL)
//CD3=pho_air*V_air4*(h_air_in-h_LOCAL)
//CD4=pho_air*V_air5*(h_air_in-h_LOCAL)

" performance de deshumidification"

"Caracteristiques au niveau de l'evaporateur"


"donnees"
d_i=0,015[m]
d_o=0,019[m]
eta_evap=0,45
etha_echan_sol=0,85
T_w=T_air
T_en_sol=(T_sol-eta_evap*T_evap)/(1-eta_evap)

//T_x=33,09[C]
h_sol_oute=-(h[3]*(T_evap-T_w)*d_i)/((T_w-T_sol)*d_o)

h_sol_ine=(h[4]*(T[4]-T_w)*d_i)/((T_w-T_en_sol)*d_o)

phi_evap=abs((h_sol_oute-h_sol_ine))

T_sol_sor_deh=T_s[50]

T_en_cond=T_sol_sor_deh-etha_echan_sol*(T_sol_sor_deh-T_en_sol)
T_so_cond=T_en_cond-etha_echan_sol*(T_en_cond-T_cond)

"cas du regenerateur"
T_air_reg=28[C]
T_ar[0]=T_air_reg
T_solr=T_so_cond
//T_a[0]=35[C]
//T=Temperature(AirH2O;h=h;r=HR;P=P1)

duplicate i=0;M
T_ar[i+1]=T_ar[i]+NUT/M*(T_solr-T_ar[i])
end

omega_air_ref=HumRat(AirH2O;T=T_air_reg;r=HR;P=P1)
W_ar[0]=omega_air_ref
//W_a[0]=0,02704[kg/kg a.s]
duplicate i=0;Z
W_ar[i+1]=W_ar[i]+NUT_m/M*(W_sol_mem-W_ar[i])
end

T_sr[0]=T_so_cond
//Cr=(pho_sol*V_sol*Cp_sol)/(pho_air*V_air*Cp_air)
duplicate i=0;M
T_sr[i+1]=7,5+T_sr[i]+(NUT/Cr)*(T_air_reg-T_sr[i])+NUT_m*Cp_air*(h_fg/(Cr))*(W_sol_mem-W_ar[i])

end

T_sor_sol_reg=T_sr[50]

T_air_regs=T_ar[50]

"carateritiques au niveau du condenseur"

h_sol_inc=-(h[2]*(T_cond-T_w)*d_i)/((T_w-T_en_cond)*d_o)
File:C:\Users\Latitude\Documents\demo ff.EES 03/02/2024 15:48:35 Page 5
EES Ver. 9.478: #4530: The Sabotage Rebellion hackers, http://tsrh.freeserials.com?¦?—??“??†“•—? —?—??›????“‘™—???†—“?

h_sol_outc=(h5*(T[4]-T_w)*d_i)/((T_w-T_so_cond)*d_o)

phi_cond=((h_sol_outc-h_sol_inc))

REE9=(phi_cond+phi_evap)/W_comp_el
//eta_deh=(omega_air_in-W_local)/(omega_air_in-W_sol)

SOLUTION
Unit Settings: SI C kPa kJ mass deg
Atot = 0,002 [m2] ComEff = 0,8
COP = 4,862 COPdeh = 0,7266 [-]
Cpair = 1,005 [kJ/kg-K] Cpsol = 4,161
Cr = 8,945 [kg-K/kJ] Csol = 0,4
Csolul = 0,5006 dP = 500 [Pa]
dTsch = 5 [C] di = 0,015 [m]
do = 0,019 [m] elat = 0,8727
esen = 0,8712 hdeh1 = 0,5104
hevap = 0,45 hfan = 0,85
ht = 0,3 ethaechan,sol = 0,85
H = 0,05 [m] h5 = 417,1 [J/kg]
HR = 0,75 HRout = 0,55
hair,in = 77,79 [kJ/kg] hair,out = 45,18 [kJ/kg]
hfg = 100 hLOCAL = 42,45 [kJ/kg]
hsol,in = 82,96 [kJ/kg] hsol,inc = 900,3 [J/kg]
hsol,ine = 1498 [J/kg] hsol,outc = 466,4 [J/kg]
hsol,oute = 542,1 [J/kg] L = 0,04 [m]
lm = 0,8 M = 50
MW sol = 18,06 [kg/kmol] MW water = 18,02 [kg/kmol]
mcom = 707 [kg/min] N = 1500 [tr/min]
NUT = 7,85 NUTm = 1,01
wair,in = 0,01902 [kg/kg·a.s] wair,in1 = 0,01902
wair,out = 0,008601 [kg/kg·a.s] wair,ref = 0,01792
P1 = 101,3 [kPa] PDS = 20,82
PDS1 = 82,93 fcond = -433,9 [kW]
fevap = 955,9 [kW] phoair = 1,2 [kg/m3]
phosol = 2,07 [kg/m3] Psol = 1,09 [kPa]
QCOND = 193,4 [kW] Qevap = 166 [kW]
R$ = 'R123' REE = 3,157
REE9 = 4,586 rhLOCAL = 0,5326
Tair = 29 [C] Tair,out = 22 [C]
Tair,reg = 28 [C] Tair,regs = 43,12 [C]
Tcond = 45 [C] Teau = 25 [C]
Ten,cond = 32,47 [C] Ten,sol = 33,09 [C]
Tevap = 4 [C] TF = -0,872
Tlocal = 21,16 [C] Tsol = 20 [C]
Tsolr = 43,12 [C] Tsol,sor,deh = 28,94 [C]
Tsor,sol,reg = 36,49 [C] Tso,cond = 43,12 [C]
Tw = 29 [C] v = 0,0006648 [m3/kg]
Vair = 3,33 [m3/min] Vair1 = 2 [m3/min]
Vair2 = 2,33 [m3/min] Vair3 = 2,66 [m3/min]
Vair4 = 3 [m3/min] Vair5 = 3,33 [m3/min]
VCE = 0,0235 [m3] Vsol = 4,17 [m3/min]
W c = -20489 [J/min] W comp = 34,15 [kW]
W comp,el = 113,8 [kW] W c,ID = -16391 [J/min]
W fan = 0,5441 [kW] W local = 0,008326
W pump = 80 [kW] W sol = 0,006765
File:C:\Users\Latitude\Documents\demo ff.EES 03/02/2024 15:48:35 Page 6
EES Ver. 9.478: #4530: The Sabotage Rebellion hackers, http://tsrh.freeserials.com?¦?—??“??†“•—? —?—??›????“‘™—???†—“?

W sol,mem = 0,006765 [kg/kg·a.s] Xsol = 0,9977


Z = 100

335 potential unit problems were detected.


EES suggested units (shown in purple) for Cp_air Cr h5 h_air_in h_air_out h_LOCAL .

Parametric Table: Table 16


REE Tair COPdeh
[C] [-]

Run 1 4,132 26 0,3642


Run 2 4,132 28 0,4544
Run 3 4,132 30 0,5522
Run 4 4,132 32 0,6585
Run 5 4,132 34 0,774
Run 6 4,132 36 0,8998
Run 7 4,132 38 1,037

Vous aimerez peut-être aussi