Skip to content

Commit

Permalink
Fix Mk1-3 pod thermal properties not using % - close #2906
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Oct 25, 2023
1 parent 919c99f commit fe956db
Showing 1 changed file with 38 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,21 +198,49 @@
//Peak temp on HS: ~3000 K
//Peak temp on Walls: ~2000 K
//Peak temp on forward surfaces: ~1100 K
maxTemp = 448
skinMaxTemp = 3000 //Ablative coating wrapped around sides of Apollo to account for extreme flux.
emissiveConstant = 0.4 //Metallicized Klapton coating.
heatConductivity = 1.0 //All conductivity. Leave this alone for now
thermalMassModifier = 1.0 //Thermal mass. Leave this alone for now
skinInternalConductionMult = 0.005 //Skin-to-int conductivity. Skin coated in ablator, and isolated from Aluminum hull with very thick insulation layer.
skinMassPerArea = 7.9 //1 mm thick stainless, 7.9 kg/m^2?
skinThermalMassModifier = 1.0 //Skin thermal mass. Leave this alone for now
skinSkinConductionMult = 0.05 //Skin well insulated and connected with slip-joints. Probably not much conduction.
%maxTemp = 448
%skinMaxTemp = 2000 //Ablative coating wrapped around sides of Apollo to account for extreme flux.
%emissiveConstant = 0.4 //Metallicized Klapton coating.
%heatConductivity = 1.0 //All conductivity. Leave this alone for now
%thermalMassModifier = 1.0 //Thermal mass. Leave this alone for now
%skinInternalConductionMult = 0.005 //Skin-to-int conductivity. Skin coated in ablator, and isolated from Aluminum hull with very thick insulation layer.
%skinMassPerArea = 7.9 //1 mm thick stainless, 7.9 kg/m^2?
%skinThermalMassModifier = 1.0 //Skin thermal mass. Leave this alone for now
%skinSkinConductionMult = 0.05 //Skin well insulated and connected with slip-joints. Probably not much conduction.
//manually set this since it's coated with ablator
!skinTempTag = del
!internalTempTag = del
!skinInsulationTag = del
!paintEmissivityTag = del
@mass = 3.7
MODULE
{
name = ModuleAblator
ablativeResource = Ablator
outputResource = CharredAblator
outputMult = 0.8
lossExp = -20000
lossConst = 150
pyrolysisLossFactor = 145833
ablationTempThresh = 1250
reentryConductivity = 0.0025
infoTemp = 3000
}
RESOURCE
{
name = Ablator
maxAmount = 56.47
amount = 56.47
}
RESOURCE
{
name = CharredAblator
maxAmount = 45.17
amount = 0
}
@mass = 3.644
@MODULE[ModuleCommand]
{
@minimumCrew = 1
Expand Down

0 comments on commit fe956db

Please sign in to comment.