Home | Trees | Indices | Help |
---|
|
1 # ICE Revision: $Id: /local/openfoam/Python/PyFoam/PyFoam/__init__.py 8489 2013-11-03T19:15:58.198885Z bgschaid $ 2 """ Utility-classes for OpenFOAM 3 4 Module for the Execution of OpenFOAM-commands and processing their output 5 """ 6 7 from PyFoam.Infrastructure.Configuration import Configuration 8 12 # return (0,6,3,"development") 13 25 29 30 _configuration = Configuration() 31 35 36 # Should work with Python3 and Python2 37
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Nov 4 00:56:09 2013 | http://epydoc.sourceforge.net |