Object Convection.FilmCoefficient { get; set; }

Property used to get and set the film coefficient data The setter allows the use of a table object, an expression contained in a string or a quantity object as a data source. Depending on the representation type, the getter return type is a 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 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.