![]() |
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.
|
Auxiliary base class to output total flow forces over obstacles in fluid dynamics problems. More...
Public Member Functions | |
| def | __init__ (self, model, params) |
| Auxiliary class to output total flow forces over obstacles in fluid dynamics problems for a body fitted model part. More... | |
| def | ExecuteInitialize (self) |
| def | ExecuteFinalizeSolutionStep (self) |
| def | ExecuteFinalize (self) |
Public Attributes | |
| params | |
| format | |
| model_part | |
| interval | |
| print_drag_to_screen | |
| write_drag_output_file | |
| output_file | |
Auxiliary base class to output total flow forces over obstacles in fluid dynamics problems.
A derived class needs to be implemented to be able to use this functionality, as calling the base class alone is not enough.
| def compute_drag_process.ComputeDragProcess.__init__ | ( | self, | |
| model, | |||
| params | |||
| ) |
Auxiliary class to output total flow forces over obstacles in fluid dynamics problems for a body fitted model part.
| def compute_drag_process.ComputeDragProcess.ExecuteFinalize | ( | self | ) |
| def compute_drag_process.ComputeDragProcess.ExecuteFinalizeSolutionStep | ( | self | ) |
| def compute_drag_process.ComputeDragProcess.ExecuteInitialize | ( | self | ) |
| compute_drag_process.ComputeDragProcess.format |
| compute_drag_process.ComputeDragProcess.interval |
| compute_drag_process.ComputeDragProcess.model_part |
| compute_drag_process.ComputeDragProcess.output_file |
| compute_drag_process.ComputeDragProcess.params |
| compute_drag_process.ComputeDragProcess.print_drag_to_screen |
| compute_drag_process.ComputeDragProcess.write_drag_output_file |