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 | Functions
embedded Namespace Reference

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)
 

Function Documentation

◆ ApplyEmbeddedBCsToBalls()

def embedded.ApplyEmbeddedBCsToBalls (   model_part,
  DEMParameters 
)

◆ ApplyEmbeddedBCsToFluid()

def embedded.ApplyEmbeddedBCsToFluid (   model_part)

◆ Cross()

def embedded.Cross (   v,
  w 
)

◆ InnerProd()

def embedded.InnerProd (   v,
  w 
)

◆ Norm()

def embedded.Norm (   v)

◆ Normalize()

def embedded.Normalize (   v)

◆ RotateRightHandedBasisAroundAxis()

def embedded.RotateRightHandedBasisAroundAxis (   e1,
  e2,
  axis,
  ang 
)

◆ VectSum()

def embedded.VectSum (   v,
  w 
)

◆ VectTimes()

def embedded.VectTimes (   v,
  c 
)