bugs in tutorial no. 8

Clearly defined bug reports and their fixes
Post Reply
uwestoehr
Posts: 38
Joined: 05 Aug 2022, 14:42
Antispam: Yes

bugs in tutorial no. 8

Post by uwestoehr »

when doing tutorial no. 8 "Non-linear elasticity equation –3D ", I noticed these 2 issues:

- the simulation cannot be run because the Poisson ratio is undefined. To fix this, the material "Austenitic stainless steel (AK Steel 201)" should get a Poisson ratio or the manual has to be adopted to add it manually
- in formula 8.1 the last parentheses in every formula line is incorrect (there is no opening parenthesis for them)
kevinarden
Posts: 2317
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: bugs in tutorial no. 8

Post by kevinarden »

The Poisson ratio not showing up in ElmerGUI is a recent bug in GUI, it used to show up. The Poisson values are in the material lists
ElmerGUI/edf/egmaterials.xml file.
However, Young's Modulus gets put on the Nonlinear Solver tab, and Poisson gets put on the Linear tab, but Young's does not.
kevinarden
Posts: 2317
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: bugs in tutorial no. 8

Post by kevinarden »

If I only have nonlinearelasticity.xml in my edf folder than it works
if I put both linearelasticity.xml and nonlinearelasticity.xml in my edf file
than the properties from the library get divided up between the two.
uwestoehr
Posts: 38
Joined: 05 Aug 2022, 14:42
Antispam: Yes

Re: bugs in tutorial no. 8

Post by uwestoehr »

kevinarden wrote: 25 Mar 2023, 11:51 If I only have nonlinearelasticity.xml in my edf folder than it works
if I put both linearelasticity.xml and nonlinearelasticity.xml in my edf file
than the properties from the library get divided up between the two.

Thanks for this analysis. Should I open an issue in GitHub or how can I report the error that it is not forgotten?
kevinarden
Posts: 2317
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: bugs in tutorial no. 8

Post by kevinarden »

I believe it is the purpose of this bug report forum.
Post Reply