How is the change of moment handled in a Weight and Balance calculation with a swept wing aircraft?












3












$begingroup$


I'm writing a weight and balance calculator for a charter operation.



Every aircraft I've ever flight planned for has all the tanks on the same moment arm, so I don't know how you calculate the W&B for an aircraft that has swept wings. Do they have one tank on each wing whose moment changes as it drains, or do they have multiple tanks? And if they have multiple tanks, so you have to calculate for 'drain the forward tanks first' and 'drain the rearward tanks first' and plot both of those on envelope?










share|improve this question









$endgroup$

















    3












    $begingroup$


    I'm writing a weight and balance calculator for a charter operation.



    Every aircraft I've ever flight planned for has all the tanks on the same moment arm, so I don't know how you calculate the W&B for an aircraft that has swept wings. Do they have one tank on each wing whose moment changes as it drains, or do they have multiple tanks? And if they have multiple tanks, so you have to calculate for 'drain the forward tanks first' and 'drain the rearward tanks first' and plot both of those on envelope?










    share|improve this question









    $endgroup$















      3












      3








      3





      $begingroup$


      I'm writing a weight and balance calculator for a charter operation.



      Every aircraft I've ever flight planned for has all the tanks on the same moment arm, so I don't know how you calculate the W&B for an aircraft that has swept wings. Do they have one tank on each wing whose moment changes as it drains, or do they have multiple tanks? And if they have multiple tanks, so you have to calculate for 'drain the forward tanks first' and 'drain the rearward tanks first' and plot both of those on envelope?










      share|improve this question









      $endgroup$




      I'm writing a weight and balance calculator for a charter operation.



      Every aircraft I've ever flight planned for has all the tanks on the same moment arm, so I don't know how you calculate the W&B for an aircraft that has swept wings. Do they have one tank on each wing whose moment changes as it drains, or do they have multiple tanks? And if they have multiple tanks, so you have to calculate for 'drain the forward tanks first' and 'drain the rearward tanks first' and plot both of those on envelope?







      weight-and-balance private-jets wing-sweep






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 19 '18 at 16:52









      Paul TomblinPaul Tomblin

      1163




      1163






















          3 Answers
          3






          active

          oldest

          votes


















          5












          $begingroup$

          In supplement to @Dave's answer and as he said depending on the airplane, the complexity of calculating the c.g. can vary greatly. The manufacturer of every large aircraft I've programmed weight & balance for has had tables for each tank. In Boeing's case for the 747-400, each table line is a tank volume in gallons and the tank c.g. at that volume in inches. For example, and using JSON notation since the OP is JavaScript fluent:



          {"vol":3200,"ba":1453.7},
          {"vol":3250,"ba":1454.8},
          {"vol":3300,"ba":1456.0},
          {"vol":3350,"ba":1457.2},
          {"vol":3400,"ba":1458.4},
          {"vol":3450,"ba":1459.7},



          "vol" is the fuel volume in the tank in gallons



          "ba" is the balance arm at that volume in inches



          Since fuel is loaded by weight, one has to use the fuel density to convert to volume.



          Typically, at least for large aircraft, you have to satisfy the c.g. envelope for:




          1. zero fuel weight

          2. ramp weight after fueling

          3. takeoff weight

          4. landing weight


          Also there has to be provision for carrying ballast fuel if that is necessary.






          share|improve this answer









          $endgroup$





















            4












            $begingroup$

            You will need to consult the POH for the airframe in question and see what it says in regards to fuel burn from tanks at different moment arms. Ultimately you will need to program in the variable factor of fuel burn. It sounds like the program will have more inputs than just the weight of the passengers, fuel, and cargo. The end user will also need to input their planed fuel burn schedule and the order of the tanks they intended to burn off of. Once you have all this info you can compute inflight CG at different times. What you are going to end up with is a piecewise system that describes your WB at various points in the flight.



            One of the contributors here @Terry built a WB app for some 747 variants that he used when he flew. You can find it here, it might be worth reaching out to him if he does not add an answer here.






            share|improve this answer









            $endgroup$













            • $begingroup$
              +1 for mentioning @Terry's site. (Not that either of our @ references will notify him...)
              $endgroup$
              – FreeMan
              Dec 19 '18 at 18:40












            • $begingroup$
              @FreeMan We should suggest that @Tagging work in posts and comments, it would be a nice feature (although I can see it getting out of hand in some cases) and opening up more "discussion" style answers.
              $endgroup$
              – Dave
              Dec 19 '18 at 18:57










            • $begingroup$
              @dave there are already questions about that on MSE and I take it it is by design that @replies are working only in comments. There is not even a simple way for this to work as is since usernames are not unique - there are at least 16 Dave's on Aviation alone.
              $endgroup$
              – Ghanima
              Dec 19 '18 at 21:32



















            3












            $begingroup$

            Most twin engine jets have one very long tank in each wing for each engine and often a center tank that feeds both. The fuel shifts forward as fuel is consumed from the wings (dihedral plus sweep), and aft as fuel is consumed from the center tank, if installed (always before the wings, so if there is a center tank the C of G moves aft until the tank is dry and forward as the wings are consumed). The manufacturer's weights engineering group will determine the overall fuel load's center of gravity moment for different fuel volumes and plot the results on a chart as a curve.



            When you do the load sheets on a swept wing airplane the fuel moment/mass curve will be integrated into the chart data so that an accurate fuel moment/mass value is applied to the C of G calculation for takeoff. Also, some form of the fuel curve will be overlaid onto the C of G limits chart to confirm that the C of G shift will stay in limits as fuel is burned during the flight. This is especially important for jets with center fuel tanks, because you may be able to load it with a marginally aft G of G, such that the aircraft is technically in C of G limits at takeoff with a full fuel load, but as the center tank is burned off the C of G could move past the aft limit temporarily until some of the wing fuel is burned off. The result is the C of G with center tank at zero will determine the aft limit for freight/pax.






            share|improve this answer









            $endgroup$













            • $begingroup$
              That's what I was wondering about. With all the tanks on the same arm, I put 4 points on the CG envelope chart - full fuel, take off weight, landing weight and zero fuel weight, and a straight(ish) line between them. I was wondering if I'd have to have more like a diamond with full fuel, empty this tank first, empty that tank first, empty the center tank first, etc.
              $endgroup$
              – Paul Tomblin
              Dec 19 '18 at 20:26










            • $begingroup$
              You don't need 4 points, you just need to know the overall moment for the combined fuel tanks with whatever quantity is on board, which will be with the CG data for the airplane. The only real difference is that the moment changes as fuel is burned and that has to be taken into account.
              $endgroup$
              – John K
              Dec 20 '18 at 0:43













            Your Answer





            StackExchange.ifUsing("editor", function () {
            return StackExchange.using("mathjaxEditing", function () {
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            });
            });
            }, "mathjax-editing");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "528"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faviation.stackexchange.com%2fquestions%2f58229%2fhow-is-the-change-of-moment-handled-in-a-weight-and-balance-calculation-with-a-s%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            5












            $begingroup$

            In supplement to @Dave's answer and as he said depending on the airplane, the complexity of calculating the c.g. can vary greatly. The manufacturer of every large aircraft I've programmed weight & balance for has had tables for each tank. In Boeing's case for the 747-400, each table line is a tank volume in gallons and the tank c.g. at that volume in inches. For example, and using JSON notation since the OP is JavaScript fluent:



            {"vol":3200,"ba":1453.7},
            {"vol":3250,"ba":1454.8},
            {"vol":3300,"ba":1456.0},
            {"vol":3350,"ba":1457.2},
            {"vol":3400,"ba":1458.4},
            {"vol":3450,"ba":1459.7},



            "vol" is the fuel volume in the tank in gallons



            "ba" is the balance arm at that volume in inches



            Since fuel is loaded by weight, one has to use the fuel density to convert to volume.



            Typically, at least for large aircraft, you have to satisfy the c.g. envelope for:




            1. zero fuel weight

            2. ramp weight after fueling

            3. takeoff weight

            4. landing weight


            Also there has to be provision for carrying ballast fuel if that is necessary.






            share|improve this answer









            $endgroup$


















              5












              $begingroup$

              In supplement to @Dave's answer and as he said depending on the airplane, the complexity of calculating the c.g. can vary greatly. The manufacturer of every large aircraft I've programmed weight & balance for has had tables for each tank. In Boeing's case for the 747-400, each table line is a tank volume in gallons and the tank c.g. at that volume in inches. For example, and using JSON notation since the OP is JavaScript fluent:



              {"vol":3200,"ba":1453.7},
              {"vol":3250,"ba":1454.8},
              {"vol":3300,"ba":1456.0},
              {"vol":3350,"ba":1457.2},
              {"vol":3400,"ba":1458.4},
              {"vol":3450,"ba":1459.7},



              "vol" is the fuel volume in the tank in gallons



              "ba" is the balance arm at that volume in inches



              Since fuel is loaded by weight, one has to use the fuel density to convert to volume.



              Typically, at least for large aircraft, you have to satisfy the c.g. envelope for:




              1. zero fuel weight

              2. ramp weight after fueling

              3. takeoff weight

              4. landing weight


              Also there has to be provision for carrying ballast fuel if that is necessary.






              share|improve this answer









              $endgroup$
















                5












                5








                5





                $begingroup$

                In supplement to @Dave's answer and as he said depending on the airplane, the complexity of calculating the c.g. can vary greatly. The manufacturer of every large aircraft I've programmed weight & balance for has had tables for each tank. In Boeing's case for the 747-400, each table line is a tank volume in gallons and the tank c.g. at that volume in inches. For example, and using JSON notation since the OP is JavaScript fluent:



                {"vol":3200,"ba":1453.7},
                {"vol":3250,"ba":1454.8},
                {"vol":3300,"ba":1456.0},
                {"vol":3350,"ba":1457.2},
                {"vol":3400,"ba":1458.4},
                {"vol":3450,"ba":1459.7},



                "vol" is the fuel volume in the tank in gallons



                "ba" is the balance arm at that volume in inches



                Since fuel is loaded by weight, one has to use the fuel density to convert to volume.



                Typically, at least for large aircraft, you have to satisfy the c.g. envelope for:




                1. zero fuel weight

                2. ramp weight after fueling

                3. takeoff weight

                4. landing weight


                Also there has to be provision for carrying ballast fuel if that is necessary.






                share|improve this answer









                $endgroup$



                In supplement to @Dave's answer and as he said depending on the airplane, the complexity of calculating the c.g. can vary greatly. The manufacturer of every large aircraft I've programmed weight & balance for has had tables for each tank. In Boeing's case for the 747-400, each table line is a tank volume in gallons and the tank c.g. at that volume in inches. For example, and using JSON notation since the OP is JavaScript fluent:



                {"vol":3200,"ba":1453.7},
                {"vol":3250,"ba":1454.8},
                {"vol":3300,"ba":1456.0},
                {"vol":3350,"ba":1457.2},
                {"vol":3400,"ba":1458.4},
                {"vol":3450,"ba":1459.7},



                "vol" is the fuel volume in the tank in gallons



                "ba" is the balance arm at that volume in inches



                Since fuel is loaded by weight, one has to use the fuel density to convert to volume.



                Typically, at least for large aircraft, you have to satisfy the c.g. envelope for:




                1. zero fuel weight

                2. ramp weight after fueling

                3. takeoff weight

                4. landing weight


                Also there has to be provision for carrying ballast fuel if that is necessary.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 19 '18 at 19:57









                TerryTerry

                33.6k589165




                33.6k589165























                    4












                    $begingroup$

                    You will need to consult the POH for the airframe in question and see what it says in regards to fuel burn from tanks at different moment arms. Ultimately you will need to program in the variable factor of fuel burn. It sounds like the program will have more inputs than just the weight of the passengers, fuel, and cargo. The end user will also need to input their planed fuel burn schedule and the order of the tanks they intended to burn off of. Once you have all this info you can compute inflight CG at different times. What you are going to end up with is a piecewise system that describes your WB at various points in the flight.



                    One of the contributors here @Terry built a WB app for some 747 variants that he used when he flew. You can find it here, it might be worth reaching out to him if he does not add an answer here.






                    share|improve this answer









                    $endgroup$













                    • $begingroup$
                      +1 for mentioning @Terry's site. (Not that either of our @ references will notify him...)
                      $endgroup$
                      – FreeMan
                      Dec 19 '18 at 18:40












                    • $begingroup$
                      @FreeMan We should suggest that @Tagging work in posts and comments, it would be a nice feature (although I can see it getting out of hand in some cases) and opening up more "discussion" style answers.
                      $endgroup$
                      – Dave
                      Dec 19 '18 at 18:57










                    • $begingroup$
                      @dave there are already questions about that on MSE and I take it it is by design that @replies are working only in comments. There is not even a simple way for this to work as is since usernames are not unique - there are at least 16 Dave's on Aviation alone.
                      $endgroup$
                      – Ghanima
                      Dec 19 '18 at 21:32
















                    4












                    $begingroup$

                    You will need to consult the POH for the airframe in question and see what it says in regards to fuel burn from tanks at different moment arms. Ultimately you will need to program in the variable factor of fuel burn. It sounds like the program will have more inputs than just the weight of the passengers, fuel, and cargo. The end user will also need to input their planed fuel burn schedule and the order of the tanks they intended to burn off of. Once you have all this info you can compute inflight CG at different times. What you are going to end up with is a piecewise system that describes your WB at various points in the flight.



                    One of the contributors here @Terry built a WB app for some 747 variants that he used when he flew. You can find it here, it might be worth reaching out to him if he does not add an answer here.






                    share|improve this answer









                    $endgroup$













                    • $begingroup$
                      +1 for mentioning @Terry's site. (Not that either of our @ references will notify him...)
                      $endgroup$
                      – FreeMan
                      Dec 19 '18 at 18:40












                    • $begingroup$
                      @FreeMan We should suggest that @Tagging work in posts and comments, it would be a nice feature (although I can see it getting out of hand in some cases) and opening up more "discussion" style answers.
                      $endgroup$
                      – Dave
                      Dec 19 '18 at 18:57










                    • $begingroup$
                      @dave there are already questions about that on MSE and I take it it is by design that @replies are working only in comments. There is not even a simple way for this to work as is since usernames are not unique - there are at least 16 Dave's on Aviation alone.
                      $endgroup$
                      – Ghanima
                      Dec 19 '18 at 21:32














                    4












                    4








                    4





                    $begingroup$

                    You will need to consult the POH for the airframe in question and see what it says in regards to fuel burn from tanks at different moment arms. Ultimately you will need to program in the variable factor of fuel burn. It sounds like the program will have more inputs than just the weight of the passengers, fuel, and cargo. The end user will also need to input their planed fuel burn schedule and the order of the tanks they intended to burn off of. Once you have all this info you can compute inflight CG at different times. What you are going to end up with is a piecewise system that describes your WB at various points in the flight.



                    One of the contributors here @Terry built a WB app for some 747 variants that he used when he flew. You can find it here, it might be worth reaching out to him if he does not add an answer here.






                    share|improve this answer









                    $endgroup$



                    You will need to consult the POH for the airframe in question and see what it says in regards to fuel burn from tanks at different moment arms. Ultimately you will need to program in the variable factor of fuel burn. It sounds like the program will have more inputs than just the weight of the passengers, fuel, and cargo. The end user will also need to input their planed fuel burn schedule and the order of the tanks they intended to burn off of. Once you have all this info you can compute inflight CG at different times. What you are going to end up with is a piecewise system that describes your WB at various points in the flight.



                    One of the contributors here @Terry built a WB app for some 747 variants that he used when he flew. You can find it here, it might be worth reaching out to him if he does not add an answer here.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Dec 19 '18 at 17:11









                    DaveDave

                    62.5k4111228




                    62.5k4111228












                    • $begingroup$
                      +1 for mentioning @Terry's site. (Not that either of our @ references will notify him...)
                      $endgroup$
                      – FreeMan
                      Dec 19 '18 at 18:40












                    • $begingroup$
                      @FreeMan We should suggest that @Tagging work in posts and comments, it would be a nice feature (although I can see it getting out of hand in some cases) and opening up more "discussion" style answers.
                      $endgroup$
                      – Dave
                      Dec 19 '18 at 18:57










                    • $begingroup$
                      @dave there are already questions about that on MSE and I take it it is by design that @replies are working only in comments. There is not even a simple way for this to work as is since usernames are not unique - there are at least 16 Dave's on Aviation alone.
                      $endgroup$
                      – Ghanima
                      Dec 19 '18 at 21:32


















                    • $begingroup$
                      +1 for mentioning @Terry's site. (Not that either of our @ references will notify him...)
                      $endgroup$
                      – FreeMan
                      Dec 19 '18 at 18:40












                    • $begingroup$
                      @FreeMan We should suggest that @Tagging work in posts and comments, it would be a nice feature (although I can see it getting out of hand in some cases) and opening up more "discussion" style answers.
                      $endgroup$
                      – Dave
                      Dec 19 '18 at 18:57










                    • $begingroup$
                      @dave there are already questions about that on MSE and I take it it is by design that @replies are working only in comments. There is not even a simple way for this to work as is since usernames are not unique - there are at least 16 Dave's on Aviation alone.
                      $endgroup$
                      – Ghanima
                      Dec 19 '18 at 21:32
















                    $begingroup$
                    +1 for mentioning @Terry's site. (Not that either of our @ references will notify him...)
                    $endgroup$
                    – FreeMan
                    Dec 19 '18 at 18:40






                    $begingroup$
                    +1 for mentioning @Terry's site. (Not that either of our @ references will notify him...)
                    $endgroup$
                    – FreeMan
                    Dec 19 '18 at 18:40














                    $begingroup$
                    @FreeMan We should suggest that @Tagging work in posts and comments, it would be a nice feature (although I can see it getting out of hand in some cases) and opening up more "discussion" style answers.
                    $endgroup$
                    – Dave
                    Dec 19 '18 at 18:57




                    $begingroup$
                    @FreeMan We should suggest that @Tagging work in posts and comments, it would be a nice feature (although I can see it getting out of hand in some cases) and opening up more "discussion" style answers.
                    $endgroup$
                    – Dave
                    Dec 19 '18 at 18:57












                    $begingroup$
                    @dave there are already questions about that on MSE and I take it it is by design that @replies are working only in comments. There is not even a simple way for this to work as is since usernames are not unique - there are at least 16 Dave's on Aviation alone.
                    $endgroup$
                    – Ghanima
                    Dec 19 '18 at 21:32




                    $begingroup$
                    @dave there are already questions about that on MSE and I take it it is by design that @replies are working only in comments. There is not even a simple way for this to work as is since usernames are not unique - there are at least 16 Dave's on Aviation alone.
                    $endgroup$
                    – Ghanima
                    Dec 19 '18 at 21:32











                    3












                    $begingroup$

                    Most twin engine jets have one very long tank in each wing for each engine and often a center tank that feeds both. The fuel shifts forward as fuel is consumed from the wings (dihedral plus sweep), and aft as fuel is consumed from the center tank, if installed (always before the wings, so if there is a center tank the C of G moves aft until the tank is dry and forward as the wings are consumed). The manufacturer's weights engineering group will determine the overall fuel load's center of gravity moment for different fuel volumes and plot the results on a chart as a curve.



                    When you do the load sheets on a swept wing airplane the fuel moment/mass curve will be integrated into the chart data so that an accurate fuel moment/mass value is applied to the C of G calculation for takeoff. Also, some form of the fuel curve will be overlaid onto the C of G limits chart to confirm that the C of G shift will stay in limits as fuel is burned during the flight. This is especially important for jets with center fuel tanks, because you may be able to load it with a marginally aft G of G, such that the aircraft is technically in C of G limits at takeoff with a full fuel load, but as the center tank is burned off the C of G could move past the aft limit temporarily until some of the wing fuel is burned off. The result is the C of G with center tank at zero will determine the aft limit for freight/pax.






                    share|improve this answer









                    $endgroup$













                    • $begingroup$
                      That's what I was wondering about. With all the tanks on the same arm, I put 4 points on the CG envelope chart - full fuel, take off weight, landing weight and zero fuel weight, and a straight(ish) line between them. I was wondering if I'd have to have more like a diamond with full fuel, empty this tank first, empty that tank first, empty the center tank first, etc.
                      $endgroup$
                      – Paul Tomblin
                      Dec 19 '18 at 20:26










                    • $begingroup$
                      You don't need 4 points, you just need to know the overall moment for the combined fuel tanks with whatever quantity is on board, which will be with the CG data for the airplane. The only real difference is that the moment changes as fuel is burned and that has to be taken into account.
                      $endgroup$
                      – John K
                      Dec 20 '18 at 0:43


















                    3












                    $begingroup$

                    Most twin engine jets have one very long tank in each wing for each engine and often a center tank that feeds both. The fuel shifts forward as fuel is consumed from the wings (dihedral plus sweep), and aft as fuel is consumed from the center tank, if installed (always before the wings, so if there is a center tank the C of G moves aft until the tank is dry and forward as the wings are consumed). The manufacturer's weights engineering group will determine the overall fuel load's center of gravity moment for different fuel volumes and plot the results on a chart as a curve.



                    When you do the load sheets on a swept wing airplane the fuel moment/mass curve will be integrated into the chart data so that an accurate fuel moment/mass value is applied to the C of G calculation for takeoff. Also, some form of the fuel curve will be overlaid onto the C of G limits chart to confirm that the C of G shift will stay in limits as fuel is burned during the flight. This is especially important for jets with center fuel tanks, because you may be able to load it with a marginally aft G of G, such that the aircraft is technically in C of G limits at takeoff with a full fuel load, but as the center tank is burned off the C of G could move past the aft limit temporarily until some of the wing fuel is burned off. The result is the C of G with center tank at zero will determine the aft limit for freight/pax.






                    share|improve this answer









                    $endgroup$













                    • $begingroup$
                      That's what I was wondering about. With all the tanks on the same arm, I put 4 points on the CG envelope chart - full fuel, take off weight, landing weight and zero fuel weight, and a straight(ish) line between them. I was wondering if I'd have to have more like a diamond with full fuel, empty this tank first, empty that tank first, empty the center tank first, etc.
                      $endgroup$
                      – Paul Tomblin
                      Dec 19 '18 at 20:26










                    • $begingroup$
                      You don't need 4 points, you just need to know the overall moment for the combined fuel tanks with whatever quantity is on board, which will be with the CG data for the airplane. The only real difference is that the moment changes as fuel is burned and that has to be taken into account.
                      $endgroup$
                      – John K
                      Dec 20 '18 at 0:43
















                    3












                    3








                    3





                    $begingroup$

                    Most twin engine jets have one very long tank in each wing for each engine and often a center tank that feeds both. The fuel shifts forward as fuel is consumed from the wings (dihedral plus sweep), and aft as fuel is consumed from the center tank, if installed (always before the wings, so if there is a center tank the C of G moves aft until the tank is dry and forward as the wings are consumed). The manufacturer's weights engineering group will determine the overall fuel load's center of gravity moment for different fuel volumes and plot the results on a chart as a curve.



                    When you do the load sheets on a swept wing airplane the fuel moment/mass curve will be integrated into the chart data so that an accurate fuel moment/mass value is applied to the C of G calculation for takeoff. Also, some form of the fuel curve will be overlaid onto the C of G limits chart to confirm that the C of G shift will stay in limits as fuel is burned during the flight. This is especially important for jets with center fuel tanks, because you may be able to load it with a marginally aft G of G, such that the aircraft is technically in C of G limits at takeoff with a full fuel load, but as the center tank is burned off the C of G could move past the aft limit temporarily until some of the wing fuel is burned off. The result is the C of G with center tank at zero will determine the aft limit for freight/pax.






                    share|improve this answer









                    $endgroup$



                    Most twin engine jets have one very long tank in each wing for each engine and often a center tank that feeds both. The fuel shifts forward as fuel is consumed from the wings (dihedral plus sweep), and aft as fuel is consumed from the center tank, if installed (always before the wings, so if there is a center tank the C of G moves aft until the tank is dry and forward as the wings are consumed). The manufacturer's weights engineering group will determine the overall fuel load's center of gravity moment for different fuel volumes and plot the results on a chart as a curve.



                    When you do the load sheets on a swept wing airplane the fuel moment/mass curve will be integrated into the chart data so that an accurate fuel moment/mass value is applied to the C of G calculation for takeoff. Also, some form of the fuel curve will be overlaid onto the C of G limits chart to confirm that the C of G shift will stay in limits as fuel is burned during the flight. This is especially important for jets with center fuel tanks, because you may be able to load it with a marginally aft G of G, such that the aircraft is technically in C of G limits at takeoff with a full fuel load, but as the center tank is burned off the C of G could move past the aft limit temporarily until some of the wing fuel is burned off. The result is the C of G with center tank at zero will determine the aft limit for freight/pax.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Dec 19 '18 at 18:32









                    John KJohn K

                    15.5k11647




                    15.5k11647












                    • $begingroup$
                      That's what I was wondering about. With all the tanks on the same arm, I put 4 points on the CG envelope chart - full fuel, take off weight, landing weight and zero fuel weight, and a straight(ish) line between them. I was wondering if I'd have to have more like a diamond with full fuel, empty this tank first, empty that tank first, empty the center tank first, etc.
                      $endgroup$
                      – Paul Tomblin
                      Dec 19 '18 at 20:26










                    • $begingroup$
                      You don't need 4 points, you just need to know the overall moment for the combined fuel tanks with whatever quantity is on board, which will be with the CG data for the airplane. The only real difference is that the moment changes as fuel is burned and that has to be taken into account.
                      $endgroup$
                      – John K
                      Dec 20 '18 at 0:43




















                    • $begingroup$
                      That's what I was wondering about. With all the tanks on the same arm, I put 4 points on the CG envelope chart - full fuel, take off weight, landing weight and zero fuel weight, and a straight(ish) line between them. I was wondering if I'd have to have more like a diamond with full fuel, empty this tank first, empty that tank first, empty the center tank first, etc.
                      $endgroup$
                      – Paul Tomblin
                      Dec 19 '18 at 20:26










                    • $begingroup$
                      You don't need 4 points, you just need to know the overall moment for the combined fuel tanks with whatever quantity is on board, which will be with the CG data for the airplane. The only real difference is that the moment changes as fuel is burned and that has to be taken into account.
                      $endgroup$
                      – John K
                      Dec 20 '18 at 0:43


















                    $begingroup$
                    That's what I was wondering about. With all the tanks on the same arm, I put 4 points on the CG envelope chart - full fuel, take off weight, landing weight and zero fuel weight, and a straight(ish) line between them. I was wondering if I'd have to have more like a diamond with full fuel, empty this tank first, empty that tank first, empty the center tank first, etc.
                    $endgroup$
                    – Paul Tomblin
                    Dec 19 '18 at 20:26




                    $begingroup$
                    That's what I was wondering about. With all the tanks on the same arm, I put 4 points on the CG envelope chart - full fuel, take off weight, landing weight and zero fuel weight, and a straight(ish) line between them. I was wondering if I'd have to have more like a diamond with full fuel, empty this tank first, empty that tank first, empty the center tank first, etc.
                    $endgroup$
                    – Paul Tomblin
                    Dec 19 '18 at 20:26












                    $begingroup$
                    You don't need 4 points, you just need to know the overall moment for the combined fuel tanks with whatever quantity is on board, which will be with the CG data for the airplane. The only real difference is that the moment changes as fuel is burned and that has to be taken into account.
                    $endgroup$
                    – John K
                    Dec 20 '18 at 0:43






                    $begingroup$
                    You don't need 4 points, you just need to know the overall moment for the combined fuel tanks with whatever quantity is on board, which will be with the CG data for the airplane. The only real difference is that the moment changes as fuel is burned and that has to be taken into account.
                    $endgroup$
                    – John K
                    Dec 20 '18 at 0:43




















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Aviation Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faviation.stackexchange.com%2fquestions%2f58229%2fhow-is-the-change-of-moment-handled-in-a-weight-and-balance-calculation-with-a-s%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Plaza Victoria

                    In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                    How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...