Skip to content

Commit

Permalink
changed/updated edge_solver
Browse files Browse the repository at this point in the history
  • Loading branch information
mengmengzhang2019 committed Jan 29, 2024
1 parent 279be83 commit 6d2d532
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ceasiompy/EdgeRun/func/edgeconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ def edge_cfd(cpacs_path, cpacs_out_path, wkdir):
NGRID = int(get_value_or_default(cpacs.tixi, EDGE_MG_LEVEL_XPATH, 1))
NPART = int(get_value_or_default(cpacs.tixi, EDGE_NB_CPU_XPATH, 128))

edge_solver = get_value_or_default(cpacs.tixi, EDGE_SOLVER_XPATH,"Euler")
print(f'edge_solver: {edge_solver}')
edge_solver = get_value_or_default(cpacs.tixi, EDGE_SOLVER_XPATH,"Euler")
if edge_solver == "Euler":
INSEUL = 0
elif edge_solver == "RANS":
Expand Down

0 comments on commit 6d2d532

Please sign in to comment.