Skip to content

Commit 67fadc9

Browse files
committed
FDS Source: BC issue for leaking wall
1 parent bb8a568 commit 67fadc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/wall.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ SUBROUTINE SURFACE_HEAT_TRANSFER(NM,T,SF,BC,B1,WALL_INDEX,CFACE_INDEX,PARTICLE_I
728728
TSI = T - B1%T_IGN
729729
ENDIF
730730

731-
IF (B1%U_NORMAL>TWENTY_EPSILON_EB) THEN
731+
IF (B1%U_NORMAL>TWENTY_EPSILON_EB .AND. .NOT.ANY(SF%LEAK_PATH>0)) THEN
732732
B1%TMP_F = B1%TMP_G
733733
ELSEIF (SF%TMP_FRONT>0._EB) THEN
734734
B1%TMP_F = TMP_0(BC%KKG) + &

0 commit comments

Comments
 (0)