Skip to content
View berkdemir's full-sized avatar
Block or Report

Block or report berkdemir

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. BD-Hoek-Brown BD-Hoek-Brown Public

    Hoek-Brown constitutive model calculations for rocks using Streamlit / Python. Use the tool at https://berkdemir.github.io/HoekBrown/

    Python 1

  2. Hoek-Brown Parameters in Literature Hoek-Brown Parameters in Literature
    1
    """
    2
    Hoek-Brown parameters in literature by Berk Demir
    3
    4
    This is a simple dictionary called "RockDict" for different rock types and their mi and MR values. Deviations (± from the average) are also stored as miSTD and MRSTD.
    5
  3. Plaxis group list fetcher. Plaxis group list fetcher.
    1
    def group_forces(plate_list, plate_names, phase_list):
    2
        """
    3
        Plaxis group forces fetcher by Berk Demir / https://github.com/berkdemir
    4
        Returns (M, N) as a tuple from Plaxis. If no group is defined in the model, it will return None.
    5
        """
  4. Plaxis plate list fetcher. Plaxis plate list fetcher.
    1
    def plate_forces(plate_list, plate_names, phase_list):
    2
        """
    3
        Plaxis plate forces fetcher by Berk Demir / https://github.com/berkdemir
    4
        Returns (M, N) as a tuple from Plaxis.
    5
        """
  5. Effective Shear Wave Velocity calcul... Effective Shear Wave Velocity calculation and Plaxis-Python code to apply prescribed deformation
    1
    def EFS(Ground_Type, PGV, PGV_Red, VS, PI=20, OCR=1, Eff_Pressure=300):
    2
        """
    3
        Effective Shear Wave Velocity Using Darendeli (2001) and Schnabel (1973) by Berk Demir / https://github.com/berkdemir
    4
        
    5
        Inputs: