Show / Hide Table of Contents

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 Source

alpha

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
| Improve this Doc View Source

G

Pipe conductivity (mols/kPa/sec).

Declaration
public float G { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

InletName

Declaration
public string InletName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

K

Thermal convection coefficient (J/degK/sec).

Declaration
public float K { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

OutletName

Declaration
public string OutletName { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾