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.
|
This class serves as interface to the data structure (Model and ModelPart) that holds the data used during CoSimulation. More...
Public Member Functions | |
def | __init__ (self, custom_settings, name="default", solver_name="default_solver") |
def | IsDefinedOnThisRank (self) |
Static Public Member Functions | |
def | GetDefaultParameters () |
Public Attributes | |
settings | |
name | |
solver_name | |
model_part_name | |
variable_type | |
variable | |
dtype | |
is_scalar_variable | |
location | |
dimension | |
This class serves as interface to the data structure (Model and ModelPart) that holds the data used during CoSimulation.
def coupling_interface_data.BaseCouplingInterfaceData.__init__ | ( | self, | |
custom_settings, | |||
name = "default" , |
|||
solver_name = "default_solver" |
|||
) |
|
static |
def coupling_interface_data.BaseCouplingInterfaceData.IsDefinedOnThisRank | ( | self | ) |
Reimplemented in coupling_interface_data.CouplingInterfaceData.
coupling_interface_data.BaseCouplingInterfaceData.dimension |
coupling_interface_data.BaseCouplingInterfaceData.dtype |
coupling_interface_data.BaseCouplingInterfaceData.is_scalar_variable |
coupling_interface_data.BaseCouplingInterfaceData.location |
coupling_interface_data.BaseCouplingInterfaceData.model_part_name |
coupling_interface_data.BaseCouplingInterfaceData.name |
coupling_interface_data.BaseCouplingInterfaceData.settings |
coupling_interface_data.BaseCouplingInterfaceData.solver_name |
coupling_interface_data.BaseCouplingInterfaceData.variable |
coupling_interface_data.BaseCouplingInterfaceData.variable_type |