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_procedures.PostUtils Class Reference
Inheritance diagram for DEM_procedures.PostUtils:
Collaboration diagram for DEM_procedures.PostUtils:

Public Member Functions

def __init__ (self, DEM_parameters, spheres_model_part)
 
def Flush (self, a)
 
def ComputeMeanVelocitiesInTrap (self, file_name, time_dem, graphs_path)
 
def PrintEulerAngles (self, spheres_model_part, cluster_model_part)
 

Public Attributes

 DEM_parameters
 
 spheres_model_part
 
 post_utilities
 
 vel_trap_graph_counter
 
 vel_trap_graph_frequency
 
 previous_vector_of_inner_nodes
 
 previous_time
 

Constructor & Destructor Documentation

◆ __init__()

def DEM_procedures.PostUtils.__init__ (   self,
  DEM_parameters,
  spheres_model_part 
)

Reimplemented in DEM_procedures_mpi.PostUtils.

Member Function Documentation

◆ ComputeMeanVelocitiesInTrap()

def DEM_procedures.PostUtils.ComputeMeanVelocitiesInTrap (   self,
  file_name,
  time_dem,
  graphs_path 
)

◆ Flush()

def DEM_procedures.PostUtils.Flush (   self,
  a 
)

◆ PrintEulerAngles()

def DEM_procedures.PostUtils.PrintEulerAngles (   self,
  spheres_model_part,
  cluster_model_part 
)

Member Data Documentation

◆ DEM_parameters

DEM_procedures.PostUtils.DEM_parameters

◆ post_utilities

DEM_procedures.PostUtils.post_utilities

◆ previous_time

DEM_procedures.PostUtils.previous_time

◆ previous_vector_of_inner_nodes

DEM_procedures.PostUtils.previous_vector_of_inner_nodes

◆ spheres_model_part

DEM_procedures.PostUtils.spheres_model_part

◆ vel_trap_graph_counter

DEM_procedures.PostUtils.vel_trap_graph_counter

◆ vel_trap_graph_frequency

DEM_procedures.PostUtils.vel_trap_graph_frequency

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