Code_aster (meca_statique vs stat_non_line)

Hi @swa,
your files look ok.

I think the problem is just that you are visualizing time step 0, which in a nonlinear analysis shows only the initial conditions, which are always zero if you did not specify any other. This is evident from your screenshot as 1e-41 is essentially zero.

Btw. you are computing 10 time steps from 0 to 1 in 0.1 increments, but have a static load, so you repeat 9 times the same caluclation (from 0.2 to 1.0), which is unnecessary. You could also just use a time stepping with an increment of 1 and only compute one step.

Best,
Richard

1 Like