OutputsComputeInvariantTermsMotion#
- class ansys.dpf.core.operators.result.compute_invariant_terms_motion.OutputsComputeInvariantTermsMotion(op: ansys.dpf.core.dpf_operator.Operator)#
Bases:
ansys.dpf.core.outputs._OutputsIntermediate class used to get outputs from compute_invariant_terms_motion operator.
Examples
>>> from ansys.dpf import core as dpf >>> op = dpf.operators.result.compute_invariant_terms_motion() >>> # Connect inputs : op.inputs. ... >>> result_model_data = op.outputs.model_data() >>> result_mode_shapes = op.outputs.mode_shapes() >>> result_lumped_mass = op.outputs.lumped_mass() >>> result_field_coordinates_and_euler_angles = op.outputs.field_coordinates_and_euler_angles() >>> result_nod = op.outputs.nod() >>> result_used_node_index = op.outputs.used_node_index() >>> result_eigenvalue = op.outputs.eigenvalue() >>> result_translational_mode_shape = op.outputs.translational_mode_shape() >>> result_rotational_mode_shape = op.outputs.rotational_mode_shape() >>> result_invrt_1 = op.outputs.invrt_1() >>> result_invrt_2 = op.outputs.invrt_2() >>> result_invrt_3 = op.outputs.invrt_3() >>> result_invrt_4 = op.outputs.invrt_4() >>> result_invrt_5 = op.outputs.invrt_5() >>> result_invrt_6 = op.outputs.invrt_6() >>> result_invrt_7 = op.outputs.invrt_7() >>> result_invrt_8 = op.outputs.invrt_8()
Overview#
Allows to get model_data output of the operator |
|
Allows to get mode_shapes output of the operator |
|
Allows to get lumped_mass output of the operator |
|
Allows to get field_coordinates_and_euler_angles output of the operator |
|
Allows to get nod output of the operator |
|
Allows to get used_node_index output of the operator |
|
Allows to get eigenvalue output of the operator |
|
Allows to get translational_mode_shape output of the operator |
|
Allows to get rotational_mode_shape output of the operator |
|
Allows to get invrt_1 output of the operator |
|
Allows to get invrt_2 output of the operator |
|
Allows to get invrt_3 output of the operator |
|
Allows to get invrt_4 output of the operator |
|
Allows to get invrt_5 output of the operator |
|
Allows to get invrt_6 output of the operator |
|
Allows to get invrt_7 output of the operator |
|
Allows to get invrt_8 output of the operator |
Import detail#
from ansys.dpf.core.operators.result.compute_invariant_terms_motion import OutputsComputeInvariantTermsMotion
Property detail#
- property OutputsComputeInvariantTermsMotion.model_data: ansys.dpf.core.outputs.Output[ansys.dpf.core.property_field.PropertyField]#
Allows to get model_data output of the operator
data describing the finite element model
- Returns:
An Output instance for this pin.
- Return type:
output
Examples
>>> from ansys.dpf import core as dpf >>> op = dpf.operators.result.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_model_data = op.outputs.model_data()
- property OutputsComputeInvariantTermsMotion.mode_shapes: ansys.dpf.core.outputs.Output[ansys.dpf.core.fields_container.FieldsContainer]#
Allows to get mode_shapes output of the operator
FieldsContainers containing the mode shapes, which are CST and NOR for the cms method
- Returns:
An Output instance for this pin.
- Return type:
output
Examples
>>> from ansys.dpf import core as dpf >>> op = dpf.operators.result.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_mode_shapes = op.outputs.mode_shapes()
- property OutputsComputeInvariantTermsMotion.lumped_mass: ansys.dpf.core.outputs.Output[ansys.dpf.core.fields_container.FieldsContainer]#
Allows to get lumped_mass output of the operator
FieldsContainers containing the lumped mass
- Returns:
An Output instance for this pin.
- Return type:
output
Examples
>>> from ansys.dpf import core as dpf >>> op = dpf.operators.result.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_lumped_mass = op.outputs.lumped_mass()
- property OutputsComputeInvariantTermsMotion.field_coordinates_and_euler_angles: ansys.dpf.core.outputs.Output[ansys.dpf.core.fields_container.FieldsContainer]#
Allows to get field_coordinates_and_euler_angles output of the operator
coordinates and euler angles of all nodes
- Returns:
An Output instance for this pin.
- Return type:
output
Examples
>>> from ansys.dpf import core as dpf >>> op = dpf.operators.result.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_field_coordinates_and_euler_angles = op.outputs.field_coordinates_and_euler_angles()
- property OutputsComputeInvariantTermsMotion.nod: ansys.dpf.core.outputs.Output#
Allows to get nod 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_nod = op.outputs.nod()
- property OutputsComputeInvariantTermsMotion.used_node_index: ansys.dpf.core.outputs.Output#
Allows to get used_node_index 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_used_node_index = op.outputs.used_node_index()
- property OutputsComputeInvariantTermsMotion.eigenvalue: ansys.dpf.core.outputs.Output#
Allows to get eigenvalue 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_eigenvalue = op.outputs.eigenvalue()
- property OutputsComputeInvariantTermsMotion.translational_mode_shape: ansys.dpf.core.outputs.Output#
Allows to get translational_mode_shape 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_translational_mode_shape = op.outputs.translational_mode_shape()
- property OutputsComputeInvariantTermsMotion.rotational_mode_shape: ansys.dpf.core.outputs.Output#
Allows to get rotational_mode_shape 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_rotational_mode_shape = op.outputs.rotational_mode_shape()
- property OutputsComputeInvariantTermsMotion.invrt_1: ansys.dpf.core.outputs.Output[float]#
Allows to get invrt_1 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_invrt_1 = op.outputs.invrt_1()
- property OutputsComputeInvariantTermsMotion.invrt_2: ansys.dpf.core.outputs.Output#
Allows to get invrt_2 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_invrt_2 = op.outputs.invrt_2()
- property OutputsComputeInvariantTermsMotion.invrt_3: ansys.dpf.core.outputs.Output#
Allows to get invrt_3 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_invrt_3 = op.outputs.invrt_3()
- property OutputsComputeInvariantTermsMotion.invrt_4: ansys.dpf.core.outputs.Output#
Allows to get invrt_4 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_invrt_4 = op.outputs.invrt_4()
- property OutputsComputeInvariantTermsMotion.invrt_5: ansys.dpf.core.outputs.Output#
Allows to get invrt_5 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_invrt_5 = op.outputs.invrt_5()
- property OutputsComputeInvariantTermsMotion.invrt_6: ansys.dpf.core.outputs.Output#
Allows to get invrt_6 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_invrt_6 = op.outputs.invrt_6()
- property OutputsComputeInvariantTermsMotion.invrt_7: ansys.dpf.core.outputs.Output#
Allows to get invrt_7 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_invrt_7 = op.outputs.invrt_7()
- property OutputsComputeInvariantTermsMotion.invrt_8: ansys.dpf.core.outputs.Output#
Allows to get invrt_8 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.compute_invariant_terms_motion() >>> # Get the output from op.outputs. ... >>> result_invrt_8 = op.outputs.invrt_8()
Method detail#
- OutputsComputeInvariantTermsMotion.__str__()#