Class HeatExchangerComponent
Inheritance
System.Object
HeatExchangerComponent
Namespace: Content.Server.Atmos.Components
Assembly: Content.Server.dll
Syntax
public sealed class HeatExchangerComponent : Component
Properties
| Improve this Doc View Sourcealpha
Thermal radiation coefficient. Number of "effective" tiles this radiator radiates compared to superconductivity tile losses.
Declaration
public float alpha { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
G
Pipe conductivity (mols/kPa/sec).
Declaration
public float G { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
InletName
Declaration
public string InletName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
K
Thermal convection coefficient (J/degK/sec).
Declaration
public float K { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
OutletName
Declaration
public string OutletName { get; set; }
Property Value
Type | Description |
---|---|
System.String |