CompositeDataSources#
- class ansys.dpf.composites.data_sources.CompositeDataSources(*, material_support, engineering_data, old_composite_sources, result_files=None, solver_input_file, composite, rst=None)#
Provides data sources related to the composite lay-up.
- Parameters:
result_files (ansys.dpf.core.data_sources.DataSources | None) – DPF DatatSources of the result file(s). DataSources object can contain one or multiple result files.
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.
solver_input_file (ansys.dpf.core.data_sources.DataSources | None) – Input file for the solver (MAPDL:
*.dat | *.cdb
, LSDyna:*.k
).rst (
Optional
[DataSources
], default:None
) – Result file. Deprecated and will be removed in the future. Useresult_files
instead.rst
andresult_files
always have the same value.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