![]() |
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.
|
Functions | |
| def | x_scale_func (box, position) |
| def | y_scale_func (box, position) |
| def | z_scale_func (box, position) |
Variables | |
| nx = int(sys.argv[1]) | |
| ny = int(sys.argv[2]) | |
| nz = int(sys.argv[3]) | |
| string | tag = 'Kratos' |
| float | xmin = 0.0 |
| float | xmax = 4.0 |
| float | ymin = 0.0 |
| float | ymax = 4.0 |
| float | zmin = 0.0 |
| float | zmax = 4.0 |
| box = altair_box_data(xmin, ymin, zmin, xmax, ymax, zmax, nx, ny, nz) | |
| x_periodic | |
| elemtype = sys.argv[5] | |
| string | condtype = "WallCondition3D" |
| string | filename = "comparative_analysis_ndiv_{0}".format(nx) + tag + "Fluid.mdpa" |
| def regular_mesher.x_scale_func | ( | box, | |
| position | |||
| ) |
| def regular_mesher.y_scale_func | ( | box, | |
| position | |||
| ) |
| def regular_mesher.z_scale_func | ( | box, | |
| position | |||
| ) |
| string regular_mesher.condtype = "WallCondition3D" |
| string regular_mesher.elemtype = sys.argv[5] |
| regular_mesher.nx = int(sys.argv[1]) |
| regular_mesher.ny = int(sys.argv[2]) |
| regular_mesher.nz = int(sys.argv[3]) |
| regular_mesher.tag = 'Kratos' |
| regular_mesher.x_periodic |
| float regular_mesher.xmax = 4.0 |
| float regular_mesher.xmin = 0.0 |
| float regular_mesher.ymax = 4.0 |
| float regular_mesher.ymin = 0.0 |
| float regular_mesher.zmax = 4.0 |
| float regular_mesher.zmin = 0.0 |