We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ec17c commit b297bacCopy full SHA for b297bac
examples/01-parametric/parametric_static_mixer_2.py
@@ -69,4 +69,9 @@
69
project_filepath_export = str(
70
Path(pyfluent.EXAMPLES_PATH) / "static_mixer_study_export.flprj"
71
)
72
-proj.export(project_filepath=project_filepath_export)
+proj.export(project_filepath=project_filepath_export)
73
+
74
+#########################################################################
75
+# Archive the current project
76
77
+proj.archive()
0 commit comments