Replies: 2 comments 2 replies
-
The Vent ID: &VENT ID='Lift Leakage 01', SURF_ID='HVAC', XB=6.1,6.1,11.6,12.6,5.2,7.5/ The HVAC Code: &HVAC ID='Lift Leakage 01', TYPE_ID='LEAK', VENT_ID='Lift Leakage 01', VENT2_ID='AMBIENT', AREA=0.6, LEAK_ENTHALPY=.TRUE./ |
Beta Was this translation helpful? Give feedback.
-
In the FDS User's Guide, there is a section called "Error Codes". Look for 562 and it will take you to the section that discusses localized leakage. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've been using 6.8.0 for a while but recently moved to 6.9.1 . Suddenly all my code is popping up with error 562.
IF (DN%NETWORK_ID=='LEAK') THEN
IF (MESHES(NM)%VENTS(NV)%SURF_INDEX == HVAC_SURF_INDEX) THEN
WRITE(MESSAGE,'(3A)') 'ERROR(562): VENT ID:',TRIM(MESHES(NM)%VENTS(NV)%ID),&
' used for localized leakage has SURF_ID HVAC'
CALL SHUTDOWN(MESSAGE,PROCESS_0_ONLY=.FALSE.)
I'm unsure how to fix this, am i modeling leakage wrong? I am currently using leak to ambient on HVAC surfaces. Code available upon request
Beta Was this translation helpful? Give feedback.
All reactions