Skip to content

Commit

Permalink
Merge pull request #64 from pabloseleson/crack_branching_units
Browse files Browse the repository at this point in the history
Fix unit for body force density
  • Loading branch information
streeve authored Oct 11, 2023
2 parents 3dbc754 + 6572f70 commit 71af08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/crack_branching.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ int main( int argc, char* argv[] )

// Relying on uniform grid here.
double dy = particles->dx[1];
double b0 = 2e6 / dy; // Pa
double b0 = 2e6 / dy; // Pa/m

CabanaPD::RegionBoundary plane1( low_x, high_x, low_y - dy, low_y + dy,
low_z, high_z );
Expand Down

0 comments on commit 71af08c

Please sign in to comment.