ShortFiberCompositesFiles#
- class ansys.dpf.composites.data_sources.ShortFiberCompositesFiles(rst, dsdat, engineering_data, files_are_local=True)#
Provides the container for short fiber composite file paths.
- Parameters:
rst (list[str | os.PathLike[str]]) – A single path to an RST file, or a list of paths to distributed RST files.
dsdat (str | os.PathLike[str]) – Path to the solver input file (
ds.dat
).engineering_data (str | os.PathLike[str]) – Path to the engineering data file.
files_are_local (bool) – True if files are on the local machine, False if they have already been uploaded to the DPF server.
Methods
Attributes