KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Classes | Variables
DEM_benchmarks Namespace Reference

Classes

class  Solution
 

Variables

 start = timer.time()
 
 benchmark_number = int(sys.argv[1])
 
 benchmark = getattr(DBC, 'Benchmark' + str(benchmark_number))()
 
 listDISCONT = list(range(1,12))
 
 listROLLFR = list(range(12,13))
 
 listDEMFEM = list(range(13,18))
 
 listCONT = list(range(20,27))
 
list listDISclZHAO = [30,32]
 
list listDISclRK = [31,33]
 
list listGeneric = [40]
 
 model = Model()
 
 slt = Solution(model)
 
 iteration
 
 dt
 
 end_time
 
 graph_print_interval
 
 number_of_points_in_the_graphic
 
 number_of_coeffs_of_restitution
 
 end = timer.time()
 
 elapsed_time
 

Variable Documentation

◆ benchmark

DEM_benchmarks.benchmark = getattr(DBC, 'Benchmark' + str(benchmark_number))()

◆ benchmark_number

DEM_benchmarks.benchmark_number = int(sys.argv[1])

◆ dt

DEM_benchmarks.dt

◆ elapsed_time

DEM_benchmarks.elapsed_time

◆ end

DEM_benchmarks.end = timer.time()

◆ end_time

DEM_benchmarks.end_time

◆ graph_print_interval

DEM_benchmarks.graph_print_interval

◆ iteration

DEM_benchmarks.iteration

◆ listCONT

DEM_benchmarks.listCONT = list(range(20,27))

◆ listDEMFEM

DEM_benchmarks.listDEMFEM = list(range(13,18))

◆ listDISclRK

list DEM_benchmarks.listDISclRK = [31,33]

◆ listDISclZHAO

list DEM_benchmarks.listDISclZHAO = [30,32]

◆ listDISCONT

DEM_benchmarks.listDISCONT = list(range(1,12))

◆ listGeneric

list DEM_benchmarks.listGeneric = [40]

◆ listROLLFR

DEM_benchmarks.listROLLFR = list(range(12,13))

◆ model

DEM_benchmarks.model = Model()

◆ number_of_coeffs_of_restitution

DEM_benchmarks.number_of_coeffs_of_restitution

◆ number_of_points_in_the_graphic

DEM_benchmarks.number_of_points_in_the_graphic

◆ slt

DEM_benchmarks.slt = Solution(model)

◆ start

DEM_benchmarks.start = timer.time()