Cylinder with imposed angular velocity (Symplectic Euler + Runge-Kutta)
More...
|
def | __init__ (self) |
|
def | set_initial_data (self, modelpart, rigid_face_model_part, iteration, number_of_points_in_the_graphic, coeff_of_restitution_iteration=0) |
|
def | get_final_data (self, spheres_model_part, rigid_face_model_part, cluster_model_part) |
|
def | ApplyNodalRotation (self, time, dt, modelpart) |
|
def | generate_graph_points (self, spheres_model_part, rigid_face_model_part, cluster_model_part, time, graph_print_interval, dt) |
|
def | print_results (self, number_of_points_in_the_graphic, dt=0, elapsed_time=0.0) |
|
def | compute_errors (self, output_filename) |
|
Cylinder with imposed angular velocity (Symplectic Euler + Runge-Kutta)
◆ __init__()
def DEM_benchmarks_class.Benchmark31.__init__ |
( |
|
self | ) |
|
◆ ApplyNodalRotation()
def DEM_benchmarks_class.Benchmark31.ApplyNodalRotation |
( |
|
self, |
|
|
|
time, |
|
|
|
dt, |
|
|
|
modelpart |
|
) |
| |
◆ compute_errors()
def DEM_benchmarks_class.Benchmark31.compute_errors |
( |
|
self, |
|
|
|
output_filename |
|
) |
| |
◆ generate_graph_points()
def DEM_benchmarks_class.Benchmark31.generate_graph_points |
( |
|
self, |
|
|
|
spheres_model_part, |
|
|
|
rigid_face_model_part, |
|
|
|
cluster_model_part, |
|
|
|
time, |
|
|
|
graph_print_interval, |
|
|
|
dt |
|
) |
| |
◆ get_final_data()
def DEM_benchmarks_class.Benchmark31.get_final_data |
( |
|
self, |
|
|
|
spheres_model_part, |
|
|
|
rigid_face_model_part, |
|
|
|
cluster_model_part |
|
) |
| |
◆ print_results()
def DEM_benchmarks_class.Benchmark31.print_results |
( |
|
self, |
|
|
|
number_of_points_in_the_graphic, |
|
|
|
dt = 0 , |
|
|
|
elapsed_time = 0.0 |
|
) |
| |
◆ set_initial_data()
def DEM_benchmarks_class.Benchmark31.set_initial_data |
( |
|
self, |
|
|
|
modelpart, |
|
|
|
rigid_face_model_part, |
|
|
|
iteration, |
|
|
|
number_of_points_in_the_graphic, |
|
|
|
coeff_of_restitution_iteration = 0 |
|
) |
| |
◆ cluster_graph_counter
DEM_benchmarks_class.Benchmark31.cluster_graph_counter |
◆ graph_frequency
DEM_benchmarks_class.Benchmark31.graph_frequency |
◆ local_angular_velocity_list_outfile_name
DEM_benchmarks_class.Benchmark31.local_angular_velocity_list_outfile_name |
◆ number
DEM_benchmarks_class.Benchmark31.number |
◆ simulation_graph
DEM_benchmarks_class.Benchmark31.simulation_graph |
The documentation for this class was generated from the following file:
- /home/runner/work/Documentation/Documentation/master/applications/DEMApplication/python_scripts/DEM_benchmarks_class.py