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
- skill: use correlations to calculate water drop impingement on a surface
- skill: use equations of motion to calculate water drop impingement
- Computer Impingement Analysis Tools Examples: Run a 2D simulation, such as LEWICE
Ice formation
- skill: calculate freezing rates
- skill: calculate ice shapes
- Run a 2D simulation, such as LEWICE
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
- skill: use the Appendix C icing envelopes
- Identify conditions for "critical" ice shapes:
Using Appendix C for Ice Shape Analysis
- Identify conditions for "critical" ice shapes:
Ice protection
- skill: calculate heat required for thermal ice protection
- Anti-Ice Heating Calculations Theory
- ADS-4 "Aircraft A" Wing Anti-icing example Anti-Ice Heat Required Calculations
- Run a 2D simulation, such as LEWICE, and compare to the handbook values Anti-Ice Heat Required Calculations with LEWICE
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.