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 the maximum results along a line to generate a graph. More...
Public Member Functions | |
def | ExecuteBeforeSolutionLoop (self) |
Initialize the list of maximum values. More... | |
def | ExecuteFinalizeSolutionStep (self) |
Look for the maximum value. More... | |
def | PrintOutput (self) |
The output file is created, filled and closed. More... | |
Public Attributes | |
values | |
This process writes the maximum results along a line to generate a graph.
def line_envelope_output_process.LineEnvelopeOutputProcess.ExecuteBeforeSolutionLoop | ( | self | ) |
Initialize the list of maximum values.
def line_envelope_output_process.LineEnvelopeOutputProcess.ExecuteFinalizeSolutionStep | ( | self | ) |
Look for the maximum value.
def line_envelope_output_process.LineEnvelopeOutputProcess.PrintOutput | ( | self | ) |
The output file is created, filled and closed.
The previous output files are overwitten. If the simulation does not reach the end, an envelope will be kept.
line_envelope_output_process.LineEnvelopeOutputProcess.values |