Skip to content

Commit

Permalink
Real -> ParticleReal for cutoff and min_r
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Jul 22, 2024
1 parent a8d26f1 commit 3c1e0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Particles/NeighborParticles/Constants.H
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ namespace Params
// This is designed to represent MFiX-like conditions where the grid spacing is
// roughly 2.5 times the particle diameter. In main.cpp we set grid spacing to 1
// so here we set cutoff to diameter = 1/2.5 --> cutoff = 0.2
static constexpr amrex::Real cutoff = 0.2 ;
static constexpr amrex::Real min_r = 1.e-4;
static constexpr amrex::ParticleReal cutoff = 0.2 ;
static constexpr amrex::ParticleReal min_r = 1.e-4;
}

#endif

0 comments on commit 3c1e0cf

Please sign in to comment.