Class GenericConvectionFace
Inheritance
System.Object
GenericConvectionFace
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.LumpedParameterThermalAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GenericConvectionFace : ConvectionFace, IEquatable<APIBase>
Properties
AreaModificationFactor
Declaration
public double AreaModificationFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ModifiedSurfaceArea
This area will be used to determine convection resistance for this surface.
Measurement: SmallArea
Declaration
public double ModifiedSurfaceArea { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
SurfaceArea
Measurement: SmallArea
Declaration
public double SurfaceArea { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>