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 an Ansys.Core.Units.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 an Ansys.Core.Units.Quantity object containg the value and the units currently assigned to the film coefficient. - On tabular mode, it returns an Ansys.ACT.Automation.Mechanical.TabularDataTable object.
Declaration Syntax
public object FilmCoefficient { set;get; }