Skip to content

Commit

Permalink
Merge pull request #99 from KratosMultiphysics/particle/update_example
Browse files Browse the repository at this point in the history
Particle/update example
  • Loading branch information
VeronikaSinger authored Mar 29, 2022
2 parents 74e52b3 + 3f6e3c7 commit f47577a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cylinder on inclined plane 2D - comparison between analytical and numerical solution with MPM
**Author:** Philip Franz

**Kratos version:** Development branch. **Expected 6.0**
**Kratos version:** Development branch. **Expected 9.1**

**Source files:** [cylinder_on_inclined_plane_2D](https://github.com/KratosMultiphysics/Examples/tree/master/particle_mechanics/validation/cylinder_on_inclined_plane/source)

Expand Down
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 f47577a

Please sign in to comment.