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

2.6 Consolidation Issues #55

Open
sdeaton75 opened this issue Oct 25, 2024 · 3 comments
Open

2.6 Consolidation Issues #55

sdeaton75 opened this issue Oct 25, 2024 · 3 comments
Assignees

Comments

@sdeaton75
Copy link
Collaborator

We have found a couple of issues with the Consolidation Test.

  1. In the ConsolidationTestTrial, the appliedLoad has the wrong unit of measure. It is currently set as a pressure. It should be a load (force). There is already a loadingStress that has pressure/stress units.

image

  1. Knowing the sequence of loading for the consolidation test is important. In AGS there is a Consolidation Increment that allows you to know the loading sequence and this should be added. I propose we should use the same syntax we use in CBR where we have a trialNo element.

image

@sdeaton75
Copy link
Collaborator Author

sdeaton75 commented Oct 25, 2024

Also there is a type in the CondolidationTestTrial - loadingStess should be loadingStress. The Schema has this typo.
Also finalStess should be finalStress.

@sdeaton75
Copy link
Collaborator Author

sdeaton75 commented Oct 30, 2024

We have also found that the consolidation test is missing two properties for each trial which are specified AGS. We need the initial void ratio and final void ratio for the trial. I propose these be added.

image

Also, AGS has the Coefficient of Consolidation Root Time and Coefficient of Consolidation Log Time. Those are also shown in the screenshot.

@dponti
Copy link
Collaborator

dponti commented Nov 4, 2024

Suggested changes have been made to ConsolidationTest in this repository (schema-dev). Note, as part of our eventual transition away from the diggs_geo namespace, the changes are found in diggs:ConsolidationTest, located in the TestProceduresAll.xsd schema file. diggs_geo:ConsolidationTest and all associated elements and type definitions have been moved to Diggs_geo_deprecated.xsd.

Schema documentation has been updated that reflects these changes.

Also, the new trialNo pertains to ConsolidationTestTrial only; each ConslidationTestTrial object contains a consolidationIncrement property that holds a CTConsolidationIncrement object where axial deformation is recorded with time. This array of elapsed time/axial deformation values does not include an index value insofar as the elapsedTime property serves as an index for recording the deformation within each property

Plese reply to confirm (or not) that the new ConsolidationTest properly addresses your comments.

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

2 participants