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