Use the NS module to calculate fluid occurrence #28862
Unanswered
shin-chan-cpu
asked this question in
Q&A Modules: Navier-Stokes
Replies: 1 comment 11 replies
-
Hello With a Reynolds number of 2.2e8 you need a turbulence model to converge. The additional viscosity from the turbulence will help lower the effective Reynolds number |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check these boxes if you have followed the posting rules.
Question
I used Newton method to calculate the fluid flow in the pipeline. Since no three-dimensional fluid calculation example with energy conservation equation was given on the official website, I could only modify it through two-dimensional calculation example, but the convergence was poor. That is, only the physical properties given by the example can be convergent, and once they are changed, errors or non-convergence will be reported, and they will also exist.I wonder why this is, is it the iteration itself?
Additional information
Mesh size and type:Hexahedral grid, about 20,000 meshes
Reynolds number:2.2e8
Discretization (finite element CG/DG, finite volume, etc):FV
Models (turbulence, porous media, etc):noTurb
Solver method (fully coupled, segregated, multiapps, etc):Newton
Base input you started from:
Beta Was this translation helpful? Give feedback.
All reactions