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
coupling_interface_data Namespace Reference

Classes

class  BaseCouplingInterfaceData
 This class serves as interface to the data structure (Model and ModelPart) that holds the data used during CoSimulation. More...
 
class  CouplingInterfaceData
 This class serves as interface to the data structure (Model and ModelPart) that holds the data used during CoSimulation. More...
 

Functions

def GetValue (entity, variable)
 
def GetSolutionStepValue (entity, variable, solution_step_index)
 
def SetValue (entity, variable, value)
 
def SetSolutionStepValue (entity, variable, solution_step_index, value)
 
def GetNumpyDataType (variable_type)
 

Function Documentation

◆ GetNumpyDataType()

def coupling_interface_data.GetNumpyDataType (   variable_type)

◆ GetSolutionStepValue()

def coupling_interface_data.GetSolutionStepValue (   entity,
  variable,
  solution_step_index 
)

◆ GetValue()

def coupling_interface_data.GetValue (   entity,
  variable 
)

◆ SetSolutionStepValue()

def coupling_interface_data.SetSolutionStepValue (   entity,
  variable,
  solution_step_index,
  value 
)

◆ SetValue()

def coupling_interface_data.SetValue (   entity,
  variable,
  value 
)