Types/HeatBuffer: Difference between revisions
Jump to navigation
Jump to search
Slippycheeze (talk | contribs) (Blanked the page) Tag: Blanking |
(Documented) |
||
Line 1: | Line 1: | ||
Used to specify heat capacity properties without a heat energy source. | |||
== Mandatory properties == | |||
=== max_temperature === | |||
'''Type''': [[Types/double]] | |||
Must be >= default_temperature. | |||
=== specific_heat === | |||
'''Type''': [[Types/Energy]] | |||
=== max_transfer === | |||
'''Type''': [[Types/Energy]] | |||
== Optional properties == | |||
=== default_temperature === | |||
'''Type''': [[Types/double]] | |||
'''Default''': 15 | |||
=== min_temperature_gradient === | |||
'''Type''': [[Types/double]] | |||
'''Default''': 1 | |||
=== min_working_temperature === | |||
'''Type''': [[Types/double]] | |||
'''Default''': 15 | |||
Must be >= default_temperature and <= max_temperature. | |||
=== pipe_covers === | |||
'''Type''': [[Types/Sprite4Way]] | |||
=== connections === | |||
'''Type''': [[Types/table]] of [[Types/HeatConnection]] | |||
The table may only contain up to 32 connections. |
Revision as of 22:58, 27 July 2019
Used to specify heat capacity properties without a heat energy source.
Mandatory properties
max_temperature
Type: Types/double
Must be >= default_temperature.
specific_heat
Type: Types/Energy
max_transfer
Type: Types/Energy
Optional properties
default_temperature
Type: Types/double
Default: 15
min_temperature_gradient
Type: Types/double
Default: 1
min_working_temperature
Type: Types/double
Default: 15
Must be >= default_temperature and <= max_temperature.
pipe_covers
Type: Types/Sprite4Way
connections
Type: Types/table of Types/HeatConnection
The table may only contain up to 32 connections.