OutputsEntropy
#
- class ansys.dpf.core.operators.result.entropy.OutputsEntropy(op: ansys.dpf.core.dpf_operator.Operator)#
Bases:
ansys.dpf.core.outputs._Outputs
Intermediate class used to get outputs from entropy operator.
Examples
>>> from ansys.dpf import core as dpf >>> op = dpf.operators.result.entropy() >>> # Connect inputs : op.inputs. ... >>> result_fields_container = op.outputs.fields_container()
Overview#
Allows to get fields_container output of the operator |
Import detail#
from ansys.dpf.core.operators.result.entropy import OutputsEntropy
Property detail#
- property OutputsEntropy.fields_container#
Allows to get fields_container output of the operator
- Returns:
my_fields_container
- Return type:
Examples
>>> from ansys.dpf import core as dpf >>> op = dpf.operators.result.entropy() >>> # Connect inputs : op.inputs. ... >>> result_fields_container = op.outputs.fields_container()