Torbjørn,
I did spend some time looking at your model and since the problems you had are fairly common, let me give a fairly detailed response.
First, it is nice to see a model that is using HVAC in a fairly complex way. The attached model.png image shows an auditorium with several vents, fans, and ducts.
In order to debug the model, I simplified it to have only the middle distribution system and I removed most of the obstructions. This made it possible to focus on the HVAC components.
The first major problem was with the central node that is intended to supply air to the vents. This node did not have an associated inlet vent. In addition, an endpoint HVAC node can only be connected to one duct. To fix this problem, I (1) added a vent on the top of the ceiling obstruction, (2) added an endpoint node at this vent, (3) added a duct connecting the original central node with the new inlet node. See the image endpoint_problem.png to understand the changes (this image does not show the new inlet vent).
The second major problem was due to the small outlet vents and the size of the mesh cells. FDS snaps all geometry to the grid. In the model, the outlet vents are small and positioned in the mesh in such a way that they will collapse to a point, so are not being included in the FDS model. To fix this, I made the outlet vents larger, see vent_problem.png. This error is fairly common. When deciding the size of the mesh cells, not only are there limits placed due to the desired flow accuracy, but there are also limits required to capture the level of desired geometric detail.
Some less critical problems and suggestions include:
1. To help understanding, I used the PyroSim Grouping option to organize the model.
2. You might want to consider multiple meshes and parallel processing
3. Deleted an extra Vent that was not attached to anything.
4. Changed all HVAC ducts to reference the HVAC fan
5. Reversed duct flow direction.
6. Added slice planes to see the velocity.
7. Cut off some of the mesh to make the problem run faster for debugging.
I made these changes to the simple debugging model. You will have to implement something similar in your more complex model. A short run using the simple model is shown in results.png. I have also attached the corresponding FDS and PyroSim files.
Hope this helps,
Dan Swenson, Thunderhead Engineering