Aircraft Icing Intermediate Level

Published: Mon 08 April 2024
Updated: Sat 18 May 2024

Figure 2-71. Effect of total temperature on the ice shape.
From "Aircraft Icing Handbook", DOT/FAA/CT-88/8-1 apps.dtic.mil

Summary

After The Basics, you are ready for Intermediate level aircraft icing topics:

  • Using handbook analysis methods
  • Using computer icing analysis tools to produce ice shapes
  • Preliminary ice protection system sizing

The Intermediate Level is a work in progress, as there may yet be many revisions and additions. However, it may be useful "as is" to some readers.

Prerequisite: Select your toolset

You are encouraged to run code to reproduce the examples used here. By doing so, you can build your personal and software capabilities and skills.

Example calculations are provided here in the Python programming language, and using the NASA-provided LEWICE code.

There are several reasons why you might use a different toolset. See Analysis Toolset for more details and options.

Every analysis is an approximation

We can also say that every test is an approximation:

In these procedures, simplifying assumptions are required to make analyses possible, imperfect simulations are required, and demonstration tests are not always sufficiently specific or well correlated. Thus, engineering judgement must be used to provide the conservativeness required in design, analysis, and test to compensate for uncertainties.

from "Aircraft Icing Handbook"," DOT/FAA/CT-88/8-1 apps.dtic.mil

Whether an analysis or test is "good enough" requires experience and engineering judgement. Seeing many comparisons between analysis and test can help give the experience required to make informed judgements. Also, experience informs what type of simplifying assumptions are likely to be valid, if the assumptions are to be reliably "conservative" (will give results that are predictably too high or too low, depending on which direction is considered "conservative").

The examples here will show where credible methods yield similar, but not identical, results.

Intermediate level topics

Water drop impingement

Ice formation

Introduction to accuracy and variance

  • skill: quantify ice shape differences
    • Introduction to Variations calculate the expected difference between calculated ice shapes versus test, and estimate the range of effects

Using icing conditions definitions

Ice protection

Items specifically deferred to the (yet to be written) Advanced Level

  • 3D analysis (including swept wings)
  • Icing wind tunnel tests
  • Runback ice
  • Heat transfer coefficients

Related

Back to The Basics.