Replies: 2 comments
-
Just linked the existing issue : #4491 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi I'm just wondering if there is any update on this. The |
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.
-
I'm trying to use pyFluent to set up a case with species transport and the
non-premixed-combustion
model. I set up a simple script below to test out the functionality. The non-premixed-combustion model is shown as an option within theprint(species.model.option.allowed_values())
statement, but when I check the state at the end of the script withspecies.print_state()
, it showsoption : off
.Is there a way to use this model with pyFluent? Perhaps a mixture pdf needs to be loaded ahead of time?
Thanks,
Ben
Beta Was this translation helpful? Give feedback.
All reactions