kinnala / scikit-fem

Simple finite element assemblers
https://scikit-fem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
500 stars 79 forks source link

Plane strain/stress #940

Closed kinnala closed 1 year ago

kinnala commented 1 year ago

Discussed in https://github.com/kinnala/scikit-fem/discussions/939

Originally posted by **SebfraOslo** October 19, 2022 Hi, Is it possible to specifiy plane stress or plane strain conditions in the scikit-fem elastic model (linear_elastcicity and linear_stress)? Thank you Sebastien
kinnala commented 1 year ago

The first job is to derive the constitutive equation for plane stress. As we are using the Lamé parameters in skfem.models.elasticity, it would make sense to do it here also.

kinnala commented 1 year ago

@SebfraOslo actually now I'm wondering if #941 is enough?

SebfraOslo commented 1 year ago

Yes, it is working. It passed my tests.

Thank tou Sebastien

kinnala commented 1 year ago

Ok, merging.