Skip to content

Commit

Permalink
Merge branch 'doc/cyclic_symmetry' of https://github.com/ansys/pydpf-…
Browse files Browse the repository at this point in the history
…composites into doc/cyclic_symmetry
  • Loading branch information
roosre committed Sep 17, 2024
2 parents 5408d9e + 6cbebb6 commit d724ead
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/014_cyclic_symmetry_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
This example shows how to postprocess a cyclic symmetry analysis.
The initial (original) sector can be postprocessed with the same tools
as a standard analysis. This is demonstrated by running a failure analysis,
extracting ply-wise stresses and the implementation of a custom
failure criterion.
as a standard analysis. The postprocessing workflow is demonstrated by
running a failure analysis, extracting ply-wise stresses, and implementing
a custom failure criterion.
The postprocessing of expanded sectors is not yet supported.
"""
Expand Down Expand Up @@ -107,7 +107,7 @@
# It computes the inverse reserve factor for each element with respect to
# fiber failure. The criterion distinguishes between tension and compression.

# Prepare dict with the material properties
# Prepare dict with the material properties.
property_xt = MaterialProperty.Stress_Limits_Xt
property_xc = MaterialProperty.Stress_Limits_Xc
property_dict = composite_model.get_constant_property_dict([property_xt, property_xc])
Expand Down

0 comments on commit d724ead

Please sign in to comment.