Home | Trees | Index | Help |
---|
|
PyFoam
: Utility-classes for OpenFOAM
Basics
: Helper-Classes
BasicFile
: Basic file output
Helpers
: Utility functions
LineReader
: Read a file line by line
OutFileCollection
: Collections of output files
OutputFile
: Output of time-dependent data
Utilities
: Utility functions
Execution
: Program execution
AnalyzedRunner
: Command is run and output is analyzed
BasicRunner
: Run a OpenFOAM command
ConvergenceRunner
: Stop solver at convergence
FoamThread
: Thread wrappers for OpenFOAM
UtilityRunner
: Run a non-solver utility
LogAnalysis
: Log Analysis
BoundingLineAnalyzer
: Check lines for Boundedness
BoundingLogAnalyzer
: Basic log analyer with boundedness
ContinuityLineAnalyzer
: Check lines for continuity information
EchoLineAnalyzer
: Echos a line
EchoLogAnalyzer
: Echos a log
ExecutionTimeLineAnalyzer
: Check for Execution-Time information
FileLineAnalyzer
: Line analyzer with output
FoamLogAnalyzer
: Analyze OpenFOAM logs
LinearSolverLineAnalyzer
: Analyze information from the linear solver
LogAnalyzerApplication
: Wraps an Analyzer
LogLineAnalyzer
: Base class for analyzing lines
RegExpLineAnalyzer
: Analyzes lines with regular expressions
SimpleLineAnalyzer
: Do analysis for simple expressions
StandardLogAnalyzer
: Analyze standard solver
SteadyConvergedLineAnalyzer
: Analyze Steady Solver
TimeLineAnalyzer
: Analyze Line for Time
UtilityAnalyzer
: Analyze OpenFOAM utility
RunDictionary
: Manipulating the data files
FileBasis
: Basis for the handling of OpenFOAM-files
ParameterFile
: Working with parameter-files
SolutionDirectory
: Working with a solution directory
SolutionFile
: Working with solutions
PyFoam.Basics.BasicFile.BasicFile
:
File for data output
PyFoam.Basics.OutputFile.OutputFile
:
output of time dependent data
PyFoam.Basics.LineReader.LineReader
:
Read a line from a file
PyFoam.Basics.OutFileCollection.OutFileCollection
:
Collection of output files
PyFoam.Basics.Utilities.Utilities
:
Class with utility methods
PyFoam.RunDictionary.FileBasis.FileBasis
:
Base class for the other OpenFOAM--file-classes
PyFoam.RunDictionary.ParameterFile.ParameterFile
:
Represents a OpenFOAM parameter file
PyFoam.RunDictionary.SolutionFile.SolutionFile
:
Solution data file
PyFoam.RunDictionary.SolutionDirectory.SolutionDirectory
:
Represents a solution directory
PyFoam.Execution.BasicRunner.BasicRunner
:
Base class for the running of commands
PyFoam.Execution.AnalyzedRunner.AnalyzedRunner
:
The output of a command is analyzed while being run
PyFoam.Execution.ConvergenceRunner.ConvergenceRunner
:
It is assumed that the provided solver is a steady state solver.
PyFoam.Execution.UtilityRunner.UtilityRunner
:
To this runner regular expressions can be added.
PyFoam.LogAnalysis.FoamLogAnalyzer.FoamLogAnalyzer
:
Base class for all analyzers
PyFoam.LogAnalysis.EchoLogAnalyzer.EchoLogAnalyzer
:
Trivial analyzer.
PyFoam.LogAnalysis.StandardLogAnalyzer.StandardLogAnalyzer
:
The analyzer for the most common OpenFOAM solvers
PyFoam.LogAnalysis.BoundingLogAnalyzer.BoundingLogAnalyzer
:
This analyzer also checks for bounded solutions
PyFoam.LogAnalysis.UtilityAnalyzer.UtilityAnalyzer
:
Analyzer for non-solver Utilities
PyFoam.LogAnalysis.LogAnalyzerApplication.LogAnalyzerApplication
:
Wrapper for the Analyzer Classes
PyFoam.LogAnalysis.LogLineAnalyzer.LogLineAnalyzer
:
Base class for the analysis of all lines from a OpenFOAM-log
PyFoam.LogAnalysis.EchoLineAnalyzer.EchoLineAnalyzer
:
Test implementation.
PyFoam.LogAnalysis.FileLineAnalyzer.FileLineAnalyzer
:
Base class for analyzers that write data to files
PyFoam.LogAnalysis.BoundingLineAnalyzer.BoundingLineAnalyzer
:
Parses the line for information about variables being bounded
PyFoam.LogAnalysis.ContinuityLineAnalyzer.ContinuityLineAnalyzer
:
Parses line for continuity information
PyFoam.LogAnalysis.ExecutionTimeLineAnalyzer.ExecutionTimeLineAnalyzer
:
Parses lines for the execution time
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.LinearSolverLineAnalyzer
:
Parses for information about the linear solver
PyFoam.LogAnalysis.RegExpLineAnalyzer.RegExpLineAnalyzer
:
Parses lines for an arbitrary regular expression
PyFoam.LogAnalysis.SimpleLineAnalyzer.SimpleLineAnalyzer
:
Parses lines for an arbitrary regular expression
PyFoam.LogAnalysis.SteadyConvergedLineAnalyzer.SteadyConvergedLineAnalyzer
:
Checks whether a Steady-solver has converged
PyFoam.LogAnalysis.TimeLineAnalyzer.TimeLineAnalyzer
:
Parses the line for the current time and makes it available to the
parent analyzer (who makes it available to all of his children).
__builtin__.object
:
The most base type
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
threading._Verbose
threading.Thread
PyFoam.Execution.FoamThread.FoamThread
:
Thread running an OpenFOAM command
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 15 20:51:54 2005 | http://epydoc.sf.net |