docs: Build nightly dev docs with Fluent 25.2#3736
Conversation
|
@hpohekar Can you please check the tutorial failure in the dev doc CI run with this branch? Please log defects for any 25.2 specific issues. https://github.com/ansys/pyfluent/actions/runs/13315355537/job/37187888544 |
@mkundu1 Are you able to execute this script successfully for 25R2 on your local machine ? |
Not yet, I'll check today |
9da0f9e to
261a1fb
Compare
|
Dev docs run passed - https://github.com/ansys/pyfluent/actions/runs/13336712661 |
| print(f"Mass diffusivity value: {mixture_material.mass_diffusivity.value()}") | ||
| else: | ||
| print( | ||
| f"Mass diffusivity value: {mixture_material.mass_diffusivity.constant_mass_diffusivity()}" |
There was a problem hiding this comment.
@mkundu1 @seanpearsonuk @prmukherj
This example will be published in Examples section on docs website as is in next PyFluent release 0.30.0 but at that time I don't think 25R2 will be released too. Even if we consider that 25R2 is released then we keep code for latest release only (25R2). Please let us know if you have already considered this case and your plan about it. I just want to make sure that whether we want to keep code based on Fluent version check in public examples scripts or not. Thank you.
Building dev docs with Fluent 25.2 to reflect the latest settings API docs. We can review the latest docs in the dev docs website.