Henrik Sönnerlind
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
9 janv. 2020, 02:21 UTC−5
Hi Claire,
What you see is a postprocessing artefact.
The main problem here is the location at which the stresses are evaluated during postprocessing. The stresses are computed from the elastic strains, which is the difference between the total strains (a linear field within each element) and the creep strains (defined pointwise in the Gauss points). These two sets of strains are almost equal, so computing the difference is a sensitive operation.
If you instead use an expression where you evaluate the stresses at the Gauss points, gpeval(4,solid.sdevxy), you will get rid of the artefacts.
These effects are discussed in detail in the section Result Presentation in the Structural Mechanics User's Guide (version 5.5).
You can also check out https://www.comsol.com/blogs/introduction-to-numerical-integration-and-gauss-points .
In your model, the effect is extremely severe because of the singularity introduced at the end of the Fixed constraint. The (almost) infinite stress causes very high creep strains locally. Maybe a Roller condition is better.
Regards,
Henrik
-------------------
Henrik Sönnerlind
COMSOL
Hi Claire,
What you see is a postprocessing artefact.
The main problem here is the location at which the stresses are evaluated during postprocessing. The stresses are computed from the elastic strains, which is the difference between the total strains (a linear field within each element) and the creep strains (defined pointwise in the Gauss points). These two sets of strains are almost equal, so computing the difference is a sensitive operation.
If you instead use an expression where you evaluate the stresses at the Gauss points, *gpeval(4,solid.sdevxy)*, you will get rid of the artefacts.
These effects are discussed in detail in the section **Result Presentation** in the Structural Mechanics User's Guide (version 5.5).
You can also check out .
In your model, the effect is extremely severe because of the singularity introduced at the end of the Fixed constraint. The (almost) infinite stress causes very high creep strains locally. Maybe a Roller condition is better.
Regards,
Henrik