Home | Trees | Index | Help |
---|
|
PyFoam
: Utility-classes for OpenFOAM
Applications
: Application-Classes
PlotRunner
: Class that implements pyFoamPlotRunner
PlotWatcher
: Class that implements pyFoamPlotWatcher
PyFoamApplication
: Base class for pyFoam-applications
Runner
: Application class that implements pyFoamRunner
SteadyRunner
: Application class that implements pyFoamSteadyRunner
UtilityRunnerApp
: Application class that implements pyFoamUtilityRunner
Basics
: Helper-Classes
BasicFile
: Basic file output
FoamFileGenerator
: Transform a Python data-structure into a
OpenFOAM-File-Representation
FoamOptionParser
: Parse options for the PyFoam-Scripts
GnuplotCompare
: Compare files with Gnuplot
GnuplotFile
: Analyze a file with GNUPLOT-Data
GnuplotTimelines
: Plots a collection of timelines
Helpers
: Utility functions
LineReader
: Read a file line by line
NetworkHelpers
: Helpers for the networking functionality
OutFileCollection
: Collections of output files
OutputFile
: Output of time-dependent data
PlyParser
: Base class for all parser classes based on PLY
PyFoamConfiguration
: Reads configuration-files that define defaults for various
PyFoam-Settings
RingBuffer
: A ring-buffer data structure
TimeLineCollection
: Collection of array of timelines
Utilities
: Utility functions
Execution
: Program execution
AnalyzedCommon
: Common stuff for classes that use analyzers
AnalyzedRunner
: Command is run and output is analyzed
AnalyzedWatcher
: Watches output and analyzes it
BasicRunner
: Run a OpenFOAM command
BasicWatcher
: Watches the output of Foam-run
ConvergenceRunner
: Stop solver at convergence
FoamServer
: A XMLRPC-Server that answeres about the current state of a
Foam-Run
FoamThread
: Thread wrappers for OpenFOAM
GnuplotRunner
: Runner that outputs the residuals of the linear solver with
Gnuplot
ParallelExecution
: Things that are needed for convenient parallel Execution
StepAnalyzedCommon
: Common stuff for classes that do something at every timestep
StepAnalyzedRunner
: An Analyzed Runner that does something at every time-step
StepAnalyzedWatcher
: An Analyzed Runner that does something at every time-step
UtilityRunner
: Run a non-solver utility
FoamInformation
: Getting Information about the Foam-Installation (like the installation
directory)
Infrastructure
: Infrastructure-Classes
Configuration
: Reads configuration-files that define defaults for various
PyFoam-Settings
FoamMetaServer
: A XMLRPC-Server that knows all PyFoam-Runs in its subnet
FoamServer
: A XMLRPC-Server that answeres about the current state of a
Foam-Run
Hardcoded
: Hardcoded values
Logging
: Writes Logfiles
NetworkHelpers
: Helpers for the networking functionality
LogAnalysis
: Log Analysis
BoundingLineAnalyzer
: Check lines for Boundedness
BoundingLogAnalyzer
: Basic log analyer with boundedness
ContextLineAnalyzer
: Line analyzer that finds data n lines after a matching line
ContinuityLineAnalyzer
: Check lines for continuity information
DeltaTLineAnalyzer
: Check lines for timestep information
EchoLineAnalyzer
: Echos a line
EchoLogAnalyzer
: Echos a log
ExecutionTimeLineAnalyzer
: Check for Execution-Time information
FileLineAnalyzer
: Line analyzer with output
FoamLogAnalyzer
: Analyze OpenFOAM logs
GeneralLineAnalyzer
: Line analyzer with output and the capability to store lines
LinearSolverLineAnalyzer
: Analyze information from the linear solver
LogAnalyzerApplication
: Wraps an Analyzer
LogLineAnalyzer
: Base class for analyzing lines
NameFinderLineAnalyzer
: A line analyzer that generates a list of names
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
TimeLineLineAnalyzer
: Line analyzer that collects datga in arrays
UtilityAnalyzer
: Analyze OpenFOAM utility
ValueLineAnalyzer
: Do analysis for a line with values
RunDictionary
: Manipulating the data files
BlockMesh
: Manipulate a blockMeshDict
FileBasis
: Basis for the handling of OpenFOAM-files
ListFile
: File that contains only a list (for instance points)
OldParsedParameterFile
: Parameter file is read into memory and modified there
ParameterFile
: Working with parameter-files
ParsedParameterFile
: Parameter file is read into memory and modified there
SolutionDirectory
: Working with a solution directory
SolutionFile
: Working with solutions
TimeDirectory
: Working with direcotries from a time-step
ThirdParty
: ThirdParty-Packages
PyFoam.Applications.PyFoamApplication.PyFoamApplication
PyFoam.Basics.BasicFile.BasicFile
:
File for data output
PyFoam.Basics.OutputFile.OutputFile
:
output of time dependent data
PyFoam.Basics.FoamFileGenerator.FoamFileGenerator
:
Class that generates a OpenFOAM-compatible representation of a
data-structure
PyFoam.Basics.GnuplotCompare.GnuplotCompare
:
Class that compares a number of files with gnuplot
PyFoam.Basics.GnuplotCompare.GlobGnuplotCompare
:
Wrapper to Gnuplot Compare to compare files with similar names
PyFoam.Basics.GnuplotFile.GnuplotFile
PyFoam.Basics.LineReader.LineReader
:
Read a line from a file
PyFoam.Basics.OutFileCollection.OutFileCollection
:
Collection of output files
PyFoam.Basics.RingBuffer.RingBuffer
:
A data structure that stores a number N of elements.
PyFoam.Basics.TimeLineCollection.TimeLineCollection
PyFoam.Basics.Utilities.Utilities
:
Class with utility methods
PyFoam.RunDictionary.FileBasis.FileBasis
:
Base class for the other OpenFOAM--file-classes
PyFoam.RunDictionary.FileBasis.FileBasisBackup
:
A file with a backup-copy
PyFoam.RunDictionary.BlockMesh.BlockMesh
:
Represents a blockMeshDict
-file
PyFoam.RunDictionary.ParameterFile.ParameterFile
:
Represents a OpenFOAM parameter file
PyFoam.RunDictionary.OldParsedParameterFile.ParsedParameterFile
:
Parameterfile whose complete representation is read into memory, can
be manipulated and afterwards written to disk
PyFoam.RunDictionary.ParsedParameterFile.ParsedParameterFile
:
Parameterfile whose complete representation is read into memory, can
be manipulated and afterwards written to disk
PyFoam.RunDictionary.SolutionFile.SolutionFile
:
Solution data file
PyFoam.RunDictionary.ListFile.ListFile
:
Represents a OpenFOAM file with only a list
PyFoam.Execution.ParallelExecution.LAMMachine
:
Wrapper class for starting an stopping a LAM-Machine
PyFoam.RunDictionary.SolutionDirectory.SolutionDirectory
:
Represents a solution directory
PyFoam.RunDictionary.SolutionDirectory.ChemkinSolutionDirectory
:
Solution directory with a directory for the Chemkin-files
PyFoam.Execution.AnalyzedCommon.AnalyzedCommon
:
This class collects information and methods that are needed for
handling analyzers
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.Execution.AnalyzedWatcher.AnalyzedWatcher
PyFoam.Execution.StepAnalyzedCommon.StepAnalyzedCommon
:
Stuff is performed forevery timestep in the file
PyFoam.Execution.GnuplotRunner.GnuplotCommon
:
Class that collects the Gnuplotting-Stuff for two other classes
PyFoam.Execution.StepAnalyzedRunner.StepAnalyzedRunner
:
The output of a command is analyzed while being run.
PyFoam.Execution.StepAnalyzedWatcher.StepAnalyzedWatcher
:
The output of a command is analyzed while being run.
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.Execution.GnuplotRunner.GnuplotRunner
PyFoam.Execution.StepAnalyzedRunner.StepAnalyzedRunner
:
The output of a command is analyzed while being run.
PyFoam.Execution.BasicRunner.BasicRunnerCheck
:
A small class that does primitve checking for BasicRunner Duplicates
other efforts, but ....
PyFoam.Execution.BasicWatcher.BasicWatcher
:
Base class for watching the output of commands
PyFoam.Execution.AnalyzedWatcher.AnalyzedWatcher
PyFoam.Execution.GnuplotRunner.GnuplotWatcher
PyFoam.Execution.StepAnalyzedWatcher.StepAnalyzedWatcher
:
The output of a command is analyzed while being run.
PyFoam.Execution.FoamServer.FoamAnswerer
:
The class that handles the actual requests (only needed to hide the
Thread-methods from the world
PyFoam.Infrastructure.FoamMetaServer.FoamMetaServer
:
The Metaserver.
PyFoam.Infrastructure.FoamMetaServer.ServerInfo
:
Contains the information about a server
PyFoam.Infrastructure.FoamServer.FoamAnswerer
:
The class that handles the actual requests (only needed to hide the
Thread-methods from the world
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.BoundingLogAnalyzer.BoundingPlotLogAnalyzer
:
This analyzer also checks for bounded solutions
PyFoam.LogAnalysis.StandardLogAnalyzer.StandardPlotLogAnalyzer
:
This analyzer checks the current residuals and generates timelines
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.ContextLineAnalyzer.ContextLineAnalyzer
:
Base class for analyzers that work with a context
PyFoam.LogAnalysis.NameFinderLineAnalyzer.NameFinderLineAnalyzer
:
Class that finds names depending on a context
PyFoam.LogAnalysis.ValueLineAnalyzer.ValueNameFinderLineAnalyzer
:
Finds the names and notifies it's ValueLineAnalyzer
PyFoam.LogAnalysis.EchoLineAnalyzer.EchoLineAnalyzer
:
Test implementation.
PyFoam.LogAnalysis.GeneralLineAnalyzer.GeneralLineAnalyzer
:
Base class for analyzers that write data to files and store
time-lines
PyFoam.LogAnalysis.FileLineAnalyzer.FileLineAnalyzer
:
Base class for analyzers that write data to files
PyFoam.LogAnalysis.ValueLineAnalyzer.ValueLineAnalyzer
:
Parses lines for numeric values
PyFoam.LogAnalysis.BoundingLineAnalyzer.GeneralBoundingLineAnalyzer
:
Parses the line for information about variables being bounded
PyFoam.LogAnalysis.BoundingLineAnalyzer.BoundingLineAnalyzer
:
Parses the line for information about variables being bounded
PyFoam.LogAnalysis.BoundingLineAnalyzer.TimeLineBoundingLineAnalyzer
:
Parses the line for information about variables being bounded
PyFoam.LogAnalysis.ContinuityLineAnalyzer.GeneralContinuityLineAnalyzer
:
Parses line for continuity information
PyFoam.LogAnalysis.ContinuityLineAnalyzer.ContinuityLineAnalyzer
:
Parses line for continuity information
PyFoam.LogAnalysis.ContinuityLineAnalyzer.TimeLineContinuityLineAnalyzer
:
Parses line for continuity information
PyFoam.LogAnalysis.DeltaTLineAnalyzer.GeneralDeltaTLineAnalyzer
:
Parses line for continuity information
PyFoam.LogAnalysis.DeltaTLineAnalyzer.DeltaTLineAnalyzer
:
Parses line for continuity information
PyFoam.LogAnalysis.DeltaTLineAnalyzer.TimeLineDeltaTLineAnalyzer
:
Parses line for continuity information
PyFoam.LogAnalysis.ExecutionTimeLineAnalyzer.GeneralExecutionLineAnalyzer
:
Parses lines for the execution time
PyFoam.LogAnalysis.ExecutionTimeLineAnalyzer.ExecutionTimeLineAnalyzer
:
Parses lines for the execution time
PyFoam.LogAnalysis.ExecutionTimeLineAnalyzer.TimeLineExecutionTimeLineAnalyzer
:
Parses lines for the execution time
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.GeneralLinearSolverLineAnalyzer
:
Parses for information about the linear solver
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.GeneralLinearSolverIterationsLineAnalyzer
:
Parses information about the linear solver and collects the
iterations
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.TimeLineLinearIterationsSolverLineAnalyzer
:
Parses for imformation about the linear solver and collects the
iterations in timelines
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.LinearSolverLineAnalyzer
:
Parses for information about the linear solver
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.TimeLineLinearSolverLineAnalyzer
:
Parses for imformation about the linear solver and collects the
residuals in timelines
PyFoam.LogAnalysis.SimpleLineAnalyzer.GeneralSimpleLineAnalyzer
:
Parses lines for an arbitrary regular expression
PyFoam.LogAnalysis.SimpleLineAnalyzer.SimpleLineAnalyzer
:
Parses lines for an arbitrary regular expression
PyFoam.LogAnalysis.SimpleLineAnalyzer.TimeLineSimpleLineAnalyzer
:
Parses lines for an arbitrary regular expression
PyFoam.LogAnalysis.RegExpLineAnalyzer.RegExpLineAnalyzer
:
Parses lines for an arbitrary regular expression
PyFoam.LogAnalysis.RegExpLineAnalyzer.RegExpTimeLineLineAnalyzer
:
Class that stores results as timelines, too
PyFoam.LogAnalysis.TimeLineLineAnalyzer.TimeLineLineAnalyzer
:
Base class for analyzers that collect data in arrays
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).
PyFoam.RunDictionary.OldParsedParameterFile.FoamFileGenerator
:
Class that generates a OpenFOAM-compatible representation of a
data-structure
PyFoam.RunDictionary.OldParsedParameterFile.FoamFileParser
:
Class that parses a string that contains the contents of an
OpenFOAM-file and bilds a nested structure of directories and lists from
it
PyFoam.RunDictionary.TimeDirectory.TimeDirectory
:
Represents a directory for a timestep
PyFoam.ThirdParty.IPy.IPint
:
Handling of IP addresses returning integers.
PyFoam.ThirdParty.IPy.IP
:
Class for handling IP Addresses and Networks.
PyFoam.ThirdParty.ply.lex.Lexer
PyFoam.ThirdParty.ply.yacc.MiniProduction
PyFoam.ThirdParty.ply.yacc.Parser
PyFoam.ThirdParty.ply.yacc.Production
PyFoam.ThirdParty.ply.yacc.YaccProduction
PyFoam.ThirdParty.ply.yacc.YaccSymbol
__builtin__.object
:
The most base type
PyFoam.ThirdParty.ply.lex.LexToken
PyFoam.Basics.PlyParser.PlyParser
:
Base class for a lexer/parser that has the rules defined as
methods
PyFoam.RunDictionary.ParsedParameterFile.FoamFileParser
:
Class that parses a string that contains the contents of an
OpenFOAM-file and bilds a nested structure of directories and lists from
it
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
exceptions.Exception
:
Common base class for all exceptions.
optparse.OptionContainer
:
Abstract base class.
optparse.OptionParser
:
Class attributes:
standard_option_list : [Option]
list of standard options that will be accepted by all instances
of this parser class (intended to be overridden by subclasses).
PyFoam.Basics.FoamOptionParser.FoamOptionParser
:
Wrapper to the usual OptionParser to honor the conventions of
OpenFOAM-utilities
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 22 23:52:49 2007 | http://epydoc.sf.net |