`Field`
Last update: 16.07.2025class Ansys.ACT.Mechanical.Fields.Field
Bases: object
Represents a discrete or continuous field that can be used in a component of a boundary condition from Mechanical, for instance.
Overview
Properties
| Name | Description |
|---|---|
Inputs |
Gets the input variables of this component. |
Name |
Gets the name of this component. |
Output |
Gets the output variable of this component. |
Property detail
property Field.Inputs : List[Ansys.ACT.Mechanical.Fields.Variable] | None
Gets the input variables of this component.
property Field.Name : str | None
Gets the name of this component.
property Field.Output : Ansys.ACT.Mechanical.Fields.Variable | None
Gets the output variable of this component.