Skip to content

Commit

Permalink
adapt examples to new version of pma
Browse files Browse the repository at this point in the history
Examples adapted to new version of particle mechanics application: removal of langrangian_moving_particle, use of AMGCL solver now
  • Loading branch information
phfranz committed Mar 29, 2022
1 parent 74e52b3 commit 4865904
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
"auxiliary_variables_list" : ["NORMAL","IS_STRUCTURE"]
},
"processes" : {
"constraints_process_list" : [],
"loads_process_list" : [{
"python_module" : "lagrangian_moving_particle_process",
"kratos_module" : "KratosMultiphysics.ParticleMechanicsApplication",
"Parameters" : {
"model_part_name" : "Background_Grid.PointLoad2D_Load_on_points_Auto1",
"variable_name" : "LINE_LOAD"
}
}],
"list_other_processes" : [{
"python_module" : "apply_mpm_particle_dirichlet_condition_process",
"kratos_module" : "KratosMultiphysics.ParticleMechanicsApplication",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,9 @@
"input_filename" : "cylinder on inclined plane 2d_Grid"
},
"pressure_dofs" : false,
"linear_solver_settings" : {
"solver_type" : "LinearSolversApplication.sparse_lu"
},
"auxiliary_variables_list" : ["NORMAL","IS_STRUCTURE"]
},
"processes" : {
"constraints_process_list" : [],
"loads_process_list" : [{
"python_module" : "lagrangian_moving_particle_process",
"kratos_module" : "KratosMultiphysics.ParticleMechanicsApplication",
"Parameters" : {
"model_part_name" : "Background_Grid.PointLoad2D_Load_on_points_Auto1",
"variable_name" : "LINE_LOAD"
}
}],
"list_other_processes" : [{
"python_module" : "apply_mpm_particle_dirichlet_condition_process",
"kratos_module" : "KratosMultiphysics.ParticleMechanicsApplication",
Expand Down

0 comments on commit 4865904

Please sign in to comment.