|
27 | 27 | ========================= |
28 | 28 |
|
29 | 29 | This example shows how to define a composite lay-up with PyACP, solve the resulting |
30 | | -model with PyMAPDL, and run a failure analysis with PyDPF Composites. |
| 30 | +model with PyMAPDL, and run a failure analysis with PyDPF - Composites. |
31 | 31 |
|
32 | 32 | Begin with an MAPDL CDB file that contains the mesh, material data, and |
33 | 33 | boundary conditions. Import the file to PyACP to define the lay-up, and then export the |
34 | 34 | resulting model to PyMAPDL. Once the results are available, the RST file is loaded in |
35 | | -PyDPF Composites for postprocessing. The additional input files (``material.xml`` |
36 | | -and ``ACPCompositeDefinitions.h5``) can also be stored with PyACP and passed to PyDPF Composites. |
| 35 | +PyDPF - Composites for postprocessing. The additional input files (``material.xml`` |
| 36 | +and ``ACPCompositeDefinitions.h5``) can also be stored with PyACP and passed to PyDPF - Composites. |
37 | 37 |
|
38 | 38 | """ |
39 | 39 |
|
@@ -292,7 +292,7 @@ def add_ply(mg, name, ply_material, angle, oss): |
292 | 292 | # %% |
293 | 293 | # Save the model as a CDB file for solving with PyMAPDL. |
294 | 294 | model.export_analysis_model(working_dir_path / cdb_filename_out) |
295 | | -# Export the shell lay-up and material file for PyDPF Composites. |
| 295 | +# Export the shell lay-up and material file for PyDPF - Composites. |
296 | 296 | model.export_shell_composite_definitions(working_dir_path / composite_definition_h5_filename) |
297 | 297 | model.export_materials(working_dir_path / matml_filename) |
298 | 298 |
|
@@ -329,11 +329,11 @@ def add_ply(mg, name, ply_material, angle, oss): |
329 | 329 | mapdl.download(rstfile_name, working_dir_path) |
330 | 330 |
|
331 | 331 | # %% |
332 | | -# Postprocessing with PyDPF Composites |
333 | | -# ------------------------------------ |
| 332 | +# Postprocessing with PyDPF - Composites |
| 333 | +# -------------------------------------- |
334 | 334 | # |
335 | 335 | # To postprocess the results, you must configure the imports, connect to the |
336 | | -# PyDPF Composites server, and load its plugin. |
| 336 | +# PyDPF - Composites server, and load its plugin. |
337 | 337 |
|
338 | 338 | from ansys.dpf.composites.composite_model import CompositeModel |
339 | 339 | from ansys.dpf.composites.constants import FailureOutput |
|
0 commit comments