Skip to content

OpenPile version 0.6.0

Compare
Choose a tag to compare
@TchilDill TchilDill released this 23 Oct 18:49
· 21 commits to main since this release

Added

  • added properties to Pile object:
    • openpile.construct.Pile.tip_area and
    • openpile.construct.Pile.tip_footprint
  • added soil springs:
    • openpile.utils.py_curves.custom_pisa_sand and openpile.utils.py_curves.custom_pisa_clay
    • openpile.utils.mt_curves.custom_pisa_sand and openpile.utils.mt_curves.custom_pisa_clay
    • openpile.utils.Hb_curves.custom_pisa_sand and openpile.utils.Hb_curves.custom_pisa_clay
    • openpile.utils.Mb_curves.custom_pisa_sand and openpile.utils.Mb_curves.custom_pisa_clay
  • added soil models:
    • openpile.soilmodels.Custom_pisa_sand and openpile.soilmodels.Custom_pisa_clay, these models can be used to customise PISA formulations based on external sources, such as an FE model.
  • new functions to calculate Dunkirk Sand and Cowden Clay normalized parameters, these functions are in the module: openpile.utils.multipliers and are the following: get_cowden_clay_(..)_norm_param() and get_dunkirk_sand_(..)_norm_param().