Open millerj97 opened 2 days ago
@prmukherj I am working through the examples so will track any issues here, unless you know of any existing issues to fix the examples?
These are settings API changes from 24.2 to 25.1 and there is no backward compatibility entry for these settings.
But, anyway, the documentation examples should reflect the latest settings API. We shall upgrade the Fluent version to 25.1 for doc build after FCA.
The lack of backward compatibility is a major concern. We have told ACE that the API is fully covered by backward compatibility which would have been disseminated to customers. I believe that this is also mentioned in our documentation.
Regarding appropriate suggestions, I note that diffuse_irradiation_settings.
seems to be provided as a distinct suggestion from diffuse_irradiation_settings
? I wasn't able to reconcile some of the other comments about the suggestions with the output that is provided.
@millerj97 @mkundu1
@cj-hodgson
🔍 Before submitting the issue
🐞 Description of the bug
some of the commands in the documentation examples are no longer working;
Boundary Conditions
;It also worth noting in the above example, the
did you mean
prompt suggestssolar_irradiation
. But the original command wasdirect_irradiation
, andmost similar names
containsdirect_irradiation_settings
. Would this not be the appropriate suggestion?example https://fluent.docs.pyansys.com/version/stable/examples/00-fluent/parametric_static_mixer_1.html - cannot find the saved flprj file despite saving successful message? for step "Launch Fluent and read saved project"
solver_session.settings.file.parametric_project.save_as( project_filename=project_filepath )
solver_session.exit()>>> >>> ... ... Current working directory is "pyfl_examples_251/parametric_static_mixer_1/pyfluent_run/project_1.cffdb"
Project saved successfully at "ansys_fluent_core_examples/static_mixer_study_save.flprj"
project_filepath_read = str(Path(pyfluent.EXAMPLES_PATH) / "static_mixer_study.flprj")
solver_session.settings.file.parametric_project.open( project_filename=project_filepath_read, load_case=True )... ... nohup: appending output to 'nohup.out'