Chiller system for Kerbal Space Program
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.3 KiB

PART
{
name = chillerRadPanelLg
module = Part
author = Youen
MODEL
{
model = Squad/Parts/Thermal/RadiatorPanels/radPanelLg
}
rescaleFactor = 1.0
node_attach = 0.0, 0.0, -0.0, 0.0, 0.0, -1.0
TechRequired = basicScience
entryCost = 2200
cost = 450
category = Utility
manufacturer = Probodobodyne Inc
subcategory = 0
title = Chiller (large)
description = A radially attachable radiator panel to help dissipate heat into space. This system uses a closed refrigerant circuit and a compressor to move heat from the attached part to itself, allowing very low target temperatures. The chiller panel can accordingly become very hot.
attachRules = 0,1,0,1,1
mass = 0.05
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 12
maxTemp = 2500 // = 2900
bulkheadProfiles = srf
tags = cool fixed heat moderat radiat static temperat therm
emissiveConstant = 0.90
heatConductivity = 0.001 //They have built in insulators
thermalMassModifier = 5
radiatorHeadroom = 0.75
skinInternalConductionMult = 2000
MODULE
{
name = ModuleActiveRadiator
maxEnergyTransfer = 0 // This is just to appear as a radiator to other radiators, but the actual energy transfer happens in ModuleChiller
}
MODULE
{
name = ModuleChiller
MaxPower = 50
}
}