예제 #1
0
 def editSolverInputFile(self):
     case_path = os.path.join(self.working_dir,
                              self.solver_object.InputCaseName)
     self.consoleMessage(
         "Please edit the case input files externally at: {}\n".format(
             case_path))
     CfdTools.openFileManager(case_path)
예제 #2
0
 def editMesh(self):
     case_path = self.cart_mesh.meshCaseDir
     self.consoleMessage(
         "Please edit the case input files externally at: {}\n".format(
             case_path))
     CfdTools.openFileManager(case_path)