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

[GeoMechanicsApplication] Fix the displacement Dirichlet boundary condition #13013

Open
WPK4FEM opened this issue Jan 16, 2025 · 1 comment · Fixed by #13014 · May be fixed by #13027
Open

[GeoMechanicsApplication] Fix the displacement Dirichlet boundary condition #13013

WPK4FEM opened this issue Jan 16, 2025 · 1 comment · Fixed by #13014 · May be fixed by #13027
Assignees

Comments

@WPK4FEM
Copy link
Contributor

WPK4FEM commented Jan 16, 2025

Currently the test for the Dirichlet boundary condition (found in test_dirichlet_u.py) is skipped. This is because the first way of fixing broke the 1D consolidation test (found in 1D_consolidation.py). This issue aims to fix the Dirichlet u test (sustainably).

Acceptance Criteria
The displacement Dirichlet boundary condition works as expected (tested by test_dirichlet_u.py)

Did a first small check with the Pw D.O.F. they react correctly to Dirichlet boundary conditions.

@WPK4FEM WPK4FEM converted this from a draft issue Jan 16, 2025
@WPK4FEM
Copy link
Contributor Author

WPK4FEM commented Jan 16, 2025

Initialization of the constitutive law in initialize solution step after computing the strain leads to a zero strain increment for Dirichlet u conditions. When the constitutive law is initialized already in initialize, a correct strain increment is found.

@WPK4FEM WPK4FEM moved this from 👷 In Progress to 👀 In Review in Kratos Product Backlog Jan 16, 2025
@github-project-automation github-project-automation bot moved this from 👀 In Review to ✅ Done in Kratos Product Backlog Jan 17, 2025
@avdg81 avdg81 reopened this Jan 21, 2025
@github-project-automation github-project-automation bot moved this from ✅ Done to 📋 Sprint Backlog in Kratos Product Backlog Jan 21, 2025
@avdg81 avdg81 self-assigned this Jan 21, 2025
@avdg81 avdg81 moved this from 📋 Sprint Backlog to 👷 In Progress in Kratos Product Backlog Jan 21, 2025
@avdg81 avdg81 moved this from 👷 In Progress to 👀 In Review in Kratos Product Backlog Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment