AcousticAnalogies.jl Documentation

Tests

Summary: A pure-Julia package for propeller/rotor blade noise prediction with acoustic analogies.

What's an acoustic analogy?

  • TL;DR answer:

    An acoustic analogy is a noise prediction approach that takes information from one area of the fluid domain (e.g., a propeller blade surface, or a fictitious surface surrounding a complicated flow) and calculates the acoustics radiated by the flow. The particular acoustic analogy implemented in AcousticAnalogies.jl is especially well-suited for predicting tonal propeller/rotor noise, and has features that ease its inclusion in gradient-based optimizations.

  • Mathy answer:

    An acoustic analogy is a clever rearrangement of the Navier-Stokes equations, the governing equations of fluid flow, into a form that looks like the classical inhomogeneous wave equation. The inhomogeneous term represents sources of sound in the flow. The wave equation can be solved using the appropriate Green's function, which requires the evaluation of two surface integrals and a volume integral (usually neglected). If the integration surface is taken to be a solid surface in the fluid domain (e.g., a propeller blade), we can use the acoustic analogy solution to predict the acoustics caused by the motion of and loading on the integration surface.

Features:

Installation

] registry add git@github.com:dingraha/DanielIngrahamRegistry.git  # Optional, but needed to resolve dependencies in the next step
] add AcousticAnalogies

Usage

See the docs.

Software Quality Assurance

  • This repository contains extensive tests run by GitHub Actions.
  • This repository only allows signed commits to be merged into the main branch.