geolib.models.dsheetpiling.loads

Classes

HorizontalLineLoad(**data)

Horizontal Line Load.

Moment(**data)

Moment Load.

NormalForce(**data)

Normal Force Load.

SoilDisplacement(**data)

Soil Displacement Load.

SurchargeLoad(**data)

Surcharge Load.

UniformLoad(**data)

Uniform Load.

VerificationLoadSettings(**data)

Load class for moment loads These options are available only if the Verification (EC7/CUR) option is selected in the Model window for the D-SheetPiling model.

VerificationLoadSettingsHorizontalLineLoad(**data)

These options are available only if the Verification (EC7/CUR) option is selected in the Model window for the D-SheetPiling model.

VerificationLoadSettingsLoads(**data)

These options are available only if the Verification (EC7/CUR) option is selected in the Model window for the D-SheetPiling model.

VerificationLoadSettingsMomentNormalForce(**data)

Load class for moment loads These options are available only if the Verification (EC7/CUR) option is selected in the Model window for the D-SheetPiling model.

class geolib.models.dsheetpiling.loads.HorizontalLineLoad(**data)

Horizontal Line Load.

Parameters:

data (Any) –

level: float
load: float
name: ConstrainedStrValue
verification_load_settings: VerificationLoadSettingsLoads
class geolib.models.dsheetpiling.loads.Moment(**data)

Moment Load.

Parameters:

data (Any) –

level: float
load: float
name: ConstrainedStrValue
verification_load_settings: VerificationLoadSettingsMomentNormalForce
class geolib.models.dsheetpiling.loads.NormalForce(**data)

Normal Force Load.

Parameters:

data (Any) –

force_at_sheet_pile_toe: float
force_at_sheet_pile_top: float
force_at_surface_level_left_side: float
force_at_surface_level_right_side: float
name: ConstrainedStrValue
verification_load_settings: VerificationLoadSettingsMomentNormalForce
class geolib.models.dsheetpiling.loads.SoilDisplacement(**data)

Soil Displacement Load.

Parameters:

data (Any) –

force: float
class geolib.models.dsheetpiling.loads.SurchargeLoad(**data)

Surcharge Load.

Parameters:
  • name – Name of the SurchargeLoad.

  • points – SurchargeLoad points. Points (X, Z) must be defined from the sheet outwards regarding x-coordinate.

  • verification_load_settings – VerificationLoadSettings.

  • standard_deviation – Standard deviation of the distribution type.

  • distribution_type – Distribution type.

  • data (Any) –

distribution_type: DistributionType
name: ConstrainedStrValue
points: ConstrainedListValue[Point]
classmethod points_must_be_increasing_and_greater_or_equal_to_zero(v)
standard_deviation: float
verification_load_settings: VerificationLoadSettingsLoads
class geolib.models.dsheetpiling.loads.UniformLoad(**data)

Uniform Load. This option is not available for SignlePileModelType.

Parameters:
  • name – Name of the SurchargeLoad.

  • left_load – Value of the load on the left side.

  • right_load – Value of the load on the right side.

  • verification_load_settings – VerificationLoadSettings.

  • standard_deviation_left – Standard deviation of the distribution type of the left side.

  • standard_deviation_right – Standard deviation of the distribution type of the right side.

  • distribution_type_left – Distribution type of the left side.

  • distribution_type_right – Distribution type of the right side.

  • data (Any) –

distribution_type_left: DistributionType
distribution_type_right: DistributionType
left_load: float
name: ConstrainedStrValue
right_load: float
standard_deviation_left: float
standard_deviation_right: float
verification_load_settings: VerificationLoadSettingsLoads
class geolib.models.dsheetpiling.loads.VerificationLoadSettings(**data)

Load class for moment loads These options are available only if the Verification (EC7/CUR) option is selected in the Model window for the D-SheetPiling model. For GEOLIB the “verification” parameter should be set to True in the function DSheetPilingModel.set_model

Parameters:
  • duration_type – Select the duration of load application, Permanent or Variable.

  • load_type – Select the type of load, Favorable or Unfavorable.

  • data (Any) –

duration_type: LoadTypePermanentVariable
load_type: LoadTypeFavourableUnfavourableMoment
class geolib.models.dsheetpiling.loads.VerificationLoadSettingsHorizontalLineLoad(**data)

These options are available only if the Verification (EC7/CUR) option is selected in the Model window for the D-SheetPiling model. For GEOLIB the “verification” parameter should be set to True in the function DSheetPilingModel.set_model

Parameters:
  • duration_type – Select the duration of load application, Permanent or Variable.

  • load_type – Select the type of load, Favorable, Unfavorable or leave it D-Sheet Piling determined.

  • data (Any) –

duration_type: LoadTypePermanentVariable
load_type: LoadTypeFavourableUnfavourable
class geolib.models.dsheetpiling.loads.VerificationLoadSettingsLoads(**data)

These options are available only if the Verification (EC7/CUR) option is selected in the Model window for the D-SheetPiling model. For GEOLIB the “verification” parameter should be set to True in the function DSheetPilingModel.set_model

Parameters:
  • duration_type – Select the duration of load application, Permanent or Variable.

  • load_type – Select the type of load, Favorable, Unfavorable or leave it D-Sheet Piling determined.

  • data (Any) –

duration_type: LoadTypePermanentVariable
load_type: LoadTypeFavourableUnfavourable
class geolib.models.dsheetpiling.loads.VerificationLoadSettingsMomentNormalForce(**data)

Load class for moment loads These options are available only if the Verification (EC7/CUR) option is selected in the Model window for the D-SheetPiling model. For GEOLIB the “verification” parameter should be set to True in the function DSheetPilingModel.set_model

Parameters:
  • duration_type – Select the duration of load application, Permanent or Variable.

  • load_type – Select the type of load, Favorable or Unfavorable.

  • data (Any) –

duration_type: LoadTypePermanentVariable
load_type: LoadTypeFavourableUnfavourableMoment