Skip to content

Commit

Permalink
changed back to copy bmsh and aboc to /grid folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mengmengzhang2019 committed Jan 27, 2024
1 parent fb5dd24 commit 5f5041f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ceasiompy/EdgeRun/func/edgeconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def edge_cfd(cpacs_path, cpacs_out_path, wkdir):
raise FileNotFoundError(f"M-Edge mesh file {edge_mesh} not found")
# copy edge_mesh and edge_aboc file to the Working directory

#grid_folder = Path(wkdir, "grid") # Commented by Mengmeng Zhang
grid_folder = Path(wkdir) # Added by Mengmeng Zhang
grid_folder = Path(wkdir, "grid")
#grid_folder = Path(wkdir) # Added by Mengmeng Zhang
to_grid = grid_folder / edge_mesh.name
to_aboc = grid_folder / edge_aboc.name

Expand Down

0 comments on commit 5f5041f

Please sign in to comment.