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 | SearchEmbeddedDEMTools |
Functions | |
def | VectSum (v, w) |
def | VectTimes (v, c) |
def | InnerProd (v, w) |
def | Norm (v) |
def | Normalize (v) |
def | Cross (v, w) |
def | RotateRightHandedBasisAroundAxis (e1, e2, axis, ang) |
def | ApplyEmbeddedBCsToFluid (model_part) |
def | ApplyEmbeddedBCsToBalls (model_part, DEMParameters) |
def embedded.ApplyEmbeddedBCsToBalls | ( | model_part, | |
DEMParameters | |||
) |
def embedded.ApplyEmbeddedBCsToFluid | ( | model_part | ) |
def embedded.Cross | ( | v, | |
w | |||
) |
def embedded.InnerProd | ( | v, | |
w | |||
) |
def embedded.Norm | ( | v | ) |
def embedded.Normalize | ( | v | ) |
def embedded.RotateRightHandedBasisAroundAxis | ( | e1, | |
e2, | |||
axis, | |||
ang | |||
) |
def embedded.VectSum | ( | v, | |
w | |||
) |
def embedded.VectTimes | ( | v, | |
c | |||
) |