SettlementDeterminationStep
Interface: SettlementDeterminationStep
Section titled “Interface: SettlementDeterminationStep”Defined in: src/types/index.ts:1002
Single loading step in settlement characteristics test Represents one stress increment in oedometer/consolidation test
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
stepNumber | number | - | src/types/index.ts:1003 |
wetPerformed | boolean | null | - | src/types/index.ts:1004 |
swellObserved | boolean | null | - | src/types/index.ts:1005 |
strainPoint24hours | number | null | - | src/types/index.ts:1006 |
stepType | string | null | - | src/types/index.ts:1007 |
verticalStress | number | null | - | src/types/index.ts:1008 |
heightChangeDuringSettlement | HeightAtSpecificTime[] | - | src/types/index.ts:1009 |
stressChangeDuringSettlement? | StressAtSpecificSettlement[] | Stress/strain time-series for the step (alternative to heightChangeDuringSettlement) | src/types/index.ts:1011 |