Giter Club home page Giter Club logo

acoustics's Introduction

Acoustic Scattering

This code utilizes an integral equation formulation to compute equivalent acoustic sources on a geometry's surface induced by a defined acoustic wave excitation.

Running

Running this code is best done via running julia from the command line/prompt. This software is developed on Windows and to execute I would run the command: julia run.jl input_file.txt where input_file.txt is a text file containing all information about the problem the user desires to run. Examples of this file are in the examples directory.

Solvers

Currently, users can solve the sound-soft Integral Equation (IE), the normal derivative of the sound-soft IE and the sound-soft combined field IE. Additionally, the code can compute the decomposed Wigner Smith (WS) time-delay matrix for the geometry and build an excitation to excite a desired WS mode and solve the sound-soft IE with that excitation.

Acceleration

Currently, the code is only capable of using the Adaptive Cross Approximation to compress the Z matrix and accelerate the entire computation for the sound-soft IE.

Parallelism

Currently, the code supports basic multi-threading in some of the easily parallelizable, computation heavy for loops. To utilize, when running julia use the --threads N command line argument.

Documentation

There is detailed documentation in the documentation directory about the algorithms in the code in AcousticsIE.docx (constantly a work in progress) and details on verification work and testing in the sub-directories.

Notes

Make sure Juno's working directory is the project directory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.