docs: Example on ventilation flow simulation [skip tests]#4833
docs: Example on ventilation flow simulation [skip tests]#4833MohammedAnsys wants to merge 20 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a comprehensive ventilation system CFD example demonstrating airflow analysis in a mechanically ventilated poultry house with multiple inlets and exhaust fans, providing users with a practical HVAC/ventilation workflow reference.
Changes:
- Added ventilation_workflow.py example implementing k-epsilon turbulence model with SIMPLEC solver
- Configured 32 inlet vents and 6 exhaust fans with mass flow rate boundary conditions
- Implemented pathline and contour visualizations with quantitative velocity analysis
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 5 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Sean Pearson <93727996+seanpearsonuk@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 5 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| pressure_outlets = PressureOutlets(solver) | ||
| # %% | ||
| # The target mass flow rate option is enabled to ensure that each exhaust outlet (fan) removes a specified and controlled amount of air |
There was a problem hiding this comment.
@MohammedAnsys Recognizing that the comment helps to provide additional clarification in this case 👍
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 7 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 7 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 7 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 7 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 7 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…/ansys/pyfluent into docs/example_on_ventilation_flow
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 7 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 7 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Context
No existing example demonstrated ventilation system analysis with multiple inlets and exhaust fans for indoor air quality applications.
Change Summary
Added ventilation_workflow.py example simulating airflow in a mechanically ventilated poultry house with 32 inlet vents and 6 exhaust fans. Includes k-epsilon turbulence model, SIMPLEC solver, pathline/contour visualizations, and quantitative velocity analysis. Added 3 supporting images.
Rationale
Provides users with a practical reference for HVAC/ventilation CFD workflows using PyFluent
Impact
additive, no modifications to existing code
The example tries to follow the provided guidelines with #4378 and uses the new API implementation.
Thanks.