コード例 #1
0
ファイル: foam2visu.py プロジェクト: asimurzin/hybridFlu
 def __init__( self, the_case_dir = None, the_output_mesh_name = None ) :
     """
     Constructs instance of this class
     """
     # Construct the base class first
     TFilePostProcessor.__init__( self )
     
     self.output_mesh_name = the_output_mesh_name
     self.case_dir = the_case_dir
     pass