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.
Public Member Functions | Public Attributes | List of all members
dem_fem_coupling_algorithm.Algorithm Class Reference
Collaboration diagram for dem_fem_coupling_algorithm.Algorithm:

Public Member Functions

def __init__ (self)
 
def AddDEMVariablesToStructural (self)
 
def Run (self)
 
def Initialize (self)
 
def RunSolutionLoop (self)
 
def ReadDemModelParts (self, starting_node_Id=0, starting_elem_Id=0, starting_cond_Id=0)
 
def Finalize (self)
 
def yield_DEM_time (self, current_time, current_time_plus_increment, delta_time)
 

Public Attributes

 model
 
 dem_solution
 
 structural_solution
 
 gid_output
 
 structure_skin_detector
 
 structural_mp
 
 skin_mp
 
 time_dem
 
 Dt_structural
 
 Dt_DEM
 

Constructor & Destructor Documentation

◆ __init__()

def dem_fem_coupling_algorithm.Algorithm.__init__ (   self)

Member Function Documentation

◆ AddDEMVariablesToStructural()

def dem_fem_coupling_algorithm.Algorithm.AddDEMVariablesToStructural (   self)

◆ Finalize()

def dem_fem_coupling_algorithm.Algorithm.Finalize (   self)

◆ Initialize()

def dem_fem_coupling_algorithm.Algorithm.Initialize (   self)

◆ ReadDemModelParts()

def dem_fem_coupling_algorithm.Algorithm.ReadDemModelParts (   self,
  starting_node_Id = 0,
  starting_elem_Id = 0,
  starting_cond_Id = 0 
)

◆ Run()

def dem_fem_coupling_algorithm.Algorithm.Run (   self)

◆ RunSolutionLoop()

def dem_fem_coupling_algorithm.Algorithm.RunSolutionLoop (   self)

◆ yield_DEM_time()

def dem_fem_coupling_algorithm.Algorithm.yield_DEM_time (   self,
  current_time,
  current_time_plus_increment,
  delta_time 
)

Member Data Documentation

◆ dem_solution

dem_fem_coupling_algorithm.Algorithm.dem_solution

◆ Dt_DEM

dem_fem_coupling_algorithm.Algorithm.Dt_DEM

◆ Dt_structural

dem_fem_coupling_algorithm.Algorithm.Dt_structural

◆ gid_output

dem_fem_coupling_algorithm.Algorithm.gid_output

◆ model

dem_fem_coupling_algorithm.Algorithm.model

◆ skin_mp

dem_fem_coupling_algorithm.Algorithm.skin_mp

◆ structural_mp

dem_fem_coupling_algorithm.Algorithm.structural_mp

◆ structural_solution

dem_fem_coupling_algorithm.Algorithm.structural_solution

◆ structure_skin_detector

dem_fem_coupling_algorithm.Algorithm.structure_skin_detector

◆ time_dem

dem_fem_coupling_algorithm.Algorithm.time_dem

The documentation for this class was generated from the following file: