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