Skip to content

Commit

Permalink
add get_rst_streams_provider to CompositeModelImpl2023R2
Browse files Browse the repository at this point in the history
  • Loading branch information
roosre committed Sep 12, 2024
1 parent ea32914 commit 04dfcf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ansys/dpf/composites/_composite_model_impl_2023r2.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,3 +648,7 @@ def _first_composite_definition_label_if_only_one(self) -> str:
f"Multiple composite definition keys exist: {self.composite_definition_labels}. "
f"Specify a key explicitly."
)

def get_rst_streams_provider(self) -> Operator:
"""Get the stream provider of the result file."""
return self._core_model.metadata.streams_provider

0 comments on commit 04dfcf5

Please sign in to comment.