Skip to content
Snippets Groups Projects
Commit 90101766 authored by Behzad Safaei's avatar Behzad Safaei
Browse files

Update ballast.cpp

parent 45974f26
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ int main(int argc, char **argv) { ...@@ -92,7 +92,7 @@ int main(int argc, char **argv) {
pairs_sim->update_mass_and_inertia(); pairs_sim->update_mass_and_inertia();
pairs_sim->updateDomain(); pairs_sim->updateDomain();
int num_timesteps = 5; int num_timesteps = 500000;
int vtk_freq = 5000; int vtk_freq = 5000;
double dt = 1e-5; double dt = 1e-5;
set_feature_properties(ac); set_feature_properties(ac);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment