[ Convergence problem ] occurs when i change the material properties. [ N-S module ] #20054
-
Hello, everyone. I am a confused new user of MOOSE and need your help! Anything will be appreciated! When i was using Navier Stokes Module, I got a convegence problem as soon as i changed the material properties of a test file.And here is the address: moose/modules/navier_stokes/test/tests/finite_element/ins/velocity_channel/velocity_inletBC_by_parts.i All i have done to make this didn't converge is changeing "mu" from 1 to 1e-5 in the 88th line. I didn't get it. (Why 1e-5? MOOSE is no doubt a powerful tool, and i think there must be a way to deal with the complex matertial properties.Is there anyone can help me to find out the reason and solution? Love you.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For Re > 1, you should put |
Beta Was this translation helpful? Give feedback.
For Re > 1, you should put
supg = true
in yourGlobalParams
block. Unless you add streamline-upwind Petrov-Galerkin stabilization, you will essentially have a central-differencing scheme for advection which does not capture the physics and is unstable.