Difference between revisions of "Parts/Aero/airplaneFins/sweptWing.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/Aero/sweptWing/sweptWing.cfg to Parts/Aero/airplaneFins/sweptWing.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Swept Wings|2=PART | {{Part config|Swept Wings|2=PART | ||
{ | { | ||
− | + | name = sweptWing | |
− | + | module = Part | |
− | + | author = C. Jenkins, Porkjet | |
− | + | rescaleFactor = 1 | |
− | + | node_attach = 0.0, 0.0, 0.0, -1.0, 0.0, 0.0, 1 | |
− | + | TechRequired = aviation | |
− | + | entryCost = 3600 | |
− | + | cost = 620 | |
− | + | category = Aero | |
− | + | subcategory = 0 | |
− | + | title = Swept Wings | |
− | + | manufacturer = WinterOwl Aircraft Emporium | |
− | + | description = A prototype swept back wing, part of our "Let's Fly", line. Made of light weight composite materials. Guaranteed to generate lift, not guaranteed to ensure crew safety. | |
− | + | attachRules = 0,1,0,1,1 | |
− | + | mass = 0.275 | |
− | + | thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K | |
− | + | // heatConductivity = 0.06 // half default | |
− | + | emissiveConstant = 0.95 | |
− | + | dragModelType = none | |
− | + | maximum_drag = 0.02 | |
− | + | minimum_drag = 0.02 | |
− | + | angularDrag = 2 | |
− | TechRequired = | + | crashTolerance = 15 |
− | entryCost = 3600 | + | maxTemp = 2000 // = 3400 |
− | cost = 620 | + | explosionPotential = 0.1 |
− | category = Aero | + | fuelCrossFeed = True |
− | subcategory = 0 | + | bulkheadProfiles = srf |
− | title = Swept Wings | + | MODEL |
− | manufacturer = | + | { |
− | description = A prototype swept back wing. Made of light weight composite materials. Guaranteed to generate lift, not guaranteed to ensure crew safety. | + | model = Squad/Parts/Aero/airplaneFins/Swept |
− | + | } | |
− | + | MODULE | |
− | attachRules = 0,1,0,1,1 | + | { |
− | + | name = ModuleLiftingSurface | |
− | // - | + | useInternalDragModel = True |
− | // | + | deflectionLiftCoeff = 1.37 // 4.83m^2 |
− | + | dragAtMaxAoA = 0.6 | |
− | + | dragAtMinAoA = 0.1 | |
− | + | } | |
− | // | ||
− | |||
− | dragModelType = | ||
− | maximum_drag = 0.02 | ||
− | minimum_drag = 0.02 | ||
− | angularDrag = 2 | ||
− | crashTolerance = 15 | ||
− | maxTemp = 3400 | ||
− | explosionPotential = 0.1 | ||
− | fuelCrossFeed = True | ||
− | // | ||
− | // | ||
− | |||
− | deflectionLiftCoeff = 1. | ||
− | |||
− | |||
− | |||
− | // | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
}} | }} |
Revision as of 10:05, 29 April 2015
PART { name = sweptWing module = Part author = C. Jenkins, Porkjet rescaleFactor = 1 node_attach = 0.0, 0.0, 0.0, -1.0, 0.0, 0.0, 1 TechRequired = aviation entryCost = 3600 cost = 620 category = Aero subcategory = 0 title = Swept Wings manufacturer = WinterOwl Aircraft Emporium description = A prototype swept back wing, part of our "Let's Fly", line. Made of light weight composite materials. Guaranteed to generate lift, not guaranteed to ensure crew safety. attachRules = 0,1,0,1,1 mass = 0.275 thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K // heatConductivity = 0.06 // half default emissiveConstant = 0.95 dragModelType = none maximum_drag = 0.02 minimum_drag = 0.02 angularDrag = 2 crashTolerance = 15 maxTemp = 2000 // = 3400 explosionPotential = 0.1 fuelCrossFeed = True bulkheadProfiles = srf MODEL { model = Squad/Parts/Aero/airplaneFins/Swept } MODULE { name = ModuleLiftingSurface useInternalDragModel = True deflectionLiftCoeff = 1.37 // 4.83m^2 dragAtMaxAoA = 0.6 dragAtMinAoA = 0.1 } }