From 5e789fc13780a99363914c89e51e9d352d8fd168 Mon Sep 17 00:00:00 2001 From: Art Gower Date: Fri, 5 Oct 2018 10:06:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a9bd514..9668d24f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Julia library for simulating, processing, and plotting multiple scattering of acoustic waves. The library uses the multipole method to solve the Helmholtz equation -(time-harmonic acoustics) in two dimensions. This method is particularly efficient at solving scattering problems for particles in an infinite domain. Currently the library is configured for circular particles with any radius, density, sound speed and packing fraction. For details on the maths see [Martin (1995)](https://pdfs.semanticscholar.org/8bd3/38ec62affc5c89592a9d6d13f1ee6a7d7e53.pdf) and [Gower et al. (2017)](https://arxiv.org/abs/1712.05427). +(time-harmonic acoustics) in two dimensions. This method is particularly efficient at solving scattering problems for particles in an infinite domain. The library is configured to use T-matrices to represent scattering from particles with any shape and properities. Currently, T-matrices are provided for circular and capsule particles with any radius, density, sound speed and packing fraction. For details on the maths see [Martin (1995)](https://pdfs.semanticscholar.org/8bd3/38ec62affc5c89592a9d6d13f1ee6a7d7e53.pdf) and [Gower et al. (2017)](https://arxiv.org/abs/1712.05427). #### Near Surface Backscattering If you are here to learn about