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
input_manager.InputManager Class Reference

The base class for solid mechanic input parameters and materials. More...

Inheritance diagram for input_manager.InputManager:
Collaboration diagram for input_manager.InputManager:

Public Member Functions

def __init__ (self, input_file)
 
def GetProjectParameters (self)
 
def HasMaterialFile (self)
 
def GetMaterialParameters (self)
 

Public Attributes

 project_parameters
 
 material_parameters
 
 settings
 

Detailed Description

The base class for solid mechanic input parameters and materials.

This class provides functions for seting parts to input parameters,
and material parameters

Constructor & Destructor Documentation

◆ __init__()

def input_manager.InputManager.__init__ (   self,
  input_file 
)

Member Function Documentation

◆ GetMaterialParameters()

def input_manager.InputManager.GetMaterialParameters (   self)

◆ GetProjectParameters()

def input_manager.InputManager.GetProjectParameters (   self)

◆ HasMaterialFile()

def input_manager.InputManager.HasMaterialFile (   self)

Member Data Documentation

◆ material_parameters

input_manager.InputManager.material_parameters

◆ project_parameters

input_manager.InputManager.project_parameters

◆ settings

input_manager.InputManager.settings

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