Automatic generation of a mesh for the building model #14697
AleksanderKamienski
started this conversation in
General
Replies: 2 comments 1 reply
-
Converting this to a discussion |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for your reply. I guess we'll continue using the zone model then. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to write a program that automatically converts a CFAST fire simulation input file to an FDS fire simulation input file. I need to automate the conversion process. I do a lot of Monte Carlo simulations. In the CFAST model, the room is represented as a cuboid. For simplicity, the walls in the FDS model could be represented as a 4 cm thick obstacle, I would define the thermal properties later.
The key problem is the automatic adjustment of the computational mesh to the geometry, which can be different because the user creates the building geometry in a CAD-like program. He can add obstacles in the rooms, doors and windows in different places on the walls, with different heights and widths. The heights of the rooms can be different depending on the building. I wonder if a possible modification of the FDS program to add the possibility of mesh stretching in three coordinate directions would solve this problem because it would allow for the appropriate adjustment of the mesh so that the mesh does not deform the building model. Is such a feature even possible to make in the FDS program and how time-consuming is it?
I thought about representing each room as a separate mesh and using mesh alignment to connect individual rooms in the FDS model.
I want the computational mesh to be relatively large, in some places even with dimensions of 50cmx50cmx50 cm or 1mx1mx1m so that FDS simulations do not take very long. Key places from the simulation point of view - fire areas, openings, walls on the border of overlapping meshes would have lower resolution - for this purpose I wanted to use mesh stretching.
This would ensure that all building elements are covered with a mesh - so that a large mesh does not deform the building model while limiting the number of cells in the mesh and limiting the simulation time - I would like FDS simulations to be calculated relatively quickly even for large buildings.
Beta Was this translation helpful? Give feedback.
All reactions