Difference between revisions of "Parts/Aero/airplaneFins/advancedCanard.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0;)
m (*update to 1.0.4;)
 
Line 6: Line 6:
 
rescaleFactor = 1
 
rescaleFactor = 1
 
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
 
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
 +
CoLOffset = -0.4, -0.05, 0
 +
CoPOffset = -0.4, -0.05, 0
 
TechRequired = hypersonicFlight
 
TechRequired = hypersonicFlight
 
entryCost = 9200
 
entryCost = 9200
Line 16: Line 18:
 
attachRules = 0,1,0,1,0
 
attachRules = 0,1,0,1,0
 
mass = 0.08
 
mass = 0.08
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
+
thermalMassModifier = 8.0
 
// heatConductivity = 0.06 // half default
 
// heatConductivity = 0.06 // half default
 
emissiveConstant = 0.95
 
emissiveConstant = 0.95
Line 24: Line 26:
 
angularDrag = 3
 
angularDrag = 3
 
crashTolerance = 12
 
crashTolerance = 12
maxTemp = 2000 // = 3400
+
maxTemp = 2400
 
explosionPotential = 0.1
 
explosionPotential = 0.1
 
fuelCrossFeed = True
 
fuelCrossFeed = True

Latest revision as of 12:09, 27 June 2015

This is the configuration file for Advanced Canard.
PART
{
	name = AdvancedCanard
	module = Part
	author = C. Jenkins, Porkjet
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	CoLOffset = -0.4, -0.05, 0
	CoPOffset = -0.4, -0.05, 0
	TechRequired = hypersonicFlight
	entryCost = 9200
	cost = 800
	category = Aero
	subcategory = 0
	title = Advanced Canard
	manufacturer = C7 Aerospace Division
	description = Our engineers thought this design looked "high tech" and therefore must be clear improvement on earlier models.
	attachRules = 0,1,0,1,0
	mass = 0.08
	thermalMassModifier = 8.0
	// heatConductivity = 0.06 // half default
	emissiveConstant = 0.95
	dragModelType = none
	maximum_drag = 0.02
	minimum_drag = 0.02
	angularDrag = 3
	crashTolerance = 12
	maxTemp = 2400
	explosionPotential = 0.1
	fuelCrossFeed = True
	bulkheadProfiles = srf
	MODEL
	{
		model = Squad/Parts/Aero/airplaneFins/AdvCanard
	}
	MODULE
	{
		name = ModuleControlSurface
		useInternalDragModel = True
		dragCoeff = 0.5
		deflectionLiftCoeff = 0.4		// ~1,4m^2
		ctrlSurfaceRange = 15
		ctrlSurfaceArea = 1
		actuatorSpeed = 30
		transformName = ctrlSrf
	}
}