Skip to content

Commit

Permalink
Making History updates
Browse files Browse the repository at this point in the history
* Tweaked aerodynamics of round pods (CoP/CoL should be very close to center given their shape) to stabilize them during descent.
* Added shielding to Mk2 Pod
* Added support for new Mk1Pod part (technically same part but new name and new model; so added name to old config)
  • Loading branch information
Starwaster committed Jan 27, 2019
1 parent 08c3f2b commit bebb44f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions DeadlyReentry/DeadlyReentry-MakingHistory.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
@PART[Mk2Pod]
{
%maxTemp = 850
%skinMaxTemp = 2700
%skinInternalConductionMult = 0.0001
%emissiveConstant = 0.85

MODULE
{
name = ModuleHeatShield
ablativeResource = AblativeShielding
lossExp = -7500
lossConst = 1.6
pyrolysisLossFactor = 6000
reentryConductivity = 0.001
ablationTempThresh = 500
depletedMaxTemp = 1200
charMin = 1
charMax = 1
charAlpha = 1
useNode = true
nodeName = bottom
}
RESOURCE
{
name = AblativeShielding
amount = 120
maxAmount = 120
}
}
@PART[kv1Pod|kv2Pod|kv3Pod]
{
%CoPOffset = 0.0, 0.3379, -0.0254 // 0.0, 0.3125, 0.0
%CoLOffset = 0.0, 0.3379, -0.0254 // 0.0, 0.3125, 0.0
}
2 changes: 1 addition & 1 deletion DeadlyReentry/DeadlyReentry.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ RESOURCE_DEFINITION:NEEDS[!RealFuels]
%leaveTemp = true
}

@PART[mk1pod|mk1podNew]:FOR[DeadlyReentry]
@PART[mk1pod|mk1podNew|mk1pod_v2]:FOR[DeadlyReentry]
{
%maxTemp = 850
%skinMaxTemp = 2700
Expand Down

0 comments on commit bebb44f

Please sign in to comment.