B-47 Drogue Chute at Wright-Patterson Photos

From Bill Kuhlman: “I ran across some photos of the Boeing B-47 drogue chute testing done at Wright-Patterson Air Force Base. The need for and use of a drogue chute is well explained on the Boeing B-47 Wikipedia page  My father was involved in this testing as an Aerodynamic Development Engineer from June 1950 to March 1953. In addition to nine sequenced photos of the test B-47 landing, there’s a copy of a Pioneer Parachute advert showing both the drogue and ribbon parachutes used, plus a photo of the ribbon ‘chute in the wind tunnel.” Credit: Bill Kuhlman

Download here or here or here (9.9 Megs)

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');