Skip to content

Commit

Permalink
Merge pull request #6849 from mcgratta/master
Browse files Browse the repository at this point in the history
FDS Source: Issue #6848. Fix bug in calculation of number of solid ce…
  • Loading branch information
mcgratta committed Sep 26, 2018
2 parents e9c5dae + fd3b9f5 commit bb0644c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/read.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7644,7 +7644,7 @@ SUBROUTINE PROC_WALL
IF (ML%C_S>0._EB) THEN
C_S_0 = ML%C_S
ELSE
C_S_0 = EVALUATE_RAMP(TMPA,0._EB,-NINT(ML%C_S))*1000._EB
C_S_0 = EVALUATE_RAMP(TMPA,0._EB,-NINT(ML%C_S))
ENDIF
ML%THERMAL_DIFFUSIVITY = K_S_0/(C_S_0*ML%RHO_S)
ENDDO
Expand Down

0 comments on commit bb0644c

Please sign in to comment.