From f88c98d805ad16f04060c21c55046a8e47383cf6 Mon Sep 17 00:00:00 2001 From: Nellie Shum <133802577+nshum4@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:44:14 -0400 Subject: [PATCH 1/2] Update examples/014_cyclic_symmetry_example.py --- examples/014_cyclic_symmetry_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/014_cyclic_symmetry_example.py b/examples/014_cyclic_symmetry_example.py index e6dd6d755..44391e966 100644 --- a/examples/014_cyclic_symmetry_example.py +++ b/examples/014_cyclic_symmetry_example.py @@ -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]) From 6cbebb6a51bd92d4f72423fc8d46db374ad618d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Roos?= <105842014+roosre@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:12:38 +0200 Subject: [PATCH 2/2] Update examples/014_cyclic_symmetry_example.py Co-authored-by: Nellie Shum <133802577+nshum4@users.noreply.github.com> --- examples/014_cyclic_symmetry_example.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/014_cyclic_symmetry_example.py b/examples/014_cyclic_symmetry_example.py index 44391e966..b3ee01921 100644 --- a/examples/014_cyclic_symmetry_example.py +++ b/examples/014_cyclic_symmetry_example.py @@ -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. """