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)
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)