Difference between revisions of "Parts/Aero/airplaneFins/standardCanard.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/Aero/standardCanard/standardCanard.cfg to Parts/Aero/airplaneFins/standardCanard.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Standard Canard|2=PART | {{Part config|Standard Canard|2=PART | ||
{ | { | ||
− | + | name = CanardController | |
− | + | module = Part | |
− | + | author = C. Jenkins, Porkjet | |
− | + | rescaleFactor = 1 | |
− | + | node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | |
− | + | TechRequired = hypersonicFlight | |
− | + | entryCost = 11400 | |
− | + | cost = 720 | |
− | + | category = Aero | |
− | + | subcategory = 0 | |
− | + | title = Standard Canard | |
− | + | manufacturer = C7 Aerospace Division | |
− | name = CanardController | + | description = Our engineers had a stroke of inspiration after "visiting" the Kerlington production facilities. Introducing our new controllable canards. Warning, hard maneuvering may cause unintended stage separation. |
− | module = Part | + | attachRules = 0,1,0,1,0 |
− | author = C. Jenkins | + | mass = 0.1 |
− | + | 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 = 3 | |
− | TechRequired = hypersonicFlight | + | crashTolerance = 12 |
− | entryCost = 11400 | + | maxTemp = 2000 // = 3400 |
− | cost = 720 | + | explosionPotential = 0.1 |
− | category = Aero | + | fuelCrossFeed = True |
− | subcategory = 0 | + | bulkheadProfiles = srf |
− | title = Standard Canard | + | MODEL |
− | manufacturer = C7 Aerospace Division | + | { |
− | description = Our engineers had a stroke of inspiration after "visiting" the Kerlington production facilities. Introducing our new controllable canards. Warning, hard maneuvering may cause unintended stage separation. | + | model = Squad/Parts/Aero/airplaneFins/Canard |
− | + | } | |
− | attachRules = 0,1,0,1,0 | + | MODULE |
− | + | { | |
− | // - | + | name = ModuleControlSurface |
− | // | + | useInternalDragModel = True |
− | + | dragCoeff = 0.5 | |
− | + | deflectionLiftCoeff = 0.52 //1.83m^2 | |
− | + | ctrlSurfaceRange = 15 | |
− | // | + | ctrlSurfaceArea = 1 |
− | + | actuatorSpeed = 20 | |
− | dragModelType = | + | transformName = ctrlSrf |
− | maximum_drag = 0.02 | + | } |
− | minimum_drag = 0.02 | ||
− | angularDrag = 3 | ||
− | crashTolerance = 12 | ||
− | maxTemp = 3400 | ||
− | explosionPotential = 0.1 | ||
− | fuelCrossFeed = True | ||
− | |||
− | MODULE | ||
− | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
}} | }} |
Revision as of 10:06, 29 April 2015
PART { name = CanardController module = Part author = C. Jenkins, Porkjet rescaleFactor = 1 node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1 TechRequired = hypersonicFlight entryCost = 11400 cost = 720 category = Aero subcategory = 0 title = Standard Canard manufacturer = C7 Aerospace Division description = Our engineers had a stroke of inspiration after "visiting" the Kerlington production facilities. Introducing our new controllable canards. Warning, hard maneuvering may cause unintended stage separation. attachRules = 0,1,0,1,0 mass = 0.1 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 = 3 crashTolerance = 12 maxTemp = 2000 // = 3400 explosionPotential = 0.1 fuelCrossFeed = True bulkheadProfiles = srf MODEL { model = Squad/Parts/Aero/airplaneFins/Canard } MODULE { name = ModuleControlSurface useInternalDragModel = True dragCoeff = 0.5 deflectionLiftCoeff = 0.52 //1.83m^2 ctrlSurfaceRange = 15 ctrlSurfaceArea = 1 actuatorSpeed = 20 transformName = ctrlSrf } }