Defines a Convection.
Declaration Syntax
public class Convection : GenericBoundaryCondition
Table 964: Members
|
Property | AmbientTemperature |
Property used to get and set the ambient temperature data The setter allows the use of a table (See Ansys.ACT.Automation.Mechanical.Table) object, an expression contained in a string or a quantity object as a data source. Depending on the representation (See Ansys.Mechanical.DataModel.MechanicalEnums.BoundaryConditions.DataRepresentation) type, the getter return type is a field (See Ansys.ACT.Mechanical.Fields.Field) object or an object which type depends on the source of the ambient temperature data: - On table assignment mode, it returns the source table (See Ansys.ACT.Automation.Mechanical.Table) object. - On function mode, it returns a string containing the expression evaluated to obtain the data. - On constant mode, it returns a quantity object containg the value and the units currently assigned to the ambient temperature. - On tabular mode, it returns a tabularDataTable object. |
|
Property | AmbientTemperatureCoordinateSystem |
The coordinate system id used currently to determinine the position of the points of the ambient temperature variable |
|
Property | Children |
Gets the list of children. (Inherited from GenericBoundaryCondition.) |
|
Property | CoefficientType |
Gets or sets the CoefficientType. |
|
Property | Comments |
Gets the list of associated comments. (Inherited from GenericBoundaryCondition.) |
|
Property | ConvectionCoefficientCoordinateSystem |
The coordinate system id used currently to determinine the position of the points of the convection coefficient variable |
|
Property | ConvectionMatrix |
Gets or sets the ConvectionMatrix. |
|
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
|
Property | DisplayConnectionLines |
Gets or sets the DisplayConnectionLines. |
|
Property | EditDataFor |
Gets or sets the EditDataFor. |
|
Property | ElementAPDLName |
Gets or Sets the ElementAPDLName which stores the element type number of the convection load. This you can reference and use in Command Snippets. |
|
Property | Figures |
Gets the list of associated figures. (Inherited from GenericBoundaryCondition.) |
|
Property | FilmCoefficient |
Property used to get and set the film coefficient data The setter allows the use of a table (See Ansys.ACT.Automation.Mechanical.Table) object, an expression contained in a string or a quantity object as a data source. Depending on the representation (See Ansys.Mechanical.DataModel.MechanicalEnums.BoundaryConditions.DataRepresentation) type, the getter return type is a field (See Ansys.ACT.Mechanical.Fields.Field) object or an object which type depends on the source of the film coefficient data: - On table assignment mode, it returns the source table (See Ansys.ACT.Automation.Mechanical.Table) object. - On function mode, it returns a string containing the expression evaluated to obtain the data. - On constant mode, it returns a quantity object containg the value and the units currently assigned to the film coefficient. - On tabular mode, it returns a tabularDataTable object. |
|
Property | FluidFlowSelection |
Gets or sets the FluidFlowSelection. |
|
Property | GraphControlsXAxis |
Gets or sets the GraphControlsXAxis. |
|
Property | HasFluidFlow |
Gets or sets the HasFluidFlow. |
|
Property | Images |
Gets the list of associated images. (Inherited from GenericBoundaryCondition.) |
|
Property | IndependentVariable |
Gets or sets the IndependentVariable. |
|
Property | InternalObject |
No details are provided for this entry. |
|
Property | Location |
Gets or sets the Location. |
|
Property | NumberOfSegments |
Gets or sets the NumberOfSegments. |
|
Property | RangeMaximum |
Gets or sets the RangeMaximum. |
|
Property | RangeMinimum |
Gets or sets the RangeMinimum. |
|
Property | SharedRefBody |
Gets or sets the SharedRefBody. (Inherited from GenericBoundaryCondition.) |
|
Property | Suppressed |
Gets or sets the Suppressed. (Inherited from GenericBoundaryCondition.) |
|
Property | XYZFunctionCoordinateSystem |
Gets or sets the XYZFunctionCoordinateSystem. |
|
Method | GetActivateAtLoadStep(uint) |
Gets whether the convection is active at the specified load step. |
|
Method | GetComponentActivateAtLoadStep(string, uint) |
No details are provided for this entry. |
|
Method | SetActivateAtLoadStep(uint, bool) |
Sets whether the convection is active at the specified load step. |
|
Method | SetComponentActivateAtLoadStep(string, uint, bool) |
No details are provided for this entry. |