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.
|
Eigenfrequency response function. More...
Public Member Functions | |
def | __init__ (self, identifier, response_settings, model) |
Public Member Functions inherited from structural_response.StrainEnergyResponseFunction | |
def | Initialize (self) |
def | InitializeSolutionStep (self) |
def | CalculateValue (self) |
def | CalculateGradient (self) |
def | FinalizeSolutionStep (self) |
def | Finalize (self) |
def | GetValue (self) |
def | GetNodalGradient (self, variable) |
def | GetElementalGradient (self, variable) |
Public Attributes | |
identifier | |
primal_model_part | |
primal_analysis | |
response_function_utility | |
Public Attributes inherited from structural_response.StrainEnergyResponseFunction | |
identifier | |
primal_model_part | |
primal_analysis | |
response_function_utility | |
Eigenfrequency response function.
The internal procedure is the same as for the StrainEnergyResponseFunction. It triggers the primal analysis and uses the primal analysis results to calculate response value and gradient. Only the response_function_utility is a different object.
primal_model_part : Model part of the primal analysis object primal_analysis : Primal analysis object of the response function response_function_utility: Cpp utilities object doing the actual computation of response value and gradient.
def structural_response.EigenFrequencyResponseFunction.__init__ | ( | self, | |
identifier, | |||
response_settings, | |||
model | |||
) |
Reimplemented from structural_response.StrainEnergyResponseFunction.
structural_response.EigenFrequencyResponseFunction.identifier |
structural_response.EigenFrequencyResponseFunction.primal_analysis |
structural_response.EigenFrequencyResponseFunction.primal_model_part |
structural_response.EigenFrequencyResponseFunction.response_function_utility |