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.
|
Variables | |
string | mesh_namefile = sys.argv[1] + '.msh' |
string | mdpa_namefile = sys.argv[2] + '.mdpa' |
SpheresMesh = open(mesh_namefile, 'r') | |
SpheresMdpa = open(mdpa_namefile, 'w') | |
int | Test_type = 3 |
float | top = 0.0 |
float | bottom = 0.0 |
float | radius = 0.0 |
float | internal_tol_factor = 2.0 |
float | external_tol_factor = 1.0 |
int | mean_particle_radius = 2e-3 |
float | internal_radius = 0.1 |
float | external_radius = 0.15 |
bool | node_section_started = False |
bool | node_section_finished = False |
bool | element_section_started = False |
list | node_list = [] |
list | coord_x_list = [] |
list | coord_y_list = [] |
list | coord_z_list = [] |
list | element_list = [] |
list | radius_list = [] |
list | props_list = [] |
list | zeros_list = [] |
list | skin_list = [] |
data = Line.split(" ") | |
float mesh_to_mdpa_converter.bottom = 0.0 |
list mesh_to_mdpa_converter.coord_x_list = [] |
list mesh_to_mdpa_converter.coord_y_list = [] |
list mesh_to_mdpa_converter.coord_z_list = [] |
mesh_to_mdpa_converter.data = Line.split(" ") |
list mesh_to_mdpa_converter.element_list = [] |
bool mesh_to_mdpa_converter.element_section_started = False |
float mesh_to_mdpa_converter.external_radius = 0.15 |
float mesh_to_mdpa_converter.external_tol_factor = 1.0 |
float mesh_to_mdpa_converter.internal_radius = 0.1 |
float mesh_to_mdpa_converter.internal_tol_factor = 2.0 |
string mesh_to_mdpa_converter.mdpa_namefile = sys.argv[2] + '.mdpa' |
int mesh_to_mdpa_converter.mean_particle_radius = 2e-3 |
string mesh_to_mdpa_converter.mesh_namefile = sys.argv[1] + '.msh' |
list mesh_to_mdpa_converter.node_list = [] |
bool mesh_to_mdpa_converter.node_section_finished = False |
bool mesh_to_mdpa_converter.node_section_started = False |
list mesh_to_mdpa_converter.props_list = [] |
float mesh_to_mdpa_converter.radius = 0.0 |
list mesh_to_mdpa_converter.radius_list = [] |
list mesh_to_mdpa_converter.skin_list = [] |
mesh_to_mdpa_converter.SpheresMdpa = open(mdpa_namefile, 'w') |
mesh_to_mdpa_converter.SpheresMesh = open(mesh_namefile, 'r') |
int mesh_to_mdpa_converter.Test_type = 3 |
float mesh_to_mdpa_converter.top = 0.0 |
list mesh_to_mdpa_converter.zeros_list = [] |