geolib.models.dsheetpiling.profiles¶
Profile and Layer classes which are used by both D-Foundations and DSheetPiling. D-Foundations often requires more parameters, which are unused for DSheetPiling.
Classes
|
Internal Placeholder CPT measurements as used in D-Foundations/D-Sheetpiling. |
|
Placeholder class for CPT interpretation options. |
|
Layer in a D-Sheetpiling Profile. |
|
D-Sheetpiling Profile. |
- class geolib.models.dsheetpiling.profiles.CPT(**data)¶
Internal Placeholder CPT measurements as used in D-Foundations/D-Sheetpiling.
It is here because input files can contain CPTs coupled to a Profile.
Todo
Add Friction and other parameters?
Unify with DFoundations
- Parameters:
data (
Any
)
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'forbid', 'ser_json_inf_nan': 'constants', 'validate_assignment': True, 'validate_default': True}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
-
qc:
List
[float
]¶
-
z:
List
[float
]¶
- class geolib.models.dsheetpiling.profiles.CPTRule(**data)¶
Placeholder class for CPT interpretation options.
- Parameters:
data (
Any
)
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'forbid', 'ser_json_inf_nan': 'constants', 'validate_assignment': True, 'validate_default': True}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- class geolib.models.dsheetpiling.profiles.SoilLayer(**data)¶
Layer in a D-Sheetpiling Profile.
- Parameters:
data (
Any
)
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'forbid', 'ser_json_inf_nan': 'constants', 'validate_assignment': True, 'validate_default': True}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
-
soil:
str
¶
-
top_of_layer:
float
¶
-
water_pressure_bottom:
float
¶
-
water_pressure_top:
float
¶
- class geolib.models.dsheetpiling.profiles.SoilProfile(**data)¶
D-Sheetpiling Profile.
- Parameters:
data (
Any
)
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'forbid', 'ser_json_inf_nan': 'constants', 'validate_assignment': True, 'validate_default': True}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
-
name:
str
¶
- classmethod top_of_layer_validator(v)¶
- classmethod top_of_layers_must_be_decreasing(v)¶