Skip to content

Commit

Permalink
Rearrange documentation of notch approximation classes
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Maier <[email protected]>
  • Loading branch information
maierbn committed Oct 10, 2023
1 parent 4c5eb2a commit e196deb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/materiallaws/notch_approximation_laws.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
The notch approximation law classes ̀ `ExtendedNeuber``, ``SeegerBeste``, and ``Binned``
==========================================================================================
The notch approximation law classes
======================================

The following classes are available: ̀ `ExtendedNeuber``, ``SeegerBeste``, and ``Binned``.

The ``ExtendedNeuber`` and ``SeegerBeste`` classes implement the respective notch approximations.

The ``Binned`` class implements binning to a predefined number of bins.
It contains an object of either ``ExtendedNeuber`` or ``SeegerBeste``.
The respective stress and strain values from the notch approximation for equi-spaced load values get precomputed and stored in a lookup table.
This speeds up the computation as only the initialization step is compute intense.

.. autoclass:: pylife.materiallaws.notch_approximation_law.ExtendedNeuber
:undoc-members:
Expand Down

0 comments on commit e196deb

Please sign in to comment.