Problem with opening and closing door

699 views
Skip to first unread message

Bojan

unread,
Jun 23, 2016, 8:28:34 AM6/23/16
to FDS and Smokeview Discussions
Hello,

I am trying to produce a door in wall which should open after 5 seconds after the start of simulation, and close again after another 5 seconds. The purpose is to simulate the opening and closing of a door by people, and letting the smoke in.

This problem should be easy, and I just used the code from the User Guide:

&HOLE XB=0.4,1.4,-5.4,-5.6,3.2,5.2, COLOR='RED', DEVC_ID='timer1' /
&HOLE XB=0.4,1.4,-5.4,-5.6,3.2,5.2, COLOR='GREEN', DEVC_ID='timer2' /

&DEVC XYZ=1,-5.6,3.8, ID='timer1', SETPOINT=5., QUANTITY='TIME', INITIAL_STATE=.FALSE. /
&DEVC XYZ=1,-5.6,3.8, ID='timer2', SETPOINT=10., QUANTITY='TIME', INITIAL_STATE=.TRUE. /

However, my door opens after 5 seconds and never closes again. Anybody has idea, what could be wrong?

Kevin

unread,
Jun 23, 2016, 8:33:03 AM6/23/16
to FDS and Smokeview Discussions
Is this taken from the User's Guide exactly? Can you tell me the page and section number? I don't think you can do what you want with two HOLEs.

dr_jfloyd

unread,
Jun 23, 2016, 8:36:04 AM6/23/16
to FDS and Smokeview Discussions
Having two holes over the same location is providing FDS conflicting instructions. FDS can't simultaneously have the first hole closed from T=0 to 5 and the second hole open from T=0 to 5.  

See the activate_vents test case on how to use a control function with a ramp to cycle the status.


On Thursday, June 23, 2016 at 8:28:34 AM UTC-4, Bojan wrote:

Bojan

unread,
Jun 23, 2016, 8:52:07 AM6/23/16
to FDS and Smokeview Discussions
The code is found at page 189, Section 15.4.1 and is copied exactly.

"This red block is actually a HOLE whose initial state is .FALSE., i.e., the hole is filled. Also at the start of the simulation, there is a pink obstruction that is visible. At 1 s the red block disappears. At 2 s the empty hole in the purple obstruction is filled with a green block."

dr_jfloyd

unread,
Jun 23, 2016, 9:01:09 AM6/23/16
to FDS and Smokeview Discussions
The code is not copied exactly.  There are no identical XB values amongst the &HOLE statements.  All the HOLE statements in that example have different XB that do not overlap.

Bojan

unread,
Jun 23, 2016, 9:07:05 AM6/23/16
to FDS and Smokeview Discussions
Yes, you are right, I though it would not be a problem. I guess than it is not possible to make the opening/closing door using &HOLE and &DEVC functions.

Kevin McGrattan

unread,
Jun 23, 2016, 9:12:22 AM6/23/16
to fds...@googlegroups.com
Use a CUSTOM control function, Section 15.5.5.

--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+u...@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/dfa8a761-e61c-4f7b-a4b1-2ac6288d3afb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

dr_jfloyd

unread,
Jun 23, 2016, 9:36:52 AM6/23/16
to FDS and Smokeview Discussions
See the activate_vents example file.

Bojan

unread,
Jun 23, 2016, 9:50:19 AM6/23/16
to FDS and Smokeview Discussions
Thanks, will try.

Bojan

unread,
Sep 8, 2016, 1:31:26 PM9/8/16
to FDS and Smokeview Discussions
Do you maybe know how long the regular wooden door can last in fire conditions? Which temperature is high enough? I am looking for this information on the web, but so far I found only tests with fire doors, but I interested in them right now.
Reply all
Reply to author
Forward
0 new messages