-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue object disappears at time = 0 [unphysical pressure] #12200
Comments
Problem 1: The case runs for me, using a single process. What was the error message when you tried to run the case? |
Problem 2: I cannot debug this case because it is too complicated. Simplify the case so that it is clear that there is a problem. You have an HVAC system and when you remove obstructions you may change the pressure in a way that you did not expect. That does not necessarily mean it is an error. |
10.2.3 in the User's Guide says to not remove VENTs attached to HVAC components. &VENT ID='Vent_01_Apartment', SURF_ID='GYPSUM PLASTER', XB=11.0,11.0,-33.0,-32.2,0.0,0.1/ |
Allright. So this could be the issue, I have to check it. But is it
possible to add a warning when by mistake the user does this?
Ruggero Poletto
Managing director
VideoCall: calendly.com/ruggero-poletto | Mobile: +39 378 30 33 133
Il dom 29 ott 2023, 19:15 Jason Floyd ***@***.***> ha scritto:
… 10.2.3 in the User's Guide says to not remove VENTs attached to HVAC
components.
&VENT ID='Vent_01_Apartment', SURF_ID='GYPSUM PLASTER',
XB=11.0,11.0,-33.0,-32.2,0.0,0.1/
&OBST ID='Apartment External Wall', XB=11.0,11.2,-33.0,-32.2,0.0,2.0,
SURF_ID='GYPSUM PLASTER', CTRL_ID='invert-2'/
—
Reply to this email directly, view it on GitHub
<#12200 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXMUCNVFROSZJ35WMA6OCDYB2MLXAVCNFSM6AAAAAA6REUGZOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBUGE4DONJVHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi, sorry during the weekend I just quickly read the comments. For PROBLEM 1. PROBLEM 2. |
Problem 1: I ran the case with the latest "nightly build" of FDS, not the official 6.8.0 release. I will try the official release. It is possible that we fixed the bug that caused the job to stop. Problem 2: Unless you have made an obvious mistake in the simulation set up, we would have to simplify the case to determine the cause of the problem. We do not have the time to analyze all the cases that come in. |
I started the case on our linux cluster using the official release. It runs. What does your .err file look like?
|
This issue is actually made of two problems.
PROBLEM 1. Update the FDS file to FDS 6.8.0
I run the following file with FDS 6.7.6 and 6.7.7 but I did not manage to execute it with a newer version of FDS. So first point is: why is that?
510562-KRP-P3-CC-L1-Scenario_01-Run_04_ff_680.fds.txt
PROBLEM 2. Unphysical pressure in corridor
I have found that when running I generated some unphysical pressure in the corridor (like -800 Pa)
The reason for that is in the two OBST that are disappearing right at time 0.0s.
If I comment these two OBST in the FDS file I obtain a realistic pressure distribution in the corridor [in the range of -30/-40 Pa]
I do not understand why using the CTRL to make these two OBST disappear is leading to incorrect results.
The text was updated successfully, but these errors were encountered: