Skip to content

Commit

Permalink
Changes to fragmenting cylinder example
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloseleson committed Jul 12, 2024
1 parent c83600e commit e451eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mechanics/fragmenting_cylinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ void fragmentingCylinderExample( const std::string filename )
double width = system_size[1];
double height = system_size[2];

// Define empty boundary region
// Need to remove the boundary condition!
CabanaPD::RegionBoundary<CabanaPD::Rectilinear> plane(
-0.1 * Rin, 0.1 * Rin, -0.1 * Rin, 0.1 * Rin, -0.5 * height,
Expand Down Expand Up @@ -120,7 +121,6 @@ void fragmentingCylinderExample( const std::string filename )
double dx = particles->dx[0];
double dy = particles->dx[1];
double dz = particles->dx[2];

double magnitude = inputs["grid_perturbation_factor"];

auto init_functor = KOKKOS_LAMBDA( const int pid )
Expand Down

0 comments on commit e451eaa

Please sign in to comment.