Solving the two transport equations for the standard k epsilon turbulence model #631
Unanswered
Leon-novice
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Please provide details of the equations you want to implement, demonstrate what you have tried, what error you encounter, and what result you expect instead. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am relatively new to python and pde solvers in general. I was very pleased to come across py-pde and have had some success in solving the Spalart Allmaras turbulence equation using it. However the standard ke turbulence model has coefficients associated with the derivative operators and I am having difficulties in passing these into the pde equation. I have looked at the examples but could not find any seemed to be relevant. I have tried using 'scalarFields' to pass the coefficient arrays but without success. I would be very grateful for any guidance on how to pass data arrays into the pde equation. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions