Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Dec 22, 2014
1 parent bf3e232 commit 3f3ee99
Show file tree
Hide file tree
Showing 33 changed files with 2,448 additions and 0 deletions.
150 changes: 150 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results

[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/

# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

*_i.c
*_p.c
*.ilk
*.meta
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.Publish.xml
*.pubxml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

# =========================
# Windows detritus
# =========================

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
.DS_Store
8 changes: 8 additions & 0 deletions ProceduralDynamics/PWingsSettings.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
PWingsSettings
{
keyTranslation = g
keyTipScale = t
keyRootScale = b
moveSpeed = 5
scaleSpeed = 0.25
}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions ProceduralDynamics/Parts/DYJproceduralwing2/part.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
PART
{
// --- general parameters ---
name = Proceduralwing2
module = Winglet
author = DYJ

// --- asset parameters ---
mesh = model.mu
scale = 1
rescaleFactor = 1

// --- editor parameters ---
TechRequired = advAerodynamics
entryCost = 10000
cost = 0
category = Aero
subcategory = 0
title = PWing - Mark 2
manufacturer = Procedural Dynamics
description = Wing part of yet to be determined shape, size, mass and other measurements aswell.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,1,1

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.0, 0.0, 0.0, -1.0, 0.0, 0.0

// --- standard part parameters ---
mass = 0.033
dragModelType = override
maximum_drag = 0.02
minimum_drag = 0.02
angularDrag = 2
crashTolerance = 15
maxTemp = 1700
explosionPotential = 0.1
fuelCrossFeed = True
breakingTorque = 100
breakingForce = 100
mirrorRefAxis = 0, 0, -1

// --- winglet parameters ---
// dragCoeff will override the maximum_drag value
dragCoeff = 0.2
deflectionLiftCoeff = 0.5

MODULE
{
name = WingManipulator
}
}

@PART[Proceduralwing2]:NEEDS[FerramAerospaceResearch|NEAR] {
@module = Part
@maximum_drag = 0
@minimum_drag = 0
@angularDrag = 0
!dragCoeff = DELETE
!deflectionLiftCoeff = DELETE

MODULE
{
name = FARWingAerodynamicModel
MAC = 2
MidChordSweep = 0
b_2 = 1
TaperRatio = 1
}
}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions ProceduralDynamics/Parts/DYJproceduralwing2endcap/part.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
PART
{
// --- general parameters ---
name = Proceduralwing2EndPiece
module = Winglet
author = DYJ

// --- asset parameters ---
mesh = model.mu
scale = 1
rescaleFactor = 1

// --- editor parameters ---
TechRequired = advAerodynamics
entryCost = 10000
cost = 0
category = Aero
subcategory = 0
title = PWing - Mark2 Tip
manufacturer = Procedural Dynamics
description = Wing part of yet to be determined shape, size, mass and other measurements aswell, this one is rounder than the others.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,1,1

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.0, 0.0, 0.0, -1.0, 0.0, 0.0

// --- standard part parameters ---
mass = 0.033
dragModelType = override
maximum_drag = 0.02
minimum_drag = 0.02
angularDrag = 2
crashTolerance = 15
maxTemp = 1700
explosionPotential = 0.1
fuelCrossFeed = True
breakingTorque = 100
breakingForce = 100
mirrorRefAxis = 0, 0, -1

// --- winglet parameters ---
// dragCoeff will override the maximum_drag value
dragCoeff = 0.2
deflectionLiftCoeff = 0.5

MODULE
{
name = WingManipulator
}
}

@PART[Proceduralwing2EndPiece]:NEEDS[FerramAerospaceResearch|NEAR] {
@module = Part
@maximum_drag = 0
@minimum_drag = 0
@angularDrag = 0
!dragCoeff = DELETE
!deflectionLiftCoeff = DELETE

MODULE
{
name = FARWingAerodynamicModel
MAC = 2
MidChordSweep = 0
b_2 = 1
TaperRatio = 1
}
}
Binary file not shown.
76 changes: 76 additions & 0 deletions ProceduralDynamics/Parts/DYJproceduralwing3/part.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
PART
{
// --- general parameters ---
name = Proceduralwing4
module = Winglet
author = DYJ

// --- asset parameters ---
mesh = model.mu
scale = 1
rescaleFactor = 1

// --- editor parameters ---
TechRequired = advAerodynamics
entryCost = 10000
cost = 0
category = Aero
subcategory = 0
title = PWing - Mark 4
manufacturer = Procedural Dynamics
description = Wing part of yet to be determined shape, size, mass and other measurements aswell.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,1,1

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.0, 0.0, 0.0, -1.0, 0.0, 0.0

// --- standard part parameters ---
mass = 0.033
dragModelType = override
maximum_drag = 0.02
minimum_drag = 0.02
angularDrag = 2
crashTolerance = 15
maxTemp = 1700
explosionPotential = 0.1
fuelCrossFeed = True
breakingTorque = 100
breakingForce = 100
mirrorRefAxis = 0, 0, -1

// --- winglet parameters ---
// dragCoeff will override the maximum_drag value
dragCoeff = 0.2
deflectionLiftCoeff = 0.5

MODULE
{
name = WingManipulator
}

MODULE
{
name = FlapToggler
}
}

@PART[Proceduralwing4]:NEEDS[FerramAerospaceResearch|NEAR] {
@module = Part
@maximum_drag = 0
@minimum_drag = 0
@angularDrag = 0
!dragCoeff = DELETE
!deflectionLiftCoeff = DELETE

MODULE
{
name = FARWingAerodynamicModel
MAC = 2
MidChordSweep = 0
b_2 = 1
TaperRatio = 1
}
}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3f3ee99

Please sign in to comment.