Control logic opening skylight #16437
Replies: 3 comments
|
I find that a good way to work out control logic is start from the final step and work backwards: Final step the skylight opening. Now think about how those steps can be broken down into simple logic elements and FDS inputs Final step: |
|
Also start with a simple test case. You don't need your full geometry. You could have a 1 x 1 x 1 box with 10 x 10 x 10 cells with a VENT and have the time be 2 s rather than 1050 s. Something like this will run in a couple of seconds. |
|
thank you drjfloyd I created a simpler scenario. A room with a door and a temperature device. The door is supposed to open at the 100 second if and only if the temperature is below 80°C. I create a temperature sensor. I set a time delay of 100 seconds I'll set up a control to activate both devices but it isn't working... |
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I need to create a specific control (18.5 Advanced Control Functions: The CTRL Namelist Group). A skylight must open after 1050 seconds, but only if the temperature monitored by the AST device does not exceed 55 °C. Is this possible in FDS?
After reading the FDS User Guide, I wasn’t able to figure out the FDS code.
Thanks in advance
All reactions