diff --git a/examples/01-parametric/parametric_static_mixer_2.py b/examples/01-parametric/parametric_static_mixer_2.py index bef3ebc23bf5..9a42c4e60c80 100755 --- a/examples/01-parametric/parametric_static_mixer_2.py +++ b/examples/01-parametric/parametric_static_mixer_2.py @@ -69,4 +69,9 @@ project_filepath_export = str( Path(pyfluent.EXAMPLES_PATH) / "static_mixer_study_export.flprj" ) -proj.export(project_filepath=project_filepath_export) \ No newline at end of file +proj.export(project_filepath=project_filepath_export) + +######################################################################### +# Archive the current project + +proj.archive()