Hello Everyone,
I'm trying to perform some fds simulations about compartimentation with water curtain in road tunnel cases.
I learnt about the use of lagrangian particles in the FDS Users's Guide and I've created a spray model with solid particles based on the follow parameters:
&PART ID='solid_particle',
SURF_ID='SPHERE',
RGB=51.0,102.0,255.0,
AGE=3.0,
SAMPLING_FACTOR=1,
QUANTITIES='PARTICLE DIAMETER','PARTICLE VELOCITY'/
&SURF ID='SPHERE',
GEOMETRY='SPHERICAL',
RADIUS=5.0E-4,
MATL_ID='water'/
&MATL ID='water',
SPECIFIC_HEAT=4.186,
CONDUCTIVITY=0.6,
DENSITY=1000.0/
&PROP ID='SprayMod01',
PART_ID='solid_particle',
PARTICLES_PER_SECOND=32000,
FLOW_RATE=81.0,
PARTICLE_VELOCITY=14.0,
SPRAY_ANGLE(1,1:2)=0.0,0.0,
SPRAY_ANGLE(2,1:2)=5.0,85.0,
SPRAY_PATTERN_SHAPE='UNIFORM'/
&DEVC ID='NOZZLE_nord', PROP_ID='SprayMod01', XYZ=39.0,7.0,8.0, QUANTITY='TIME', SETPOINT=0.0/
&DEVC ID='NOZZLE_ymax', PROP_ID='SprayMod01', XYZ=39.0,8.25,7.75, ORIENTATION=0.0,0.707107,-0.707107, ROTATION=90.0, QUANTITY='TIME', SETPOINT=0.0/
&DEVC ID='NOZZLE_ymin', PROP_ID='SprayMod01', XYZ=39.0,5.75,7.75, ORIENTATION=0.0,-0.707107,-0.707107, ROTATION=90.0, QUANTITY='TIME', SETPOINT=0.0/
I''ve applied this spray model to three nozzles with different orientation in order to fill the whole cross section of the tunnel (see image 1 and 2) and then i evaluated the effect of the water curtain on the smoke relased from a fire vent (1 m^2,HRRPUA=1000 kW/m^2=constant).
The results that i've obtained are not so good (see images 3,4,5,6): the smoke penetrates the water barrier,follows the field of velocity induced by the nozzles and when hits the tunnel surfaces it is separated:
-a portion of smoke goes downstream in the fire zone ;
-a portion of smoke goes upstream.
What could i do to improve the situation?
Best Regards