Hi everyone,
"We verify that this is true for FDS by reproducing the Moody chart, a plot of friction factor versus Reynolds number for pipeflow [8]"
I am modelling a duct of 100*1*1m lenght*height*width , I put a pressure of 10Pa in the left side and and an OPEN in the right side
I added a roughness of 0.05 on all the walls.
I used this formula λ = (2*ΔP*D)/(1.2*L*V²) to calculate the friction (ΔP,D=1 (hydrolic diameter), L=100 (lenght) and V (veolocity) are given from FDS using the DEVC)
the Reynolds = (V*D)/v with v=15.6*10^(-6)
I used two different meshes, one with 10cm*10cm and the results is close the Moody chart, and when I use the mesh 5cm*5cm the results I had :
the friction in FDS is λ= 0.03853 and in the moody chart I found with the same conditions λ = 0.07, it's a big difference!
I don't see where is the problem, do you have an idea where the difference came from ?
here is the code :
!!! Generated by BlenderFDS 1.1.2 on Blender 2.62 (sub 0)
&HEAD CHID='coeff_frt', TITLE='simulation tube long 100 m ', /
!!! External config file
&TIME TWFIN=80./
&MISC TMPA=20./
!!! Boundary condition definitions
&SURF ID='Material', RGB=204,204,204, /
&SURF ID='rugosité', ROUGHNESS=0.05,/
!!! Computational domain
! 100000 cells, size: 0.05, 0.05, 0.05 m
&MESH ID='maillage', IJK=2000,20,20, XB=-50.000,50.000,-0.500,0.500,-0.500,0.500, /
!!! Geometry
! pression_entrée_imposé
&VENT ID='pression_entrée_imposé', SURF_ID='OPEN', DYNAMIC_PRESSURE=10,
XB=-50.000,-50.000,-0.500,0.500,-0.500,0.500, /
&VENT ID='rugosité', SURF_ID='rugosité', XB=-50.000,50.000,0.500,0.500,-0.500,0.500, /
&VENT ID='rugosité.001', SURF_ID='rugosité', XB=-50.000,50.000,-0.500,-0.500,-0.500,0.500, /
&VENT ID='rugosité.002', SURF_ID='rugosité', XB=-50.000,50.000,-0.500,0.500,-0.5,-0.5, /
&VENT ID='rugosité.003', SURF_ID='rugosité', XB=-50.000,50.000,-0.500,0.500,0.500,0.500, /
&VENT ID='sorti open', SURF_ID='OPEN', XB=50.000,50.000,-0.500,0.500,-0.500,0.500, /
!!! Control logic and output
&DEVC ID='capteur_vitesse_sorti', QUANTITY='VELOCITY', XYZ=50.000,0.000,0.000, /
&DEVC ID='capteur pression entrée', QUANTITY='PRESSURE', XYZ=-50.000,0.000,0.000, /
&DEVC ID='capteur_vitesse_entrée', QUANTITY='VELOCITY', XYZ=-50.000,0.000,0.000, /
&DEVC ID='capteur pression sorti', QUANTITY='PRESSURE', XYZ=50.000,0.000,0.000, /
&DEVC ID='capteur_débit_sorti', QUANTITY='VOLUME FLOW', XB=50.000,50.000,-0.500,0.500,-0.500,0.500, /
&DEVC ID='capteur_débit_entree', QUANTITY='VOLUME FLOW', XB=-50.000,-50.000,-0.500,0.500,-0.500,0.500, /
&SLCF QUANTITY='VELOCITY', PBX=-50.000, /
&SLCF QUANTITY='VELOCITY', PBY=-0.000, /
&SLCF QUANTITY='PRESSURE', PBY=-0.000, /
&TAIL /
thank you for your time,
Réda