Skip to content

Commit

Permalink
Merge pull request #12480 from ericvmueller/master
Browse files Browse the repository at this point in the history
FDS Source: correct LP%MASS assignment in INITIALIZE_SINGLE_PARTICLE
  • Loading branch information
ericvmueller authored Feb 14, 2024
2 parents 23ba964 + b624e78 commit 39c2e1b
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 @@ -1640,9 +1640,9 @@ SUBROUTINE INITIALIZE_SINGLE_PARTICLE
SCALE_FACTOR=SCALE_FACTOR**3._EB
END SELECT

END SELECT
IF (LP_SF%THERMAL_BC_INDEX==THERMALLY_THICK) LP%MASS = LPC%INITIAL_MASS*SCALE_FACTOR

IF (LP_SF%THERMAL_BC_INDEX==THERMALLY_THICK) LP%MASS = LPC%INITIAL_MASS*SCALE_FACTOR
END SELECT

ELSEIF (LPC%LIQUID_DROPLET) THEN

Expand Down

0 comments on commit 39c2e1b

Please sign in to comment.