Class ThermalConnectorWithResistance
Inheritance
System.Object
ThermalConnectorWithResistance
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.LumpedParameterThermalAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ThermalConnectorWithResistance : ThermalConnector, IEquatable<APIBase>
Properties
ThermalResistance
Measurement: ThermalResistance
Declaration
public double ThermalResistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>