PyFoam.Applications.CommonSelectTimesteps module¶
Class that implements common functionality for selecting timesteps
-
class
PyFoam.Applications.CommonSelectTimesteps.CommonSelectTimesteps[source]¶ Bases:
objectThis class compiles a list of timesteps that should be processed
-
__dict__= mappingproxy({'__init__': <function CommonSelectTimesteps.__init__>, 'processTimestepOptions': <function CommonSelectTimesteps.processTimestepOptions>, '__weakref__': <attribute '__weakref__' of 'CommonSelectTimesteps' objects>, '__module__': 'PyFoam.Applications.CommonSelectTimesteps', '__dict__': <attribute '__dict__' of 'CommonSelectTimesteps' objects>, 'addOptions': <function CommonSelectTimesteps.addOptions>, '__doc__': '\n This class compiles a list of timesteps that should be processed\n '})¶
-
__module__= 'PyFoam.Applications.CommonSelectTimesteps'¶
-
__weakref__¶ list of weak references to the object (if defined)
-