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
mass_response_function.MassResponseFunction Class Reference
Inheritance diagram for mass_response_function.MassResponseFunction:
Collaboration diagram for mass_response_function.MassResponseFunction:

Public Member Functions

def __init__ (self, str name, Kratos.Model model, Kratos.Parameters parameters)
 
'list[SupportedSensitivityFieldVariableTypes]' GetImplementedPhysicalKratosVariables (self)
 
None Initialize (self)
 
None Check (self)
 
None Finalize (self)
 
Kratos.ModelPart GetEvaluatedModelPart (self)
 
None GetAnalysisModelPart (self)
 
float CalculateValue (self)
 
None CalculateGradient (self, 'dict[SupportedSensitivityFieldVariableTypes, KratosOA.CollectiveExpression]' physical_variable_collective_expressions)
 
str __str__ (self)
 

Public Attributes

 model
 
 model_part_operation
 
 model_part
 

Constructor & Destructor Documentation

◆ __init__()

def mass_response_function.MassResponseFunction.__init__ (   self,
str  name,
Kratos.Model  model,
Kratos.Parameters  parameters 
)

Member Function Documentation

◆ __str__()

str mass_response_function.MassResponseFunction.__str__ (   self)

◆ CalculateGradient()

None mass_response_function.MassResponseFunction.CalculateGradient (   self,
'dict[SupportedSensitivityFieldVariableTypes, KratosOA.CollectiveExpression]'  physical_variable_collective_expressions 
)

◆ CalculateValue()

float mass_response_function.MassResponseFunction.CalculateValue (   self)

◆ Check()

None mass_response_function.MassResponseFunction.Check (   self)

◆ Finalize()

None mass_response_function.MassResponseFunction.Finalize (   self)

◆ GetAnalysisModelPart()

None mass_response_function.MassResponseFunction.GetAnalysisModelPart (   self)

◆ GetEvaluatedModelPart()

Kratos.ModelPart mass_response_function.MassResponseFunction.GetEvaluatedModelPart (   self)

◆ GetImplementedPhysicalKratosVariables()

'list[SupportedSensitivityFieldVariableTypes]' mass_response_function.MassResponseFunction.GetImplementedPhysicalKratosVariables (   self)

◆ Initialize()

None mass_response_function.MassResponseFunction.Initialize (   self)

Member Data Documentation

◆ model

mass_response_function.MassResponseFunction.model

◆ model_part

mass_response_function.MassResponseFunction.model_part

◆ model_part_operation

mass_response_function.MassResponseFunction.model_part_operation

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