Replies: 1 comment 3 replies
-
You have a confusing set of inputs. I cannot tell what you are trying to do (you are applying a drag coefficient to a pan?). Play with drag independent from the fire to start. Follow the examples in fds/Verification/Sprinklers_and_Sprays. For example, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to study the impact of the drug coefficient on the flame and the fire spread within a semi confined environment.Using a pool fire as a fire source .However, I'm not sure how to apply the drag coefficient. What I did in the input file is applying the drag coefficient on part line.Should I also include the darg coefficient in the obstructions and other surfaces lines?
thank you in advence
&SURF ID='fire' , HRRPUA=1000 /
&SURF ID='the pan '
MATL_ID = 'pan'
GEOMETRY= 'SPHERICAL'
THICKNESS = 0.006 /
POOL FIRE-----------------------------------------
&VENT XB= 5.6, 6.9, 0.2, 0.7, 0, 0, SURF_ID = 'fire', /
&PART ID='smoke'
SURF_ID='the pan'
DRAG_COEFFICIENT=0.10
STATIC = .TRUE. /
&INIT N_PARTICLES_PER_CELL=10, CELL_CENTERED=.TRUE , PART_ID='smoke', XB=5.6, 6.9, 0.2, 0.7, 0, 0, /
Beta Was this translation helpful? Give feedback.
All reactions