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.
|
All the processes python should be derived from "Process". More...
Public Member Functions | |
def | __init__ (self, Model, settings) |
The default constructor of the class. More... | |
def | ExecuteInitialize (self) |
Public Attributes | |
model_part | |
director_utilities | |
All the processes python should be derived from "Process".
Only the member variables listed below should be accessed directly.
Public member variables: Model – the container of the different model parts. settings – Kratos parameters containing solver settings.
def set_directors_process.SetDirectorsProcess.__init__ | ( | self, | |
Model, | |||
settings | |||
) |
The default constructor of the class.
Keyword arguments: self -- It signifies an instance of a class. Model -- the container of the different model parts. settings -- Kratos parameters containing solver settings.
def set_directors_process.SetDirectorsProcess.ExecuteInitialize | ( | self | ) |
set_directors_process.SetDirectorsProcess.director_utilities |
set_directors_process.SetDirectorsProcess.model_part |