NAA P-51D Mustang: Standard Part Models & Specs

NAA P-51D Mustang: Standard Part Models & Specs.

I have revisited the standard parts I have been producing for this project to verify that the information is correct and in compliance with the latest National Standards and specifications.

As mentioned previously I will be developing the parts for Bolts, Nuts, Washers, Pulleys Turnbuckles etc…in fact everything that constitutes a standard component pertinent to aircraft manufacture.

The parts specified for the P-51 are universal which have been updated over the years and superseded with new part numbers. These parts are suitable for reuse on other projects, in particular the forthcoming Operation Ark project.

To raise funds to support the “Operation Ark” project I have decided to make these 3D Cad parts library available for a small cost.

2015-07-26_15-26-24  2015-07-26_15-26-52

The part above is the Clevis End (Part #AN161), dimensioned in accordance with the MS21252P 2007 specification. All sizes are incorporated within an Inventor iPart model and in a separate spreadsheet.

“As from 2007 the parts covered by dash numbers shown on AN161 are canceled after 10 December 1971. Steel, carbon and alloy MS21252 parts are inactive for new design. Use only 17-4 PH stainless steel parts for new design and replacement for comparable alloy and carbon steel MS21252 parts and AN161 parts. The canceled AN161 parts and alloy and carbon steel MS21252 parts cannot replace comparable 17-4 PH stainless parts and should be used until existing stock is depleted.”

The CAD 3D model parts include both the AN161 parts number and the MS21252 Part number for comparison. The 17-4 PH number is not included in the model but is listed on the accompanying spreadsheet.

2015-07-27_20-05-59Currently only a few parts are verified; please refer to the Resources page for updates as additional libraries are made available or if you have a special request for a library to be created then drop me a line.

For further details send an email to hughtechnotes@gmail.com

NAA P-51D Mustang: Project Cad Technote; Smart Parts Vb

NAA P-51D Mustang: Project Cad Technote; Smart Parts Vb

I was looking at options for routing the cables in the tailwheel assembly. There is potential for a lot of ancillary routing for pipes and cables yet to be done in this assembly so I have deliberately shied away from the adaptive parts (which I am not keen on) and the typical pipe and cable routing functions.

Also the cables are comprised of end terminals and many are sleeved for part of their length, which would mean having to route several times if I was to do this using the routing functions.

What I really wanted to do is have a sub assembly that contains the cable with all its bits in one sub assembly file but using the coordinates from the assembly to ensure correctness.

Extracting point coordinates from an Inventor assembly is not that straightforward requiring as in this case a vb solution, but first I had to define the key points.

2015-07-23_02-51-10      2015-07-23_02-44-30      2015-07-23_02-46-01

I use the term “smart parts” and what this entails is for the parts or sub assemblies to contain additional geometry that will assist with other modelling activities like cable routing.

The image on the left shows the cables in this area with 2 key points 1&2 highlighted that are replicated in the 2 archive images. They define the straight section of the cable sleeve that is below and above the cable clips; the locations of which I have incorporated as points in the component sub assembly (last image). This sub assembly does not sit vertically in the assembly, the final position and orientation being determined by other factors which influences the final routing of the cable sleeve.

I have done something similar with the connection at the other end towards the left of the first image. At this stage I now have 4 points that determine the extent of the cable sleeve.

2015-07-23_03-13-17The next step was to go to the main assembly and extract the X,Y,Z coordinates of the four points from the fitted components.

I first select these and run a visual basic routine to extract the coordinates of each point and create a csv file which I import into excel which in turn is imported into a separate Cad part file.

It was then simply a case of running a spline through all four points and sweeping the sleeve profile.

The great thing about this is that the coordinates are relative to the origin of the main assembly so when I import the cable sleeve into the assembly I only have to constrain to the origin planes and it fits perfectly.

2015-07-23_03-23-16The cable itself will be done later in a similar manner which would be added to the sleeve part file as a multi part item or sub assembly using the sleeve centre line as part of the routing.

So no adaptivity, no complex pipe or cable routing just simple association through coordinate translations. The parameters of the sub assembly can be linked back to a spreadsheet so if the route changes I just re-extract the point coordinates and update the spreadsheet, which in turn will update the model.

To me this is a very tidy solution and maintains the integrity of the modelling hierarchy in accordance with the NAA register.

Using additional content in part files to facilitate other activities is very useful for examples like this and in fact any part that is associated with piping or cabling systems, particularly where you have cable clips or supports that need to be considered.

I should note that the extent of the cable sleeve is not exactly as shown in the first image due to the termination part not yet being modeled so I used something that was close at hand to demonstrate this principal.

If you would like a copy of the VB routine then please drop me an email and I will send it onto you.

NAA P-51D Mustang: Project Cad Technote; iParts

NAA P-51D Mustang: Project Cad Technote; iParts

When it comes to organising standard parts using a Cad system like Inventor there are various ways to achieve this. Initially I considered a custom content library or even an iLogic expression linked to a parameter spreadsheet but I settled on using iParts.

The main reason for this is due to the fact that I already have a plethora of data contained in many spreadsheets for everything from ordinates to document registers and at any one time one or more of these spreadsheets is usually open for reference. Therefore the iparts seemed to be the ideal choice by maintaining all the relevant data in a single Cad part file.

2015-07-15_22-54-16

A simple example of this would be for the AN960 standard washers. I could have done something really clever here as the actual part number contains references to the physical sizes and properties of the washers and I had thought it would be great to link the naming convention to the parameters.

However there is no real benefit to be gained from this and would have added a level of complexity that’s quite frankly unnecessary for this type of component.

We have 3 dimensions that define the washer; the Outside Diameter (OD), Inside Diameter (ID) and the Thickness (Thk). We also have a material type but the Cad library will need to be updated to include the specifics of the materials for a P-51 mustang, which is another custom job; so I have ignored it for now!

The above sketch shows the expressions of the parameters defining the relationship of the values as declared in the parameters dialogue; this is where it gets interesting.

2015-07-15_22-55-47I should note that the template and default units for this model is millimeters. The standard units for the washers is inches.

This image on the left is the parameters dialogue box to which I first added some user parameters (1) set to “inch” units. I then created the cad model dimensional parameters (2) and linked those to the user parameters (1) with the units set to “mm” (3). The wonderful thing about this is that Inventor will adjust the values based on the unit type automatically; so just by changing the unit type the value will change accordingly, which is verified in the nominal value column (4)…great stuff!
2015-07-15_23-05-30
This is the iPart creation dialogue, showing the table of values, input from the standard catalogs in “inches”.

Its very important that the original values are retained as “inch” units so that it is easier to check and verify the correctness of the information and traceability.

Tip: If I already had these values set-out in exactly the same format in excel I could just copy and paste the spreadsheet directly into the iPart table.

At some stage I will add the material values to the end of this table for each of the components listed. Some examples of iparts include the Locking Stud and Clevis Fork; colour coded to differentiate size..

Locking Stud Clevis Fork

The notion of working with different units is made so much easier by the capabilities of these cad systems. Essentially when inputting the dimensions in a model sketch the value of the dimensions will change if you select either inches or millimeters according to the default template units setup for the cad model; it will even work with fractions.

For example if you type in “3/4 in” for a dimension in a sketch based on the “mm” unit template then the actual value for the dimension will be “19.05 mm”.

Another example; 12 23/64″; for this you type in 12 leave a space then 23/64 followed by “in”…”12 23/64 in” gives us “313.928 mm”.

NAA P-51D Mustang: Tail Wheel Assembly: Update.

NAA P-51D Mustang: Tail Wheel Assembly: Update.

I shall need to temporarily suspend further work on the assembly model as the remaining parts to achieve a full build are created in a later version of the Inventor cad program and therefore not compatible with the version I currently have access to.

So this is as far as I can go with the assembly, though one could argue that it may be worthwhile including the necessary bolts, washers, turnbuckles etc, but to be honest most of this is planned as the final components in the build. The main reason for this is to ensure that everything aligns properly and works according to the design intent before plugging in all those connecting bits!

p-51d mustang rear fuselage

I have some tidying up to do with the fuselage frames and to develop that library I was talking about for the aeronautical standard parts and components…so perhaps this may be the time to get this done.

I also plan to do some 2d detail drawings for some of this modelling to record some of the key information that I have had to research separately from the archive resource and create the Bill of Materials structure that complies with the existing NAA documents for the complete assembly.

2015-07-15_17-17-08

The 2d drawings will also serve as a dimensional check as these objects were built in mm whereas originally they were designed in inches.

Its very hard to identify small dimensional discrepancies when just reviewing the 3d model!

So for now I probably wont be posting too much on the modelling side of things but may include some new cad technotes on the techniques I have used in this project.

NAA P-51D Mustang: Tail Wheel Retracting Hydraulic Cylinder

NAA P-51D Mustang: Tail Wheel Retracting Hydraulic Cylinder.

Hydraulics is not something I have had very much exposure to in my varied engineering career, so it was rather interesting to build this Tail wheel retracting cylinder and learn some new stuff about the hydraulic designs of this era.

All the component parts are fully detailed in the NAA drawing archive enabling a complete cylinder to be built with the pipe fittings added from the Inventor Content library.

P-51D Mustang Tail Wheel retracting cylinder 2015-07-13_00-46-34

The Autodesk Inventor product has a very comprehensive standard parts library which includes a wide variety of pipe fittings and components. The elbows and reducers are from the Parker range which are sized correctly but slightly different in style to the aeronautical standard parts which would normally be used.

I did modify the hex head for the reducer to size correctly with the corresponding AN912 aeronautical part to ensure correct fitting with the cylinder interface.

When I have time available I intend to create a special library for all these standard components that will correspond exactly to the specified aeronautical standards.

The blue support brackets on either side of the cylinder should actually be fitted to a sheet metal formed channel, which I don’t have the details for. There is a drawing for the P-51B/C models which will be similar to what I need but the lower station frames in this area are slightly different. I can’t be sure exactly how the channel should be fitted so I emailed a few companies that have been involved in the restoration of P-51D Mustangs to see if they can assist with either photographs of this area or even better some drawings!

2015-07-14_23-34-18 2015-07-14_23-03-35

NAA P-51D Mustang: Project Cad Technote Multi Body Parts

NAA P-51D Mustang: Project Cad Technote Multi Body Parts

The process of developing these drawings into accurate 3d models relies on maintaining the hierarchy according to the original NAA drawings, even if sometimes it gets a tad confusing when dealing with what constitutes a “sub-assembly” as I mentioned before.

The sub-assemblies I described as “Part Assemblies” as the assembly unusually comprises a fully detailed part inclusive of additional items like bearing, spacers etc.

I have reviewed my approach to how I deal with this and thought it may be prudent to write a quick note on this technique.

I am utilising the multi-part feature within Inventor for this, which allows you to model separate solid parts within a single part file and then create an assembly that comprises some or all of these solids.

2015-07-07_12-57-05

This is a scrap view from the NAA drawing showing an assembly that has 2 configurations based on varying paired angles with spacers and rivets as shown.

Each of these items has a suffix added to the part number i.e -1, -2, -3 etc.

These images give you some idea of how I have modeled this, with the first image showing the configuration of items 2 & 3 and the second showing the configuration of item 2 & 4; all in one cad part file.

2015-07-07_12-41-28 2015-07-07_12-41-49

The beauty of working with multi body parts is that you only need one set of sketches that can be shared between all 3 parts.

2015-07-07_12-42-16

The sketches are dimensioned exactly as the original drawing…I mention this because I would not normally dimension from the edge of an angle section (cut edge); its not really good practice!

The image on the left shows the feature tree within Inventor; listing the 3 solids with appropriate suffixes.

The part file name (at the top) comprises the NAA drawing number with a suffix noting the archive reference.

All I have to do now is create an assembly for each of the configurations and add the relevant spacers and rivets. This is done very quickly using the “Create component” feature. The assembly number will comprise the NAA drawing number suffixed with either a -1 or a -5 respectively.

2015-07-07_13-50-22Only assemblies created from a multi-body part will be suffixed with a numerical character, otherwise they will simply be suffixed with SA.

Using this technique we maintain the integrity of the NAA numbering system with an hierarchy that suits the CAD strategy.

In a previous post I discussed “as-fitted” parts; like bushes; that might be press fitted and and reamed thus dimensionally different from the manufactured part, so these will still be modelled within the part file to “as-fitted” state and not brought in as a component of the sub assembly.

NAA P-51D Mustang: Tail Wheel Project Update

NAA P-51D Mustang: Tail Wheel Project Update

This project is growing arms and legs; every time I check back to the NAA documentation I find yet another part associated with the assembly in this area.

I am beginning to appreciate just how complex the interaction is with all the parts that share this very small space and wonder sometimes if I will ever complete this task!.

For this period of build I have had to revert to an earlier version of Inventor; which unfortunately means many of the parts already modeled cannot be included in the assembly build at this time as the version variants from a later release will not be compatible with this one. Also the material finishes are not as good as the Inventor 2016 as you can see below.

So I am focusing my attention on building the supporting elements for the Tail Wheel mechanics; including the fuselage frames local to this area.

P-51D Mustang: Rear Fuselage
P-51D Mustang: Rear Fuselage

The fuselage frames are surprisingly complicated to build, partly due to the limitations of the software but also due to the flanges having to align with the surface form of the main fuselage as shown. I mainly used the sculpting technique but found that it is not possible to apply a fillet to the edge of a sculpted solid that is derived from a spline curve, so these had to be added when creating the lofting sketches.

I have added a few parts (where I can) for the tail Wheel assembly; these parts in blue; and also an additional component in yellow which is a Support Assy – Rudder & steerable tail wheel control bell crank. This part by the way was a nightmare to build trying to get all the edges to align correctly with the sloping webs.

I have mentioned before the importance of having quality copies of the original materials to work with and this particular archive (from FlugArchiv) was done to a very high standard.

2015-07-07_02-06-47Occasionally though you do get the odd drawing that is almost impossible to use but having gained some experience in developing these aircraft structures it was not too difficult to determine the missing information.

This is the one I have for the lower section of one fuselage frame.

NAA P-51D Mustang: Document Management

NAA P-51D Mustang: Document Management

An update on the organisation of the document management and archive register.

The USAF Parts catalog for the P-51 is organised by assembly and sub assembly types. For the Tail Wheel assemblies we have one main installation assembly and two sub assemblies for the Shock Strut and Steering Mechanism as follows:

2015-07-02_00-29-57  2015-07-02_00-30-32  2015-07-02_00-32-05

For the document register I have grouped the records and created separate worksheets that comply with the assemblies as setout in the USAF Parts List, listing the assemblies with a Category designation i.e TW-IN (Tail Wheel Installation) TW-SS and TW-SM.

2015-07-02_00-35-30

In the last column I have identified the NAA drawing by type; defining these as follows;

  1. Part: An individual drawing fully detailing a single part or item.
  2. Part Assembly: A fully detailed part drawing that includes additional fitted components like bearings, bushes or rivets.
  3. Main Assembly: A top level assembly listing individual parts, sub assemblies or components.

Note: The Part Assembly is technically a sub assembly which unusually comprise a fully detailed single part to which other elements have been added. Currently for this to work for me in the Cad environment I have maintained the part definition but modeled as a multi-part file. I may decide to change this to an actual Cad assembly file.

To clarify the above and ensure that all parts are accounted for I have created a sub listing of the contents for each Part Assembly as shown in the following scrap view:

2015-07-02_01-02-46

Some of the parts included in the Part Assembly are bushings, which are typically a press fit and reamed to a specified diameter. The bushing included in the Part Assembly is modeled to “as-fitted” condition, but as a matter of record I maintain a separate model file built to the “pre-fitted” manufactured dimensions.

I have also extracted a separate list from the USAF Parts List for the NAA standard parts from which I have identified the information I have in the archive and the data I will need to source elsewhere.

2015-07-02_01-13-08

The NAA standard part drawings in many cases supersede earlier standards for which we have a reference listed. I have these listed in this spreadsheet in 3 columns (on the right); with the first entry being the “Old standard”; the second as the “New Standard” and the final entry being the archive reference. I have had to do this as occasionally the drawings refer to the old superseded standards number.

At this stage I have all the records for the Tail Wheel assembly organised into manageable chunks of information so that I can track progress as marked and manage the eventual build of the final Cad model assemblies.

NAA P-51D Mustang: Tail Wheel Assembly Update

NAA P-51D Mustang: Tail Wheel Assembly Update

I rather enjoy building these Cad models and the challenges they represent, however I still have a lot of work to do with organising the archive materials and the document register; which I briefly mentioned in previous posts.

I have decided to adopt a BIM methodology for the organisation and restructuring of the archive datasets and to look at the options for managing the content and format of the tagged properties within the 3D CAd models.

This all needs to be done, so I will take a break from modelling the parts for a while to concentrate on developing the above. So on this last day I decided to tackle some of the smaller parts for the eventual Tail Wheel assembly for the P-51; which surprisingly were interesting parts to build.

2015-06-26_21-14-15 2015-06-27_00-36-57

#73-34189: Bell Crank: Steering Pulley               #97-34172:Retainer: spindle lockpin

2015-06-27_18-08-13 2015-06-27_00-39-04

# 97-34191: Bracket Torque Tube Pulley      #73-34515: Bell Crank – Retract position lock

There are also a lot of parts that don’t have drawings in this archive; mainly aviation standard parts for bolts, washers, seals and bushes for which I need to knuckle down and source the dimensional information so that I can build the requisite part model libraries.

There is still a lot to consider as I move forward with this project!

NAA P-51D Mustang: Tail Wheel Down Position Support

NAA P-51D Mustang: Tail Wheel Down Position Support; Derived Parts (Inv)

I mentioned in an earlier post that we don’t have many of the forgings/castings for this aircraft but the few that we do have are not stated as such in their description and thus occasionally overlooked.

In this case the forging/casting was noted in the NAA machining drawing; which I do have.  This gives me an opportunity to explain one of the strengths of the Autodesk Inventor product, namely derived parts!

Derived parts are a powerful but easy-to-use tool that comes in two basic flavors: you can derive a part from another one, or you can derive a part from an assembly. Using derived parts, you can easily create machining models and drawings from an as-cast model, and you can create a mold from the same model.

2015-06-25_23-39-08 2015-06-25_23-38-08

These images show the casting model I created from the original NAA drawing #73-34162 for the Tail Wheel Down Position Support.

This model took me quite a while to do due to the creation of all the fillets which got a bit crazy sometimes and I ended having to redo them several times to get them the way I wanted.

2015-06-25_23-39-27 2015-06-25_23-37-48

The machining model is a separate Cad part file created from NAA drawing #73-34161 which has the casting body and sketches derived from the first Cad model above. I can now go about working on the derived model; creating the machined elements and holes; without affecting the original model file above as shown.

The great thing about working this way is that should the original casting model change then this will be propagated to any other cad part files to which this item is derived but conversely any changes in these Cad part files are not reflected in the casting model.

I still have a few minor details to finish this model but thought it may be prudent to touch on the derived part capabilities of the Inventor product.

Another use for derived components is when you only have Inventor LT (Lite version) which is a parts only product and unlike its big brother does not handle assemblies. Using the derived feature it is possible to create a proxy assembly for checking the alignment of parts as shown below.

This is the armor plating for the Mustang P-51 Firewall; with the top section modeled separately from the bottom section. In this example, I have derived the top part into the lower part file as a surface model to assess the alignment and curvature continuity.