Skip to content

Instantly share code, notes, and snippets.

@ntwest
Created February 2, 2017 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntwest/fe65c686b7a575c49e973fe1866e6c0c to your computer and use it in GitHub Desktop.
Save ntwest/fe65c686b7a575c49e973fe1866e6c0c to your computer and use it in GitHub Desktop.
+PART[radPanelLg]
{
@name = HeatPump_radPanelLg
@title = Zero-Boiloff Refrigeration Panel (large)
@description = A radially attachable device to keep tanks cool.
-MODULE[ModuleActiveRadiator],* {}
@maxTemp = 3200
@skinMaxTemp = 3200
@emissiveConstant = 0.85
@skinInternalConductionMult = 0.00001
@skinSkinConductionMult = 0.001
@heatConduction = 0.00001
@leaveTemp = true
MODULE
{
name = ModuleRealFuelsHeatPump
// Active tank refrigeration. Set this if you want cooling BEYOND heat penetration removal
heatTransfer = 20
// Part's heatConductivity. Only gets set if provided value is lower than the part's current values during HP initialization
heatConductivity = 0.12
// Part's skin-internal conduction factor. Only gets set if provided value is lower than the part's current values during HP initialization
// This is meant to represent any multi layered insulation present
skinInternalConductionMult = 1
// Percentage of max temp (skin and internal) at which throttling occurs
radiatorMaxTempCap = 0.8
// One RESOURCE node for each resource you want consumed (or gained!) for each watt of heat removed.
// NASA documents state that 114 We are required for each Wt removed
RESOURCE
{
name = ElectricCharge
rate = 0.114
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment