Hello everybody!
I have a fire with defined hrr ramp, and after read about the difficult to quantify reduction of the buning rate i'm trying to set up sprinkler to see how long it turns on.
I run a simple test, but i have something that i dont understand.
&SPEC ID='WATER VAPOR' /
&PART ID='my droplets', DIAMETER=1000., SPEC_ID='WATER VAPOR' /
&PROP ID='Spk'
QUANTITY='SPRINKLER LINK TEMPERATURE'
FLOW_RATE=50
RTI=350.
ACTIVATION_TEMPERATURE=79.
OFFSET=0.10
SPRAY_ANGLE=0,51
PART_ID='my droplets'
C_FACTOR=0
PARTICLE_VELOCITY=10.
SMOKEVIEW_ID='sprinkler_upright' /
&DEVC XYZ=2.5,2.5,4.5,ID='sp_1', PROP_ID='Spk' /
I'm triyng to set up simple spray full cone like attached fig. 1 (90-39=51).
If i set a flow rate of 100 l/min i have a pattern similar to what i want (see attached fig. 2)
If i set a flow rate of 50 l/min i have a strange pattern (see attached fig. 3)
For the purpose of simulation, i must specify part diameter, flow rate, spray angle, particle velocity ? I would like to define how long sprinklers turns on and see that on smokeview.
Thanks everybody