Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pyStrata 0.5.6.dev85+g17adf9313 documentation
pyStrata 0.5.6.dev85+g17adf9313 documentation

Getting Started

  • Introduction
  • Installation
  • Quickstart Guide

User Guide

  • User Guide
    • Working with Ground Motions
    • Profiles
    • Calculations
    • Outputs
    • Logic Trees
  • Theory and Methods
    • Site Response Fundamentals
    • Wave Propagation
    • Nonlinear Soil Models
    • Uncertainty Analysis
  • Example Gallery
    • Example 1: Time Series Site Response Analysis
    • Example 2: Random vibration theory SRA
    • Example 3: Wave propagation calculators
    • Example 4: Simulated site profile
    • Example 5: Simulated nonlinear property
    • Example 6 : TS with Geopsy Profiles
    • Example 7: RVT Peak Calculators
    • Example 8: RVT SRA with simulated profiles
    • Example 9: Quarter wavelength site amplification
    • Example 10: Alternative RVT Peak Factor Calculators
    • Example 11 : Time series SRA using FDM
    • Example 12: Compare impact of frequency dependent \(D_{min}\)
    • Example 13: Impact of strain limit on EQL
    • Example 14: RVT SRA with multiple motions and simulated profiles
    • Example 15: Catalog of published nonlinear curves
    • Example 16: Logic Trees for Uncertainty Quantification
  • Usage

Reference

  • API Reference
    • Motion Module
      • pystrata.motion.TimeSeriesMotion
      • pystrata.motion.RvtMotion
      • pystrata.motion.CompatibleRvtMotion
      • pystrata.motion.SourceTheoryRvtMotion
    • Site Module
      • pystrata.site.Profile
      • pystrata.site.Layer
      • pystrata.site.SoilType
      • pystrata.site.Location
      • pystrata.site.NonlinearCurve
      • pystrata.site.ModulusReductionCurve
      • pystrata.site.DampingCurve
    • Propagation Module
      • pystrata.propagation.LinearElasticCalculator
      • pystrata.propagation.EquivalentLinearCalculator
      • pystrata.propagation.FrequencyDependentEqlCalculator
    • Output Module
      • pystrata.output.OutputCollection
      • pystrata.output.ResponseSpectrumOutput
      • pystrata.output.AccelTransferFunctionOutput
      • pystrata.output.MaxAccelProfile
      • pystrata.output.TimeSeriesOutput
    • Variation Module
      • pystrata.variation.ToroVelocityVariation
      • pystrata.variation.SpidVariation
      • pystrata.variation.SoilTypeVariation
  • References

Development

  • Contributing to PyStrata
  • Changelog

Index

  • Index
  • Module Index
  • Search Page
Back to top
View this page

Example Gallery¶

Example Notebooks

  • Example 1: Time Series Site Response Analysis
  • Example 2: Random vibration theory SRA
  • Example 3: Wave propagation calculators
  • Example 4: Simulated site profile
  • Example 5: Simulated nonlinear property
  • Example 6 : TS with Geopsy Profiles
  • Example 7: RVT Peak Calculators
  • Example 8: RVT SRA with simulated profiles
  • Example 9: Quarter wavelength site amplification
  • Example 10: Alternative RVT Peak Factor Calculators
  • Example 11 : Time series SRA using FDM
  • Example 12: Compare impact of frequency dependent \(D_{min}\)
  • Example 13: Impact of strain limit on EQL
  • Example 14: RVT SRA with multiple motions and simulated profiles
  • Example 15: Catalog of published nonlinear curves
  • Example 16: Logic Trees for Uncertainty Quantification

Complete Example Index¶

All available examples with brief descriptions:

Basic Time Series Analysis (example-01.ipynb)

Time series analysis to compute surface response spectrum and site amplification functions.

Random Vibration Theory (example-02.ipynb)

RVT analysis to compute surface response spectrum and site amplification functions.

Multiple Calculators (example-03.ipynb)

RVT input motion with a variety of site response calculators.

Profile Generation (example-04.ipynb)

Generate simulated shear-wave velocity profiles.

Nonlinear Properties (example-05.ipynb)

Generate simulated nonlinear properties.

Geopsy Profiles (example-06.ipynb)

Time series analysis using velocity profiles from geopsy.

Peak Factor Methods (example-07.ipynb)

RVT calculation using different peak factor calculators.

Profile Suites (example-08.ipynb)

RVT calculation using a suite of simulated profiles.

Quarter-Wave Analysis (example-09.ipynb)

Quarter-wave length site amplification.

Peak Factor Suites (example-10.ipynb)

Compute ground motion using a suite of peak factors.

FDM Properties (example-11.ipynb)

Extract soil properties from FDM site response calculations.

Frequency Dependent Damping (example-12.ipynb)

Show the impact of frequency dependent D_min on FDM methods.

Strain Limits (example-13.ipynb)

Show the impact of the strain limit on the EQL calculation.

Multiple Motions (example-14.ipynb)

Example with multiple input motions and simulated soil profiles.

Nonlinear Curves (example-15.ipynb)

List of provided nonlinear curves.

Logic Trees (example-16.ipynb)

Comprehensive example of using logic trees for uncertainty analysis.

Tips for Using Examples¶

Running Locally

Clone the repository and navigate to the examples directory. Each notebook can be run independently.

Modifying Examples

The examples are designed to be educational and easily modified. Try changing parameters to see how they affect results.

Data Files

Example data files are included in the examples/data/ directory.

Next
Example 1: Time Series Site Response Analysis
Previous
Uncertainty Analysis
Copyright © Copyright 2016-2024 Albert Kottke
Made with Sphinx and @pradyunsg's Furo
On this page
  • Example Gallery
    • Complete Example Index
    • Tips for Using Examples