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.
|
The base class for solid mechanic input parameters and materials. More...
Public Member Functions | |
def | __init__ (self, input_file) |
def | GetProjectParameters (self) |
def | HasMaterialFile (self) |
def | GetMaterialParameters (self) |
Public Attributes | |
project_parameters | |
material_parameters | |
settings | |
The base class for solid mechanic input parameters and materials.
This class provides functions for seting parts to input parameters, and material parameters
def input_manager.InputManager.__init__ | ( | self, | |
input_file | |||
) |
def input_manager.InputManager.GetMaterialParameters | ( | self | ) |
def input_manager.InputManager.GetProjectParameters | ( | self | ) |
def input_manager.InputManager.HasMaterialFile | ( | self | ) |
input_manager.InputManager.material_parameters |
input_manager.InputManager.project_parameters |
input_manager.InputManager.settings |