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