ContinuousFiberCompositesFiles#
- class ansys.dpf.composites.data_sources.ContinuousFiberCompositesFiles(*, composite, engineering_data, solver_input_file=None, files_are_local=True, solver_type=SolverType.MAPDL, rst=None, result_files=None)#
Provides the container for continuous fiber composite file paths.
- Parameters:
result_files (list[str | os.PathLike[str]]) – A single path to an RST file, or a list of paths to distributed RST files. For LSDyna, only the
d3plot
file has to be passed.rst (
Optional
[Union
[list
[Union
[str
,PathLike
[str
]]],str
,PathLike
[str
]]], default:None
) – Deprecated and will be removed in the future. Useresult_files
instead. The value is kept in sync withresult_files
.composite (dict[str, ansys.dpf.composites.data_sources.CompositeDefinitionFiles]) – Dictionary of composite definition files. The key can be chosen freely.
engineering_data (str | os.PathLike[str]) – Path to the engineering data file.
solver_input_file (str | os.PathLike[str] | None) – Input file for the solver (MAPDL:
*.dat | *.cdb
, LSDyna:*.k
). Currently only needed for LSDyna.files_are_local (bool) – True if files are on the local machine, False if they have already been uploaded to the DPF server.
solver_type (ansys.dpf.composites.constants.SolverType) – Specify the type of the solver.
Methods
Attributes
Get the result files.