SettlementDeterminationStep
Interface: SettlementDeterminationStep
Section titled “Interface: SettlementDeterminationStep”Defined in: src/types/index.ts:1436
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:1437 |
wetPerformed | boolean | null | - | src/types/index.ts:1438 |
swellObserved | boolean | null | - | src/types/index.ts:1439 |
strainPoint24hours | number | null | - | src/types/index.ts:1440 |
stepType | string | null | - | src/types/index.ts:1441 |
verticalStress | number | null | - | src/types/index.ts:1442 |
heightChangeDuringSettlement | HeightAtSpecificTime[] | - | src/types/index.ts:1443 |
stressChangeDuringSettlement? | StressAtSpecificSettlement[] | Stress/strain time-series for the step (alternative to heightChangeDuringSettlement) | src/types/index.ts:1445 |