Skip to content

Commit

Permalink
Added small change to GalaxySimulation to initialize the particle bou…
Browse files Browse the repository at this point in the history
…ndary in the exterior boundary condition.
  • Loading branch information
gregbryan committed Aug 15, 2023
1 parent ca4a04c commit 54193b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/enzo/GalaxySimulationInitialize.C
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ int GalaxySimulationInitialize(FILE *fptr, FILE *Outfptr,
if (MetaData.TopGridRank > 2)
Exterior.InitializeExternalBoundaryFace(2, inflow, outflow,
InflowValue, Dummy);
Exterior.InitializeExternalBoundaryParticles(MetaData.ParticleBoundaryType);

/* Set Global Variables for RPS Wind (see ExternalBoundary_SetGalaxySimulationBoundary.C)*/

Expand Down

0 comments on commit 54193b8

Please sign in to comment.