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.
|
Mass response function. More...
Public Member Functions | |
def | __init__ (self, identifier, response_settings, model) |
def | Initialize (self) |
def | CalculateValue (self) |
def | CalculateGradient (self) |
def | GetValue (self) |
def | GetNodalGradient (self, variable) |
def | GetElementalGradient (self, variable) |
Public Attributes | |
identifier | |
response_settings | |
model | |
model_part_needs_to_be_imported | |
model_part | |
response_function_utility | |
Mass response function.
It reads the materials for the model part and calculates response value and gradient.
model_part : Model part object of the response function response_function_utility: Cpp utilities object doing the actual computation of response value and gradient.
def structural_response.MassResponseFunction.__init__ | ( | self, | |
identifier, | |||
response_settings, | |||
model | |||
) |
def structural_response.MassResponseFunction.CalculateGradient | ( | self | ) |
def structural_response.MassResponseFunction.CalculateValue | ( | self | ) |
def structural_response.MassResponseFunction.GetElementalGradient | ( | self, | |
variable | |||
) |
def structural_response.MassResponseFunction.GetNodalGradient | ( | self, | |
variable | |||
) |
def structural_response.MassResponseFunction.GetValue | ( | self | ) |
def structural_response.MassResponseFunction.Initialize | ( | self | ) |
structural_response.MassResponseFunction.identifier |
structural_response.MassResponseFunction.model |
structural_response.MassResponseFunction.model_part |
structural_response.MassResponseFunction.model_part_needs_to_be_imported |
structural_response.MassResponseFunction.response_function_utility |
structural_response.MassResponseFunction.response_settings |