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
line_envelope_output_process.LineEnvelopeOutputProcess Class Reference

This process writes the maximum results along a line to generate a graph. More...

Inheritance diagram for line_envelope_output_process.LineEnvelopeOutputProcess:
Collaboration diagram for line_envelope_output_process.LineEnvelopeOutputProcess:

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
 

Detailed Description

This process writes the maximum results along a line to generate a graph.

Member Function Documentation

◆ ExecuteBeforeSolutionLoop()

def line_envelope_output_process.LineEnvelopeOutputProcess.ExecuteBeforeSolutionLoop (   self)

Initialize the list of maximum values.

◆ ExecuteFinalizeSolutionStep()

def line_envelope_output_process.LineEnvelopeOutputProcess.ExecuteFinalizeSolutionStep (   self)

Look for the maximum value.

◆ PrintOutput()

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.

Member Data Documentation

◆ values

line_envelope_output_process.LineEnvelopeOutputProcess.values

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