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] Make sure the structural/interface elements used in the quay wall work with the geo reset displacement process #12868

Open
rfaasse opened this issue Nov 25, 2024 · 0 comments · Fixed by #12871 or #12902
Assignees

Comments

@rfaasse
Copy link
Contributor

rfaasse commented Nov 25, 2024

This holds for the following elements:

  • LinearTimoshenkoCurvedBeamElement2D3N
  • LinearTimoshenkoBeamElement2D3N
  • LinearTimoshenkoBeamElement2D2N
  • TrussElement3D2N
  • TrussElementLinear3D2N
  • LinearTrussElement2D (two and three nodes, but this shouldn't add extra work)
  • Our new interface element

This means we need to make sure:

  • All elements can calculate the PK2_STRESS_VECTOR (does this make sense, or should the reset displacement process be able to handle different stresses?)
  • Make sure their respective constitutive laws use the InitialState to calculate their material response
  • Make sure these elements work with the 'rest' input, especially pay attention to 'rest' in combination with excavation
@rfaasse rfaasse converted this from a draft issue Nov 25, 2024
@github-project-automation github-project-automation bot moved this from 👷 In Progress to ✅ Done in Kratos Product Backlog Nov 29, 2024
@rfaasse rfaasse reopened this Nov 29, 2024
@github-project-automation github-project-automation bot moved this from ✅ Done to 📋 Sprint Backlog in Kratos Product Backlog Nov 29, 2024
@rfaasse rfaasse moved this from 📋 Sprint Backlog to 👷 In Progress in Kratos Product Backlog Nov 29, 2024
@avdg81 avdg81 self-assigned this Dec 2, 2024
@github-project-automation github-project-automation bot moved this from 👷 In Progress to ✅ Done in Kratos Product Backlog Dec 6, 2024
@avdg81 avdg81 moved this from ✅ Done to 👷 In Progress in Kratos Product Backlog Dec 6, 2024
@avdg81 avdg81 reopened this Dec 6, 2024
@github-project-automation github-project-automation bot moved this from 👷 In Progress to 📋 Sprint Backlog in Kratos Product Backlog Dec 6, 2024
@avdg81 avdg81 moved this from 📋 Sprint Backlog to 👷 In Progress in Kratos Product Backlog Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment