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
response_functions.airfoil_2d_responses.PerimeterResponseFunction Class Reference
Inheritance diagram for response_functions.airfoil_2d_responses.PerimeterResponseFunction:
Collaboration diagram for response_functions.airfoil_2d_responses.PerimeterResponseFunction:

Public Member Functions

def __init__ (self, response_id, response_settings, model)
 
def Initialize (self)
 
def CalculateValue (self)
 
def CalculateGradient (self)
 
def GetValue (self)
 
def GetNodalGradient (self, variable)
 

Public Attributes

 model
 
 model_part_name
 
 step_size
 
 main_model_part
 

Constructor & Destructor Documentation

◆ __init__()

def response_functions.airfoil_2d_responses.PerimeterResponseFunction.__init__ (   self,
  response_id,
  response_settings,
  model 
)

Member Function Documentation

◆ CalculateGradient()

def response_functions.airfoil_2d_responses.PerimeterResponseFunction.CalculateGradient (   self)

◆ CalculateValue()

def response_functions.airfoil_2d_responses.PerimeterResponseFunction.CalculateValue (   self)

◆ GetNodalGradient()

def response_functions.airfoil_2d_responses.PerimeterResponseFunction.GetNodalGradient (   self,
  variable 
)

◆ GetValue()

def response_functions.airfoil_2d_responses.PerimeterResponseFunction.GetValue (   self)

◆ Initialize()

def response_functions.airfoil_2d_responses.PerimeterResponseFunction.Initialize (   self)

Member Data Documentation

◆ main_model_part

response_functions.airfoil_2d_responses.PerimeterResponseFunction.main_model_part

◆ model

response_functions.airfoil_2d_responses.PerimeterResponseFunction.model

◆ model_part_name

response_functions.airfoil_2d_responses.PerimeterResponseFunction.model_part_name

◆ step_size

response_functions.airfoil_2d_responses.PerimeterResponseFunction.step_size

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