From db7f03008e931d41b81315edf4e5844f3866be90 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Wed, 4 Dec 2024 07:51:57 +0100 Subject: [PATCH] Docs: add experimental warning to CDB to PyMechanical example Add the warning that PyMechanical integration is experimental to the CDB to PyMechanical example, since it uses the helper function to load the ACPCompositeDefinitions.h5 into Mechanical. --- examples/workflows/06-cdb-to-pymechanical-workflow.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/workflows/06-cdb-to-pymechanical-workflow.py b/examples/workflows/06-cdb-to-pymechanical-workflow.py index 9beb625729..d473608bca 100644 --- a/examples/workflows/06-cdb-to-pymechanical-workflow.py +++ b/examples/workflows/06-cdb-to-pymechanical-workflow.py @@ -32,6 +32,11 @@ from a CDB file, import the model into PyMechanical for defining the load and boundary conditions, and run a failure analysis with PyDPF Composites. +.. warning:: + + The PyACP / PyMechanical integration is still experimental. Refer to the + :ref:`limitations section ` for more information. + """