Skip to content

Commit

Permalink
fixed constant rho*g/mu
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Knapp committed Jun 19, 2017
1 parent acbf914 commit cf9f83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DFNGen/insertShape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ struct Poly generatePoly_withRadius(double radius,struct Shape &shapeFam, std::m
// gravity = 9.8
// water Visc = 8.9e-4
// constant scalar = waterDesnsity*gravity/waterVisc = 48.3868
#define _CONSTSCALAR 48.3868
#define _CONSTSCALAR 1.1e7
void assignAperture(struct Poly &newPoly, std::mt19937_64 &generator) {

// Most aperture variables are currently declared globaly
Expand Down

0 comments on commit cf9f83e

Please sign in to comment.