I am trying to use Karamba3D for my research, but I want to validate the results, so I constructed a simply supported beam (analyzed as shell for now) and got its deflection.
Hello @SaSa,
depending on the mesh resolution the error between the maximum displacement in the model and the calculation ranges between 0.75% (size of mesh faces ~1m) and 0.08% (size of mesh faces ~0.06m). The convergence is not uniform over the mesh-face sizes since the shell elements have non-conforming shape functions at their boundaries (see e.g. here for details).
The displacements across the middle section of the plate strip are not constant. When taking the average Z-displacement, the error at mesh-size 0.06m is 0.02% (see this definition: Simple shell analysis_cp.gh (48.3 KB)
).
–Clemens
Hello @SaSa,
here the ShellSection-component of Karamba3D 2.2.0 WIP is used to get the displacements in the middle: Simple shell analysis_cp.gh (48.1 KB)
– Clemens