Upright Sprinkler Modelling #16023
Replies: 4 comments 12 replies
-
|
I think that you are misinterpreting the role of |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the clarification. I have now defined ORIENTATION = -1, and specified the spray angle and offset distance based on the deflector position from the ceiling. Currently, we are running sample test cases, but we are encountering the following error once the sprinkler activates: Segmentation fault: address not mapped to object at address 0xfffffffc0b5f9200 I am trying to debug the issue and will update you once the test cases are completed. Based on our FDS-smv group discussion regarding sprinkler modelling, we found that mesh size and jet stream offset could be a potential cause of this error, due to a large number of particles being generated within a single mesh. At present, we are using: Mesh size: 0.1 m Default jet stream offset: 0.05 m |
Beta Was this translation helpful? Give feedback.
-
|
Hi Kevin, the simulation stops at 9.9. seconds, when I ran using the 6.9.0 version. |
Beta Was this translation helpful? Give feedback.
-
|
Dear Kevin, I appreciate your kind support. The simulation is successfully running. And regarding the 6.10.0 compatibility, I got an email from the service that they require the Rocky 8.10 version, while the current 6.10.0 require newer operating system. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear FDS Users,
I am trying to model an upright sprinkler located 225 mm below the ceiling. To represent the upright configuration, I set the ORIENTATION to 1. To observe the spray behavior, I placed the sprinkler bulb slightly below the ceiling level.
From the particle visualization, the overall spray pattern appears generally reasonable. However, I observed that water particles at the center of the sprinkler are moving vertically upward. In reality, an upright sprinkler has a deflector plate above the orifice, which redirects the water radially and prevents the jet from moving upward.
My question is: How can the sprinkler deflector plate be modeled in FDS to properly redirect the spray and avoid the vertical upward flow at the center?
Please refer to the figure below for illustration.
Thank you.
sprinkler_new.fds
Generated by PyroSim 2025.1.0728
6 Mar 2026, 17:40:44
&HEAD CHID='sprinkler_new'/
&TIME T_END=20.0/
&DUMP DT_RESTART=300.0, DT_SL3D=0.25/
&MESH ID='Mesh01', IJK=70,59,60, XB=1.8,8.8,2.1,8.0,0.0,6.0/
&SPEC ID='WATER VAPOR'/
&PART ID='Water',
SPEC_ID='WATER VAPOR',
DIAMETER=500.0,
DISTRIBUTION='ROSIN-RAMMLER',
AGE=60.0,
SAMPLING_FACTOR=1/
&PROP ID='Generic Commercial Spray',
PART_ID='Water',
FLOW_RATE=56.02,
PARTICLE_VELOCITY=6.0,
SPRAY_ANGLE=30.0,80.0/
&DEVC ID='SPRK', PROP_ID='Generic Commercial Spray', XYZ=5.4,5.0,4.2, ORIENTATION=0.0,0.0,1.0, QUANTITY='TIME', SETPOINT=1.0/
&VENT ID='Mesh Vent: Mesh01 [XMAX]', SURF_ID='OPEN', XB=8.8,8.8,2.1,8.0,0.0,6.0/
&VENT ID='Mesh Vent: Mesh01 [XMIN]', SURF_ID='OPEN', XB=1.8,1.8,2.1,8.0,0.0,6.0/
&VENT ID='Mesh Vent: Mesh01 [YMAX]', SURF_ID='OPEN', XB=1.8,8.8,8.0,8.0,0.0,6.0/
&VENT ID='Mesh Vent: Mesh01 [YMIN]', SURF_ID='OPEN', XB=1.8,8.8,2.1,2.1,0.0,6.0/
&TAIL /
Beta Was this translation helpful? Give feedback.
All reactions