Skip to content

Commit

Permalink
Merge pull request firemodels#13480 from drjfloyd/master
Browse files Browse the repository at this point in the history
FDS Source: Move variable initialization. Issue firemodels#13478
  • Loading branch information
drjfloyd authored Sep 25, 2024
2 parents 51a2885 + 68c8fea commit b28ee7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/wall.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2168,7 +2168,8 @@ SUBROUTINE SOLID_HEAT_TRANSFER(NM,T,DT_BC,PARTICLE_INDEX,WALL_INDEX,CFACE_INDEX,
! Determine additional heat sources

Q_ADD = 0._EB

Q_IR = 0._EB

! Add internal heat source specified by user

DO I=1,NWP
Expand Down Expand Up @@ -2204,7 +2205,6 @@ SUBROUTINE SOLID_HEAT_TRANSFER(NM,T,DT_BC,PARTICLE_INDEX,WALL_INDEX,CFACE_INDEX,
! Calculate internal radiation for Cartesian geometry only

IF (SF%INTERNAL_RADIATION) THEN
Q_IR = 0._EB
DO I=1,NWP
IF (SF%KAPPA_S(LAYER_INDEX(I))<0._EB) THEN
VOLSUM = 0._EB
Expand Down

0 comments on commit b28ee7c

Please sign in to comment.