-
Notifications
You must be signed in to change notification settings - Fork 246
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] Standard K0 procedure for 3D #12336
Comments
Refinement investigation start (work in progress) Functions the GeoLinearElasticPlaneStrain2DLaw overrides:
Functions its base LinearPlaneStrainK0Law overrides:
The only one the K0 version has, that the 2D version doesn't have is the My first idea would be to take the following steps to get this done:
|
To be split by @rfaasse |
As a Kratos user, I would like to be able to use the standard K0 procedure for 3D linear elastic materials, such that I have results that are closely comparable to competitive software.
Required for 3D soil structure interaction
Predecessor: #12396
Acceptance Criteria
Given a user runs a K0 stage in 3D
When the user does not specify anything about the standard procedure
Then the standard procedure (which is already available in 2D) is used
Given a user runs a K0 stage in 3D
When the user specifies the "use_standard_procedure" boolean in the process parameters (via json).
Then depending on the boolean, the standard procedure (which is already available in 2D) is (or is not) used
The text was updated successfully, but these errors were encountered: