![]() |
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.
|
This process writes results along a line to generate a graph. More...
Public Member Functions | |
| def | GetDefaultParameters (self) |
| def | __init__ (self, model, settings) |
| Constructor of the class. More... | |
| def | Check (self) |
| Check the file settings. More... | |
| def | ExecuteBeforeSolutionLoop (self) |
| Search the points and delete the existing files after the current time. More... | |
| def | IsOutputStep (self) |
| Return if the current step is an output step. More... | |
| def | PrintOutput (self) |
| The output file is created, filled and closed. More... | |
This process writes results along a line to generate a graph.
Every output step, an output file will be generated containing the graph data. At the moment, MPI is not supported.
| def line_graph_output_process.LineGraphOutputProcess.__init__ | ( | self, | |
| model, | |||
| settings | |||
| ) |
Constructor of the class.
| def line_graph_output_process.LineGraphOutputProcess.Check | ( | self | ) |
Check the file settings.
| def line_graph_output_process.LineGraphOutputProcess.ExecuteBeforeSolutionLoop | ( | self | ) |
Search the points and delete the existing files after the current time.
| def line_graph_output_process.LineGraphOutputProcess.GetDefaultParameters | ( | self | ) |
| def line_graph_output_process.LineGraphOutputProcess.IsOutputStep | ( | self | ) |
Return if the current step is an output step.
| def line_graph_output_process.LineGraphOutputProcess.PrintOutput | ( | self | ) |
The output file is created, filled and closed.
There will be one file for each printing step with the time as label.
| line_graph_output_process.LineGraphOutputProcess.area_coords |
| line_graph_output_process.LineGraphOutputProcess.entities |
| line_graph_output_process.LineGraphOutputProcess.entity_type |
| line_graph_output_process.LineGraphOutputProcess.file_name |
| line_graph_output_process.LineGraphOutputProcess.file_settings |
| line_graph_output_process.LineGraphOutputProcess.found_positions |
| line_graph_output_process.LineGraphOutputProcess.interval |
| line_graph_output_process.LineGraphOutputProcess.model_part |
| line_graph_output_process.LineGraphOutputProcess.nonhistorical_variables |
| line_graph_output_process.LineGraphOutputProcess.output_control |
| line_graph_output_process.LineGraphOutputProcess.positions |
| line_graph_output_process.LineGraphOutputProcess.print_format |
| line_graph_output_process.LineGraphOutputProcess.search_configuration |
| line_graph_output_process.LineGraphOutputProcess.search_tolerance |
| line_graph_output_process.LineGraphOutputProcess.sf_values |
| line_graph_output_process.LineGraphOutputProcess.time_format |
| line_graph_output_process.LineGraphOutputProcess.variables |