Difference between revisions of "Parts/Aero/airplaneFins/tailfin.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/Aero/tailfin/part.cfg to Parts/Aero/airplaneFins/tailfin.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Tail Fin|2=PART | {{Part config|Tail Fin|2=PART | ||
{ | { | ||
− | + | name = tailfin | |
− | + | 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 = 3800 | |
− | + | cost = 600 | |
− | + | category = Aero | |
− | + | subcategory = 0 | |
− | + | title = Tail Fin | |
− | + | manufacturer = C7 Aerospace Division | |
− | + | description = This tailfin has passed extensive modeling in our patented P.A.S system.(Paper Airplane Simulation). This fin has been blunted to prevent accidental dismemberment of installing technicians. | |
− | + | attachRules = 0,1,0,1,0 | |
− | + | mass = 0.125 | |
− | + | 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 = 12 |
− | entryCost = 3800 | + | maxTemp = 2000 // = 3400 |
− | cost = 600 | + | explosionPotential = 0.1 |
− | category = Aero | + | fuelCrossFeed = True |
− | subcategory = 0 | + | bulkheadProfiles = srf |
− | title = Tail Fin | + | MODEL |
− | manufacturer = C7 Aerospace Division | + | { |
− | description = This tailfin has passed extensive modeling in our patented P.A.S system.(Paper Airplane Simulation). This fin has been blunted to prevent accidental dismemberment of installing technicians. | + | model = Squad/Parts/Aero/airplaneFins/TailFin |
− | + | } | |
− | attachRules = 0,1,0,1, | + | MODULE |
− | + | { | |
− | // - | + | name = ModuleControlSurface |
− | // | + | useInternalDragModel = True |
− | + | dragCoeff = 0.6 | |
− | + | deflectionLiftCoeff = 0.61 // 2.18m^2 | |
− | + | ctrlSurfaceRange = 25 | |
− | // | + | ctrlSurfaceArea = 1 |
− | + | actuatorSpeed = 25 | |
− | dragModelType = | + | transformName = ctrlSrf |
− | maximum_drag = 0.02 | + | } |
− | minimum_drag = 0.02 | ||
− | angularDrag = 2 | ||
− | crashTolerance = 12 | ||
− | maxTemp = 3400 | ||
− | explosionPotential = 0.1 | ||
− | fuelCrossFeed = True | ||
− | |||
− | // | ||
− | // | ||
− | dragCoeff = 0. | ||
− | deflectionLiftCoeff = 0. | ||
− | |||
− | |||
− | |||
− | // | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
}} | }} |
Revision as of 10:04, 29 April 2015
PART { name = tailfin 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 = 3800 cost = 600 category = Aero subcategory = 0 title = Tail Fin manufacturer = C7 Aerospace Division description = This tailfin has passed extensive modeling in our patented P.A.S system.(Paper Airplane Simulation). This fin has been blunted to prevent accidental dismemberment of installing technicians. attachRules = 0,1,0,1,0 mass = 0.125 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 = 12 maxTemp = 2000 // = 3400 explosionPotential = 0.1 fuelCrossFeed = True bulkheadProfiles = srf MODEL { model = Squad/Parts/Aero/airplaneFins/TailFin } MODULE { name = ModuleControlSurface useInternalDragModel = True dragCoeff = 0.6 deflectionLiftCoeff = 0.61 // 2.18m^2 ctrlSurfaceRange = 25 ctrlSurfaceArea = 1 actuatorSpeed = 25 transformName = ctrlSrf } }