CompositeDataSources#

class ansys.dpf.composites.data_sources.CompositeDataSources(rst, material_support, composite, engineering_data, old_composite_sources)#

Provides data sources related to the composite lay-up.

Parameters:
  • rst (ansys.dpf.core.data_sources.DataSources) – Result file. Currently only RST (MAPDL) is supported.

  • material_support (ansys.dpf.core.data_sources.DataSources) – NOTE: The material_support parameter is explicitly listed because it is currently not supported (by the DPF Core) to use a distributed RST file as source for the material support. Instead, we create a separate DataSources object for the material support from the first RST file. This is a workaround until the support for distributed RST is added.

  • engineering_data (ansys.dpf.core.data_sources.DataSources) – File with the material properties.

  • old_composite_sources (dict[str, ansys.dpf.core.data_sources.DataSources]) – Member used to support assemblies in combination with the old DPF server (<7.0). It should be removed once the support of this server version is dropped.

Methods

Attributes

CompositeDataSources.rst

CompositeDataSources.material_support

CompositeDataSources.composite

CompositeDataSources.engineering_data

CompositeDataSources.old_composite_sources