Skip to content

Commit

Permalink
Error from parametric_static_mixer_3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed May 4, 2022
1 parent 802f87e commit a755829
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions examples/01-parametric/parametric_static_mixer_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,10 @@
data_frame = pd.read_csv(design_point_table_study_2)
print(data_frame)

session.exit()

#########################################################################
# Access a new parametric session using the flprj saved earlier

project_session_filepath = str(
Path(pyfluent.EXAMPLES_PATH) / "static_mixer_study_save_as.flprj"
)
new_session = ParametricSession(project_filepath=project_session_filepath)
# project_session_filepath = str(
# Path(pyfluent.EXAMPLES_PATH) / "static_mixer_study_save_as.flprj"
# )
# new_session = ParametricSession(project_filepath=project_session_filepath)

0 comments on commit a755829

Please sign in to comment.