Skip to content

Commit

Permalink
edge solver path
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Jan 29, 2024
1 parent 0257ecc commit 673bcef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ceasiompy/EdgeRun/__specs__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
EDGE_MG_LEVEL_XPATH,
EDGE_NB_CPU_XPATH,
EDGE_MESH_XPATH,
EDGE_SOLVER,
EDGE_SOLVER_XPATH,
)
from ceasiompy.utils.moduleinterfaces import CPACSInOut

Expand Down Expand Up @@ -170,7 +170,7 @@
default_value=["Euler", "RANS"],
unit="1",
descr="Chose if perform a RANS or an Euler calculation",
xpath=EDGE_SOLVER,
xpath=EDGE_SOLVER_XPATH,
gui=True,
gui_name="Solver for calculation",
gui_group="EDGE parameters",
Expand Down
1 change: 0 additions & 1 deletion ceasiompy/utils/commonxpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
EDGE_CFL_NB_XPATH = EDGE_XPATH + "/settings/cflNumber/value"
EDGE_MG_LEVEL_XPATH = EDGE_XPATH + "/settings/multigridLevel"
EDGE_FIXED_CL_XPATH = EDGE_XPATH + "/fixedCL"
EDGE_SOLVER = EDGE_XPATH + "/solver"
EDGE_ABOC_XPATH = EDGE_XPATH + "/boundary_condition"

# RANGE
Expand Down

0 comments on commit 673bcef

Please sign in to comment.