Skip to content

Commit

Permalink
Merge pull request #10639 from marcosvanella/master
Browse files Browse the repository at this point in the history
FDS Verification : Use ULMAT in leak test cases.
  • Loading branch information
marcosvanella authored May 24, 2022
2 parents 903f958 + c36ed30 commit 552c16b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/pres.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3644,7 +3644,7 @@ SUBROUTINE CHECK_UNSUPPORTED_MESH(SUPPORTED_MESH)

! Finally do test:
IF (ANY(DIRI_SET(1:NSETS) == 0)) THEN
IF (MY_RANK==0) WRITE(LU_ERR,*) 'GLMAT Setup Error : Unsupported disjoint domains present on the model.'
IF (MY_RANK==0) WRITE(LU_ERR,*) 'GLMAT Setup Error : Unsupported disjoint domains present on the model. Consider using ULMAT.'
DEALLOCATE(MESH_GRAPH,DSETS,MESH_LIST,COUNTED,DIRI_SET)
SUPPORTED_MESH = .FALSE.
STOP_STATUS = SETUP_STOP
Expand Down
1 change: 1 addition & 0 deletions Verification/HVAC/leak_test_3.fds
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

&TIME T_END=30.0 /
&DUMP NFRAMES=60/
&PRES SOLVER='ULMAT'/

&ZONE XYZ=0.5,0.5,0.5, LEAK_AREA(2)=0.001 /
&ZONE XYZ=1.7,0.5,0.5, LEAK_AREA(0)=0.001 /
Expand Down
1 change: 1 addition & 0 deletions Verification/HVAC/leak_test_4.fds
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

&TIME T_END=30. /
&DUMP NFRAMES=60/
&PRES SOLVER='ULMAT'/

&ZONE XYZ=0.0,0.0,0.0, LEAK_AREA(0)=0.001 /

Expand Down

0 comments on commit 552c16b

Please sign in to comment.