![]() |
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.
|
A class that defines the response function for plane-based packaging. More...
Public Member Functions | |
| def | __init__ (self, identifier, response_settings, model) |
| def | GetDefaultParameters (cls) |
Public Member Functions inherited from response_functions.packaging_response_base.PackagingResponseBase | |
| def | Initialize (self) |
| def | InitializeSolutionStep (self) |
| def | CalculateValue (self) |
| def | CalculateGradient (self) |
| def | GetValue (self) |
| def | GetNodalGradient (self, variable) |
Public Attributes | |
| plane_origin | |
| plane_normal | |
| signed_distances | |
| directions | |
Public Attributes inherited from response_functions.packaging_response_base.PackagingResponseBase | |
| identifier | |
| response_settings | |
| model | |
| model_part | |
| signed_distances | |
| directions | |
| value | |
| gradient | |
| feasible_in_normal_direction | |
| exponent | |
A class that defines the response function for plane-based packaging.
The plane is defined by an origin point and a normal vector. By default the normal of the plane indicates the feasible side of the plane (see setting 'feasible_in_normal_direction')
| def response_functions.plane_based_packaging.PlaneBasedPackaging.__init__ | ( | self, | |
| identifier, | |||
| response_settings, | |||
| model | |||
| ) |
Reimplemented from response_functions.packaging_response_base.PackagingResponseBase.
| def response_functions.plane_based_packaging.PlaneBasedPackaging.GetDefaultParameters | ( | cls | ) |
Reimplemented from response_functions.packaging_response_base.PackagingResponseBase.
| response_functions.plane_based_packaging.PlaneBasedPackaging.directions |
| response_functions.plane_based_packaging.PlaneBasedPackaging.plane_normal |
| response_functions.plane_based_packaging.PlaneBasedPackaging.plane_origin |
| response_functions.plane_based_packaging.PlaneBasedPackaging.signed_distances |