Skip to content

Commit

Permalink
Merge pull request #13322 from ericvmueller/master
Browse files Browse the repository at this point in the history
FDS Source: properly initialize ember variables
  • Loading branch information
ericvmueller authored Aug 14, 2024
2 parents 1a834b5 + 3c5b540 commit 312f494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/part.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2519,14 +2519,14 @@ SUBROUTINE MOVE_IN_GAS
WE_G,T_BU_BAG,T_BU_STRIP,MPOM,SFAC,BREAKUP_RADIUS(0:NDC),&
DD,DD_X,DD_Y,DD_Z,DW_X,DW_Y,DW_Z,K_TERM(3),Y_TERM(3),C_DRAG,A_DRAG,&
GX_LOC,GY_LOC,GZ_LOC,DRAG_MAX(3)=0._EB,K_SGS,U_P,KN,M_DOT,&
EMBER_DENSITY,EMBER_VOLUME,ACCEL_X,ACCEL_Y,ACCEL_Z,&
EMBER_DENSITY,EMBER_VOLUME=0._EB,ACCEL_X,ACCEL_Y,ACCEL_Z,&
LP_FORCE,FACE_VOLS(2,2,2),VEL_G_INT(3),VOL_WGT(2,2,2),&
EMBER_PACKING_RATIO,LOCAL_PACKING_RATIO,LPC_GEOM_FACTOR
REAL(EB) :: WGT(2,2,2,3)
REAL(EB), POINTER, DIMENSION(:,:,:) :: FV_D=>NULL(),VEL_G=>NULL()
REAL(EB), SAVE :: BETA
INTEGER :: IIX,JJY,KKZ,IL,JL,KL,AXIS,N_LPC2
LOGICAL :: STUCK
LOGICAL :: STUCK=.FALSE.
TYPE(LAGRANGIAN_PARTICLE_CLASS_TYPE), POINTER :: LPC2

! Save current values of particle velocity components
Expand Down

0 comments on commit 312f494

Please sign in to comment.