Skip to content

Commit

Permalink
Updated payload chart - A318
Browse files Browse the repository at this point in the history
  • Loading branch information
markszutor committed May 12, 2024
1 parent 6a6d6d6 commit 773a27c
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"weightVariant": "WV005",
"designLimits": {
"weights": {
"maxGw": 68000, // kg
"maxGw": 68400, // kg
"maxZfw": 54500, // kg
"minZfw": 39508, // kg
"maxGwCg": 40, // %CG MAC
Expand All @@ -40,48 +40,48 @@
},
"performanceEnvelope": {
"mlw": [
[ 15, 42500 ],
[ 15, 39500 ],
[ 15, 53000 ],
[ 17, 63000 ],
[ 17, 67400 ],
[ 40, 67400 ],
[ 40, 67400 ],
[ 17, 55000 ],
[ 17, 57500 ],
[ 40, 57500 ],
[ 40, 57500 ],
[ 37, 50000 ],
[ 35, 46000 ],
[ 35, 42500 ]
[ 35, 39500 ]
],
"mzfw": [
[ 17, 64300 ],
[ 39.5, 64300 ],
[ 17, 54500 ],
[ 39.5, 54500 ],
[ 37, 50000 ],
[ 35, 46000 ],
[ 35, 42500 ],
[ 15, 42500 ]
[ 35, 39500 ],
[ 15, 39500 ]
],
"mtow": [
[ 15, 42500 ],
[ 15, 39500 ],
[ 15, 53000 ],
[ 17, 63000 ],
[ 17, 72000 ],
[ 27, 79000 ],
[ 36, 79000 ],
[ 40, 73500 ],
[ 40, 67400 ],
[ 17, 65000 ],
[ 27, 68400 ],
[ 36, 68400 ],
[ 40, 65000 ],
[ 40, 57500 ],
[ 37, 50000 ],
[ 33, 42500 ]
[ 33, 39500 ]
],
"flight": [
[ 13, 42500 ],
[ 13, 39500 ],
[ 13, 52500 ],
[ 15, 63000 ],
[ 15, 72000 ],
[ 25, 79000 ],
[ 38, 79000 ],
[ 41, 74500 ],
[ 15, 65000 ],
[ 25, 68400 ],
[ 38, 68400 ],
[ 41, 68400 ],
[ 41, 51000 ],
[ 35, 46000 ],
[ 35, 42500 ],
[ 13, 42500 ]
[ 35, 39500 ],
[ 13, 39500 ]
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"chartLimits": {
"weight": {
"min": 35000,
"max": 80000,
"min": 40000,
"max": 70000,
"lines": 9,
"scale": 5000,
"values": [ 80, 70, 60, 50, 40]
"values": [ 70, 60, 50, 40, 30]
},
"cg": {
"angleRad": 0.014025,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2024 FlyByWire Simulations
// SPDX-License-Identifier: GPL-3.0
// =======================================================================================
// This is the base airframe configuration file for A320-251N
// This is the base airframe configuration file for A318-115
// Any keys prefixed by underscore (_) should be considered read-only and not overwritable.
//
// NOTE: * This is currently a WIP * ! The override functionality has not been completed yet !
Expand Down Expand Up @@ -40,48 +40,48 @@
},
"performanceEnvelope": {
"mlw": [
[ 15, 42500 ],
[ 15, 39500 ],
[ 15, 53000 ],
[ 17, 63000 ],
[ 17, 67400 ],
[ 40, 67400 ],
[ 40, 67400 ],
[ 17, 55000 ],
[ 17, 57500 ],
[ 40, 57500 ],
[ 40, 57500 ],
[ 37, 50000 ],
[ 35, 46000 ],
[ 35, 42500 ]
[ 35, 39500 ]
],
"mzfw": [
[ 17, 64300 ],
[ 39.5, 64300 ],
[ 17, 54500 ],
[ 39.5, 54500 ],
[ 37, 50000 ],
[ 35, 46000 ],
[ 35, 42500 ],
[ 15, 42500 ]
[ 35, 39500 ],
[ 15, 39500 ]
],
"mtow": [
[ 15, 42500 ],
[ 15, 39500 ],
[ 15, 53000 ],
[ 17, 63000 ],
[ 17, 72000 ],
[ 27, 79000 ],
[ 36, 79000 ],
[ 40, 73500 ],
[ 40, 67400 ],
[ 17, 65000 ],
[ 27, 68400 ],
[ 36, 68400 ],
[ 40, 65000 ],
[ 40, 57500 ],
[ 37, 50000 ],
[ 33, 42500 ]
[ 33, 39500 ]
],
"flight": [
[ 13, 42500 ],
[ 13, 39500 ],
[ 13, 52500 ],
[ 15, 63000 ],
[ 15, 72000 ],
[ 25, 79000 ],
[ 38, 79000 ],
[ 41, 74500 ],
[ 15, 65000 ],
[ 25, 68400 ],
[ 38, 68400 ],
[ 41, 68400 ],
[ 41, 51000 ],
[ 35, 46000 ],
[ 35, 42500 ],
[ 13, 42500 ]
[ 35, 39500 ],
[ 13, 39500 ]
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"chartLimits": {
"weight": {
"min": 35000,
"max": 80000,
"min": 40000,
"max": 70000,
"lines": 9,
"scale": 5000,
"values": [ 80, 70, 60, 50, 40]
"values": [ 70, 60, 50, 40, 30]
},
"cg": {
"angleRad": 0.014025,
Expand Down

0 comments on commit 773a27c

Please sign in to comment.