Skip to content

Commit

Permalink
FDS Source: change IF block name
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcdermo committed Aug 14, 2024
1 parent db370a1 commit 5ff85da
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 @@ -2935,7 +2935,7 @@ SUBROUTINE PERFORM_PYROLYSIS
ENDDO POINT_LOOP1

!======== Mass transfer resistance to surface O2 concentration =============
CHAR_MASS_TRANSFER_MODEL_IF: IF (OXPYRO_MODEL) THEN
OXPYRO_MODEL_IF: IF (OXPYRO_MODEL) THEN
! Solve for Y_O2_F using bounded Newton method
M_DOT_ERROR_OLD = M_DOT_ERROR
M_DOT_O2_PP = DOT_PRODUCT(Z2Y(O2_INDEX,1:N_TRACKED_SPECIES),M_DOT_G_PP_ACTUAL(1:N_TRACKED_SPECIES))
Expand All @@ -2962,7 +2962,7 @@ SUBROUTINE PERFORM_PYROLYSIS
Y_O2_F = 0.5_EB*(Y_LOWER+Y_UPPER)
ENDIF
DY = Y_O2_F - Y_O2_F_OLD
ENDIF CHAR_MASS_TRANSFER_MODEL_IF
ENDIF OXPYRO_MODEL_IF
!===========================================================================

ENDDO O2_LOOP
Expand Down

0 comments on commit 5ff85da

Please sign in to comment.