How can I apply a porous zone in the cell zone at pyFLUENT? #3223
Unanswered
BearChick18
asked this question in
Q&A
Replies: 1 comment
-
I did it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am working on a code to simulate fluid passing through porous media using pyFLUENT. I was able to successfully change the material of each cell zone using the following code snippet:
solver.setup.cell_zone_conditions.fluid["flow_inlet"].material = "water-liquid"
solver.setup.cell_zone_conditions.fluid["flow_porous"].material = "water-liquid"
solver.setup.cell_zone_conditions.fluid["flow_inlet"].material = "water-liquid"
However, I am unable to figure out how to set the porous zone.
Could you please help me understand how to apply a porous zone?
Thank you so much for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions