GCMLab / GCMLab-FEM

General purpose finite element program
0 stars 0 forks source link

Quasi time #73

Closed b3gee closed 1 year ago

b3gee commented 1 year ago

What?

Add the feature to have quasi-time dependent loadings / solve the problem in load steps.

Why?

To create a basis for including time-dependent problems, material models, and non-linear problems.

How?

Introduce time controls and create a timestep loop in the solver.

Testing?

The Cantilever Beam test has been updated to have a sinusoidal loading in quasi-time. The displacements at the end of the bar are saved and compared against the Euler beam solution scaled to the same loading.

Anything Else?

The default analysis type has been set to quasi-static. If no time controls are specified, the default assumes a static analysis which it performs with a single timestep.

SaeedHatefi commented 1 year ago
b3gee commented 1 year ago