Home
Trees
Indices
Help
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
ConfigParser.RawConfigParser
ConfigParser.ConfigParser
PyFoam.Infrastructure.Configuration.Configuration
:
Reads the settings from files (if existing).
PyFoam.Basics.PyFoamConfiguration.PyFoamConfiguration
:
Reads the settings from files (if existing).
PyFoam.Basics.DataStructures.Dimension
PyFoam.Basics.DataStructures.Field
PyFoam.Basics.DataStructures.Vector
PyFoam.Execution.FoamServer.FoamAnswerer
:
The class that handles the actual requests (only needed to hide the Thread-methods from the world
PyFoam.Infrastructure.Logging.DummyLogger
PyFoam.RunDictionary.MeshInformation.MeshInformation
:
Reads Information about the mesh on demand
PyFoam.ThirdParty.Gnuplot.Gnuplot
PyFoam.Basics.GnuplotTimelines.GnuplotTimelines
:
This class opens a gnuplot window and plots a timelines-collection in it
PyFoam.ThirdParty.Gnuplot.PlotItems.PlotItem
:
Plotitem represents an item that can be plotted by gnuplot.
PyFoam.ThirdParty.Gnuplot.PlotItems.Func
:
Represents a mathematical expression to plot.
PyFoam.ThirdParty.Gnuplot.PlotItems._FileItem
:
A PlotItem representing a file that contains gnuplot data.
PyFoam.ThirdParty.Gnuplot.PlotItems._TempFileItem
PyFoam.ThirdParty.Gnuplot.PlotItems._InlineFileItem
:
A _FileItem that actually indicates inline data.
PyFoam.ThirdParty.Gnuplot.PlotItems._FIFOFileItem
:
A _FileItem based on a FIFO (named pipe).
PyFoam.ThirdParty.Gnuplot.PlotItems._unset
:
Used to represent unset keyword arguments.
PyFoam.ThirdParty.Gnuplot._Gnuplot.Gnuplot
:
Interface to a gnuplot program.
PyFoam.ThirdParty.Gnuplot._Gnuplot._GnuplotFile
:
A file to which gnuplot commands can be written.
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.Miscellaneous_Events
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.Miscellaneous_Events
PyFoam.ThirdParty.Gnuplot.gp_mac._GNUPLOT
:
Start a gnuplot program and emulate a pipe to it.
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.Standard_Suite
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.Standard_Suite
PyFoam.ThirdParty.Gnuplot.gp_mac._GNUPLOT
:
Start a gnuplot program and emulate a pipe to it.
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.gnuplot_Suite
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.gnuplot_Suite
PyFoam.ThirdParty.Gnuplot.gp_mac._GNUPLOT
:
Start a gnuplot program and emulate a pipe to it.
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.odds_and_ends
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.odds_and_ends
PyFoam.ThirdParty.Gnuplot.gp_mac._GNUPLOT
:
Start a gnuplot program and emulate a pipe to it.
PyFoam.ThirdParty.Gnuplot.gp_cygwin.GnuplotOpts
:
The configuration options for gnuplot under windows.
PyFoam.ThirdParty.Gnuplot.gp_cygwin.GnuplotProcess
:
Unsophisticated interface to a running gnuplot program.
PyFoam.ThirdParty.Gnuplot.gp_java.GnuplotOpts
:
The configuration options for gnuplot on generic platforms.
PyFoam.ThirdParty.Gnuplot.gp_java.GnuplotProcess
:
Unsophisticated interface to a running gnuplot program.
PyFoam.ThirdParty.Gnuplot.gp_mac.GnuplotOpts
:
The configuration options for gnuplot on the Macintosh.
PyFoam.ThirdParty.Gnuplot.gp_mac.GnuplotProcess
:
Unsophisticated interface to a running gnuplot program.
PyFoam.ThirdParty.Gnuplot.gp_macosx.GnuplotOpts
:
The configuration options for gnuplot on Mac OS X.
PyFoam.ThirdParty.Gnuplot.gp_macosx.GnuplotProcess
:
Unsophisticated interface to a running gnuplot program.
PyFoam.ThirdParty.Gnuplot.gp_unix.GnuplotOpts
:
The configuration options for gnuplot on generic platforms.
PyFoam.ThirdParty.Gnuplot.gp_unix.GnuplotProcess
:
Unsophisticated interface to a running gnuplot program.
PyFoam.ThirdParty.Gnuplot.gp_win32.GnuplotOpts
:
The configuration options for gnuplot under windows.
PyFoam.ThirdParty.Gnuplot.gp_win32.GnuplotProcess
:
Unsophisticated interface to a running gnuplot program.
PyFoam.ThirdParty.Gnuplot.termdefs.Arg
:
Process terminal subargs and return a command fragment.
PyFoam.ThirdParty.Gnuplot.termdefs.ArgOneParam
:
Arg abstract base class specialized for exactly one parameter.
PyFoam.ThirdParty.Gnuplot.termdefs.BareStringArg
:
An arbitrary argument output without quotes.
PyFoam.ThirdParty.Gnuplot.termdefs.BooleanArg
:
An argument that takes a true/false value.
PyFoam.ThirdParty.Gnuplot.termdefs.KeywordArg
:
Represent an argument that must be passed as a keyword to gnuplot.
PyFoam.ThirdParty.Gnuplot.termdefs.StringArg
:
An option taking a quoted string argument.
PyFoam.ThirdParty.Gnuplot.termdefs.KeywordOrBooleanArg
:
Allow a keyword arg to be specified either as a keyword or a boolean.
PyFoam.ThirdParty.Gnuplot.termdefs.MutuallyExclusiveArgs
:
A group of args, of which either zero or one may be set, but not more.
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.lex.object
PyFoam.ThirdParty.ply.lex.LexToken
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
Required_Suite.Required_Suite
PyFoam.ThirdParty.Gnuplot.gp_mac._GNUPLOT
:
Start a gnuplot program and emulate a pipe to it.
SimpleXMLRPCServer.SimpleXMLRPCDispatcher
:
Mix-in class that dispatches XML-RPC requests.
SimpleXMLRPCServer.SimpleXMLRPCServer
:
Simple XML-RPC server.
PyFoam.Infrastructure.ServerBase.ServerBase
:
The Base class for the servers
SocketServer.BaseServer
:
Base class for server classes.
SocketServer.TCPServer
:
Base class for various socket-based server classes.
SimpleXMLRPCServer.SimpleXMLRPCServer
:
Simple XML-RPC server.
PyFoam.Infrastructure.ServerBase.ServerBase
:
The Base class for the servers
aetools.ComponentItem
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.application
:
application - An application program
aetools.ComponentItem
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.document
:
document - A Document
aetools.ComponentItem
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.window
:
window - A Window
aetools.ComponentItem
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.graph
:
graph - graph - a subclass of window
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.zoomed
:
zoomed - Is the window zoomed?
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.floating
:
floating - Does the window float?
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.zoomable
:
zoomable - Is the window zoomable?
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.modified
:
modified - Has the document been modified since the last save?
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.titled
:
titled - Does the window have a title bar?
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.picture
:
picture - gnuplot graph in "PICT" format
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.position
:
position - upper left coordinates of window
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.index
:
index - the number of the window
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.modal
:
modal - Is the window modal?
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.closeable
:
closeable - Does the window have a close box?
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.resizable
:
resizable - Is the window resizable?
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.visible
:
visible - is the window visible?
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.bounds
:
bounds - the boundary rectangle for the window
aetools.NProperty
PyFoam.ThirdParty.Gnuplot.gnuplot_Suites.name
:
name - the title of the window
aetools.TalkTo
PyFoam.ThirdParty.Gnuplot.gp_mac._GNUPLOT
:
Start a gnuplot program and emulate a pipe to it.
exceptions.Exception
:
Common base class for all exceptions.
PyFoam.ThirdParty.Gnuplot.Errors.Error
:
All our exceptions are derived from this one.
PyFoam.ThirdParty.Gnuplot.Errors.DataError
:
Raised for data in the wrong format
PyFoam.ThirdParty.Gnuplot.Errors.OptionError
:
Raised for unrecognized option(s)
PyFoam.ThirdParty.ply.lex.LexError
PyFoam.ThirdParty.ply.yacc.YaccError
java.lang.Thread
PyFoam.ThirdParty.Gnuplot.gp_java.OutputProcessor
:
In a separate thread, read from one InputStream and output to a file.
object
:
The most base type
threading._Verbose
threading.Thread
PyFoam.Infrastructure.FoamMetaServer.MetaChecker
:
Checks regularily whether the registered Servers are still alive
PyFoam.Infrastructure.FoamMetaServer.MetaCollector
:
Scans the net in a separate thread
PyFoam.Execution.FoamServer.FoamServer
:
This is the class that serves the requests about the FOAM-Run
PyFoam.Infrastructure.FoamServer.FoamServer
:
This is the class that serves the requests about the FOAM-Run
PyFoam.Execution.FoamThread.FoamThread
:
Thread running an OpenFOAM command
PyFoam.RunDictionary.TimeDirectory.TimeDirectory
:
Represents a directory for a timestep
PyFoam.Basics.BasicFile.BasicFile
:
File for data output
PyFoam.Basics.OutputFile.OutputFile
:
output of time dependent data
PyFoam.LogAnalysis.FoamLogAnalyzer.FoamLogAnalyzer
:
Base class for all analyzers
PyFoam.LogAnalysis.StandardLogAnalyzer.StandardLogAnalyzer
:
The analyzer for the most common OpenFOAM solvers
PyFoam.LogAnalysis.StandardLogAnalyzer.StandardPlotLogAnalyzer
:
This analyzer checks the current residuals and generates timelines
PyFoam.LogAnalysis.BoundingLogAnalyzer.BoundingLogAnalyzer
:
This analyzer also checks for bounded solutions
PyFoam.LogAnalysis.BoundingLogAnalyzer.BoundingPlotLogAnalyzer
:
This analyzer also checks for bounded solutions
PyFoam.LogAnalysis.EchoLogAnalyzer.EchoLogAnalyzer
:
Trivial analyzer.
PyFoam.LogAnalysis.UtilityAnalyzer.UtilityAnalyzer
:
Analyzer for non-solver Utilities
PyFoam.ThirdParty.ply.lex.LexToken
PyFoam.Basics.FoamFileGenerator.FoamFileGenerator
:
Class that generates a OpenFOAM-compatible representation of a data-structure
PyFoam.Applications.Comparator.ComparatorData
:
The object that holds the actual data
PyFoam.Basics.RingBuffer.RingBuffer
:
A data structure that stores a number N of elements.
PyFoam.Basics.OutFileCollection.OutFileCollection
:
Collection of output files
PyFoam.Infrastructure.FoamMetaServer.FoamMetaServer
:
The Metaserver.
PyFoam.Applications.Comparator.Command
:
Abstract base class of all commands
PyFoam.Applications.Comparator.CopyLogCommand
:
Copies the log file to the results
PyFoam.Applications.Comparator.FoamCommand
:
Executes a OpenFOAM-utility
PyFoam.Applications.Comparator.FoamUtilityCommand
:
Executes a OpenFOAM-utility and extracts information
PyFoam.Applications.Comparator.LastResultCommand
:
Copies the result of the last time-step to the resultsd directory
PyFoam.Applications.Comparator.SetDictionaryCommand
:
Sets value in the chains dictionaries
PyFoam.Applications.Comparator.GenericCommand
:
Executes a shell command
PyFoam.Applications.Comparator.DictionaryCommand
:
Returns values from the chains dictionaries
PyFoam.Applications.Comparator.SetterCommand
:
Common class for commands that operate on dictionaries
PyFoam.Applications.Comparator.FieldSetterCommand
:
Common class for commands that set values on fields
PyFoam.Applications.Comparator.BoundaryCommand
:
Sets a boundary condition
PyFoam.Applications.Comparator.InitialCommand
:
Sets an initial condition
PyFoam.Applications.Comparator.DictWriteCommand
:
Writes a value to a dictionary
PyFoam.Applications.Comparator.DerivedCommand
:
Derives an additional value
PyFoam.Basics.LineReader.LineReader
:
Read a line from a file
PyFoam.Execution.BasicWatcher.BasicWatcher
:
Base class for watching the output of commands
PyFoam.Execution.StepAnalyzedWatcher.StepAnalyzedWatcher
:
The output of a command is analyzed while being run.
PyFoam.Execution.AnalyzedWatcher.AnalyzedWatcher
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.UtilityRunner.UtilityRunner
:
To this runner regular expressions can be added.
PyFoam.Execution.ConvergenceRunner.ConvergenceRunner
:
It is assumed that the provided solver is a steady state solver.
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.LogAnalysis.LogAnalyzerApplication.LogAnalyzerApplication
:
Wrapper for the Analyzer Classes
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.ChemkinFiles.ChemkinReactionsFile
:
Parses a Chemkin-Reaction-File and makes it available
PyFoam.RunDictionary.ParameterFile.ParameterFile
:
Represents a OpenFOAM parameter file
PyFoam.RunDictionary.ParsedParameterFile.ParsedParameterFile
:
Parameterfile whose complete representation is read into memory, can be manipulated and afterwards written to disk
PyFoam.RunDictionary.ParsedParameterFile.ParsedBoundaryDict
:
Convenience class that parses only a OpenFOAM polyMesh-boundaries file
PyFoam.RunDictionary.BoundaryDict.BoundaryDict
:
Handles data in a boundary-File
PyFoam.RunDictionary.ParsedBlockMeshDict.ParsedBlockMeshDict
:
A parsed version of a blockMeshDict-file.
PyFoam.RunDictionary.ChemkinFiles.ChemkinThermoFile
:
Parses a Chemkin-Thermo-File and makes it available
PyFoam.RunDictionary.SolutionFile.SolutionFile
:
Solution data file
PyFoam.RunDictionary.ListFile.ListFile
:
Represents a OpenFOAM file with only a list
PyFoam.RunDictionary.SolutionDirectory.SolutionDirectory
:
Represents a solution directory
PyFoam.RunDictionary.SolutionDirectory.ChemkinSolutionDirectory
:
Solution directory with a directory for the Chemkin-files
PyFoam.Execution.ParallelExecution.LAMMachine
:
Wrapper class for starting an stopping a LAM-Machine
PyFoam.Applications.PyFoamApplication.PyFoamApplication
PyFoam.Applications.CreateBoundaryPatches.CreateBoundaryPatches
PyFoam.Applications.WriteDictionary.WriteDictionary
PyFoam.Applications.ClearCase.ClearCase
PyFoam.Applications.SteadyRunner.SteadyRunner
PyFoam.Applications.Comparator.Comparator
PyFoam.Applications.Decomposer.Decomposer
PyFoam.Applications.PackCase.PackCase
PyFoam.Applications.Runner.Runner
PyFoam.Applications.CloneCase.CloneCase
PyFoam.Applications.ReadDictionary.ReadDictionary
PyFoam.Applications.MeshUtilityRunner.MeshUtilityRunner
PyFoam.Applications.Benchmark.Benchmark
PyFoam.Applications.UtilityRunnerApp.UtilityRunnerApp
PyFoam.Applications.Comparator.Variation
:
Represenrs one variation
PyFoam.Infrastructure.FoamMetaServer.ServerInfo
:
Contains the information about a server
PyFoam.Basics.GnuplotFile.GnuplotFile
PyFoam.Applications.Comparator.CommandChain
:
Abstract base class for a number of commands
PyFoam.Applications.Comparator.EvaluationChain
:
Chain of evaluation commands
PyFoam.Applications.Comparator.PreparationChain
:
Chain of Preparation commands
dict
:
dict() -> new empty dictionary.
PyFoam.Basics.DataStructures.DictProxy
:
A class that acts like a dictionary, but preserves the order of the entries.
PyFoam.Basics.PlyParser.PlyParser
:
Base class for a lexer/parser that has the rules defined as methods
PyFoam.RunDictionary.ChemkinFiles.ChemkinParser
:
Overclass for the Chemkin-Parsers
PyFoam.RunDictionary.ChemkinFiles.ChemkinReactionsParser
:
Class that parses a string that contains the contents of an Chemkin-Reactions-file and builds a nested structure of directories and lists from it
PyFoam.RunDictionary.ChemkinFiles.ChemkinThermoParser
:
Class that parses a string that contains the contents of an Chemkin-Thermo-file and builds a nested structure of directories and lists from it
PyFoam.RunDictionary.ParsedParameterFile.FoamFileParser
:
Class that parses a string that contains the contents of an OpenFOAM-file and builds a nested structure of directories and lists from it
PyFoam.RunDictionary.ParsedParameterFile.FoamStringParser
:
Convenience class that parses only a headerless OpenFOAM dictionary
PyFoam.Infrastructure.FoamServer.FoamAnswerer
:
The class that handles the actual requests (only needed to hide the Thread-methods from the world
PyFoam.Execution.AnalyzedCommon.AnalyzedCommon
:
This class collects information and methods that are needed for handling analyzers
PyFoam.Execution.StepAnalyzedCommon.StepAnalyzedCommon
:
Stuff is performed forevery timestep in the file
PyFoam.Execution.StepAnalyzedWatcher.StepAnalyzedWatcher
:
The output of a command is analyzed while being run.
PyFoam.Execution.StepAnalyzedRunner.StepAnalyzedRunner
:
The output of a command is analyzed while being run.
PyFoam.Execution.AnalyzedRunner.AnalyzedRunner
:
The output of a command is analyzed while being run
PyFoam.Execution.UtilityRunner.UtilityRunner
:
To this runner regular expressions can be added.
PyFoam.Execution.ConvergenceRunner.ConvergenceRunner
:
It is assumed that the provided solver is a steady state solver.
PyFoam.Execution.AnalyzedWatcher.AnalyzedWatcher
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.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.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.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.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.TimeLineLineAnalyzer.TimeLineLineAnalyzer
:
Base class for analyzers that collect data in arrays
PyFoam.LogAnalysis.RegExpLineAnalyzer.RegExpLineAnalyzer
:
Parses lines for an arbitrary regular expression
PyFoam.LogAnalysis.RegExpLineAnalyzer.RegExpTimeLineLineAnalyzer
:
Class that stores results as timelines, too
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.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.EchoLineAnalyzer.EchoLineAnalyzer
:
Test implementation.
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.LogAnalysis.SteadyConvergedLineAnalyzer.SteadyConvergedLineAnalyzer
:
Checks whether a Steady-solver has converged
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.TimeLineCollection.TimeLineCollection
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
Indices
Help
Generated by Epydoc 3.0alpha3 on Wed Aug 29 19:07:48 2007
http://epydoc.sourceforge.net