Skip to content

Effect of Young's modulus on the stiffness of a model change based on the mesh used #3128

Discussion options

You must be logged in to vote

Hi @BrunoB81HK

Interesting question. Are the two meshes with very different resolutions?

Anyway, this kind of issue is related to the convergence of your model.
To make sure your simulation converges properly, one shall always start by:

  • running a converging simulation with
    • a very small time step dt
    • a very small space step dx (mesh size)
    • and high criterion regarding the tolerance/threshold if you have iterative solvers
      this is your "reference" simulation!
  • then you can start increasing both dt anddx and comparing with the reference simulation to ensure that you remains close to the reference result

Therefore, I look in your scene and I see :
<CGLinearSolver threshold="1e-11" tolerance=…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@BrunoB81HK
Comment options

@hugtalbot
Comment options

@BrunoB81HK
Comment options

@hugtalbot
Comment options

Answer selected by BrunoB81HK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants