MaterialOperators#

class ansys.dpf.composites.layup_info.material_operators.MaterialOperators(material_provider, material_support_provider, result_info_provider)#

Provides the container for material-related operators.

Parameters:
  • material_support_provider (Operator) – The material support provider takes care of mapping the materials in the RST file to the materials in the composite definitions. The material support contains all the materials from the RST file. Currently the output of this operator cannot be inspected in Python.

  • material_provider (Operator) – Outputs the MaterialsContainer, which can be used to evaluate material properties. This container cannot be queried in Python, but it can be passed to other DPF operators that evaluate the properties.

  • result_info_provider (Operator) – Provides the ResultInfo object.

Methods

Attributes

MaterialOperators.material_container_helper_op

Get material container helper operator.

MaterialOperators.material_provider

Get material_provider.

MaterialOperators.material_support_provider

Get material_support_provider.

MaterialOperators.result_info_provider

Get result_info_provider.