PyFoam.Applications.DisplayBlockMeshQt module¶
New implementation of DisplayBlockMesh using PyQT4
-
class
PyFoam.Applications.DisplayBlockMeshQt.
DisplayBlockMesh
[source]¶ Bases:
PyFoam.Applications.PyFoamApplicationQt4.PyFoamApplicationQt4
,PyFoam.Applications.CommonTemplateFormat.CommonTemplateFormat
-
__init__
()[source]¶ Parameters: - description – description of the command
- usage – Usage
- interspersed – Is the command line allowed to be interspersed (options after the arguments)
- args – Command line arguments when using the Application as a ‘class’ from a script
- nr – Number of required arguments
- changeVersion – May this application change the version of OF used?
- exactNr – Must not have more than the required number of arguments
-
__module__
= 'PyFoam.Applications.DisplayBlockMeshQt'¶
-
-
class
PyFoam.Applications.DisplayBlockMeshQt.
DisplayBlockMeshDialog
(fName, valuesFile=None, opts=None)[source]¶ Bases:
PyQt4.QtGui.QMainWindow
-
__init__
(fName, valuesFile=None, opts=None)[source]¶ x.__init__(…) initializes x; see help(type(x)) for signature
-
__module__
= 'PyFoam.Applications.DisplayBlockMeshQt'¶
-
-
class
PyFoam.Applications.DisplayBlockMeshQt.
ReportToThreadRunner
(argv, thread)[source]¶ Bases:
PyFoam.Execution.BasicRunner.BasicRunner
-
__init__
(argv, thread)[source]¶ Parameters: argv – list with the tokens that are the command line if not set the standard command line is used :param silent: if True no output is sent to stdout :param logname: name of the logfile :param compressLog: Compress the logfile into a gzip :param lam: Information about a parallel run :param server: Whether or not to start the network-server :type lam: PyFoam.Execution.ParallelExecution.LAMMachine :param noLog: Don’t output a log file :param logTail: only the last lines of the log should be written :param remark: User defined remark about the job :param parameters: User defined dictionary with parameters for
documentation purposesParameters: - jobId – Job ID of the controlling system (Queueing system)
- writeState – Write the state to some files in the case
- echoCommandLine – Prefix that is printed with the command line. If unset nothing is printed
-
__module__
= 'PyFoam.Applications.DisplayBlockMeshQt'¶
-