-
Notifications
You must be signed in to change notification settings - Fork 56
docs: Example on modeling solidification [skip tests] #4584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a comprehensive end-to-end PyFluent workflow example demonstrating modeling of solidification in a Czochralski crystal growth process. The example follows established guidelines and showcases the new API implementation for setting up complex multi-physics simulations.
- Implements a complete solidification modeling workflow with phase change behavior
- Demonstrates advanced features including Marangoni convection, pull velocities, and custom field functions
- Integrates the example into documentation and CI pipeline for automated testing
Reviewed Changes
Copilot reviewed 3 out of 9 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| examples/00-fluent/Modeling_solidification_workflow.py | Complete solidification modeling example with 2D axisymmetric swirl configuration |
| doc/source/conf.py | Adds new example to Sphinx gallery pattern for documentation generation |
| .github/workflows/execute-examples-weekly.yml | Includes new example in weekly CI execution workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
End-to-end PyFluent workflow on modeling solidification
ANSYS Fluent User's Guide, ANSYS, Inc.
Modeling solidification
The example tries to follow the provided guidelines with #4378 and uses the new API implementation.
Thanks.