OutputsStressPrincipal1#

class ansys.dpf.core.operators.result.stress_principal_1.OutputsStressPrincipal1(op: ansys.dpf.core.dpf_operator.Operator)#

Bases: ansys.dpf.core.outputs._Outputs

Intermediate class used to get outputs from stress_principal_1 operator.

Examples

>>> from ansys.dpf import core as dpf
>>> op = dpf.operators.result.stress_principal_1()
>>> # Connect inputs : op.inputs. ...
>>> result_fields_container = op.outputs.fields_container()

Overview#

fields_container

Allows to get fields_container output of the operator

Import detail#

from ansys.dpf.core.operators.result.stress_principal_1 import OutputsStressPrincipal1

Property detail#

property OutputsStressPrincipal1.fields_container: ansys.dpf.core.outputs.Output[ansys.dpf.core.fields_container.FieldsContainer]#

Allows to get fields_container output of the operator

Returns:

An Output instance for this pin.

Return type:

output

Examples

>>> from ansys.dpf import core as dpf
>>> op = dpf.operators.result.stress_principal_1()
>>> # Get the output from op.outputs. ...
>>> result_fields_container = op.outputs.fields_container()

Method detail#

OutputsStressPrincipal1.__getitem__(index) Output#
OutputsStressPrincipal1.__str__()#