Replies: 3 comments 8 replies
-
As a new user, I suggest making simple inputs to test things out. Like in this case a mesh that is maybe 20^3 and just put in a wall with a door and window and see if you can open and close them and successfully assign surface properties. Also look at the User's Guide and Verification Guide. Between the two there are simple examples for most common things people do with FDS. |
Beta Was this translation helpful? Give feedback.
-
Hopefully you've found answers already by experimentation, as drjfloyd suggested. A few comments, though:
|
Beta Was this translation helpful? Give feedback.
-
Hi @obscureed and @drjfloyd ! First of all, I’d like to thank both of you for your responses and for the exchange of ideas – I really appreciate the discussion. Following your advice, I’ve programmed the doors and windows as closed because they won’t have a significant impact on my simulation. For doors that do influence the ventilation, I have used the VENT command. I also wanted to ask if you could help me with another point or add to this topic. I’ve applied 1D heat transfer calculations throughout, which I understand is the default in FDS. However, for the roof structure, I need to implement 3D heat conduction. Apologies if I’m not expressing myself clearly—English is not my first language, but I’m doing my best. If anything is unclear, please feel free to ask for clarification. Thanks again for your help! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I’m new to FDS and still learning how to use it. I have a question about how to model closed doors and windows in FDS.
Closed Doors: How should I model closed doors in FDS? I understand that the &HOLE command defines an opening, but if I want to represent a closed door, should I use &HOLE or is there a different approach?
Closed Windows: Similarly, how should I handle closed windows? These materials have different properties compared to my walls. Do I need to specify them in the simulation, and if so, how?
My idea is to create a &MATL_ID with the properties of a door and add it to a SURF_ID, and then assign it to the &HOLE, like this:
&MATL ID='door_wood', DENSITY=500, CONDUCTIVITY=0.12, SPECIFIC_HEAT=2.0 /
&SURF ID='door_Surf', COLOR='BROWN', MATL_ID='door_wood', THICKNESS=0.25 /
&Hole ID='closed door', XB=1.0,1.5,1.0,1.25,0.0,2.0, SURF_ID='door_surf' /
Will this work? And similarly for windows, using properties for glass?
I hope you understand my question, and I would appreciate any clarification.
Beta Was this translation helpful? Give feedback.
All reactions