Skip to content

Commit

Permalink
modify commonxpath and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoValli97 committed May 14, 2024
1 parent b7a810b commit 21b1bc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ceasiompy/utils/commonxpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,9 @@
# PYCYCLE
ENGINE_TYPE_XPATH = CEASIOMPY_XPATH + "/ThermoData"
ENGINE_BC = CEASIOMPY_XPATH + "/BC"

# AVL
AVL_XPATH = CEASIOMPY_XPATH + "/aerodynamics/avl"
AVL_AEROMAP_UID_XPATH = AVL_XPATH + "/aeroMapUID"
AVL_PLOT_XPATH = AVL_XPATH + "/SavePlots"
AVL_VORTEX_DISTR_XPATH = AVL_XPATH + "/VortexDistribution"
2 changes: 1 addition & 1 deletion src/streamlit/pages/01_ ➡_Workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def section_predefined_workflow():
st.markdown("#### Predefined Workflows")

predefine_workflows = [
["PyTornado", "WeightConventional"],
["PyAVL", "SaveAeroCoefficients"],
["CPACS2GMSH", "SU2Run", "SkinFriction"],
["CPACS2GMSH", "ThermoData", "SU2Run"],
["CPACS2SUMO", "SUMOAutoMesh", "SU2Run", "ExportCSV"],
Expand Down

0 comments on commit 21b1bc5

Please sign in to comment.