Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed finite elements #40

Open
dbeurle opened this issue Jan 10, 2018 · 2 comments
Open

Mixed finite elements #40

dbeurle opened this issue Jan 10, 2018 · 2 comments

Comments

@dbeurle
Copy link
Owner

dbeurle commented Jan 10, 2018

In order to avoid locking problems for incompressible models (such as the rubber models implemented), the weak form needs to be adjusted. This can be done through the Q1P0 family of elements, where the additional pressure variable is condensed out on the element level. However this is only valid for the discontinuous pressure field and higher order shape functions need to include the entire (u, p) function set and solve a partitioned system.

This is a tracking issue of the progress.

@dbeurle
Copy link
Owner Author

dbeurle commented Jan 24, 2018

This needs to happen before Issue #33 for large deformations.

@dbeurle dbeurle added this to Element library in v0.0.1 Jul 18, 2018
@dbeurle dbeurle moved this from Element library to Physics to implement in v0.0.1 Aug 12, 2018
@dbeurle
Copy link
Owner Author

dbeurle commented Dec 1, 2018

Tasks:

  • Extend mesh to perform under integration of volumetric tangent (H1 and T2 elements only)
  • Partition constitutive models into incompressible and compressible models

@dbeurle dbeurle removed this from Physics to implement in v0.0.1 Dec 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant