Metadata-Version: 2.1
Name: acoustic_analyser
Version: 0.0.9
Summary: An Open Source package to perform nodal analysis on simple 2D structures using wave based approach
Home-page: https://github.com/Manofmomo/AcousticAnalyser
Author: Dhruv Bhatia, Dr. Abhijit Sarkar
Description-Content-Type: text/markdown

# Acoustic Analyser
An Open Source package to perform nodal analysis on simple 2D structures using wave based approach
## Authors
- [Dhruv Bhatia](https://www.github.com/manofmomo)
- [Dr. Abhijit Sarkar](https://mech.iitm.ac.in/meiitm/personnal/abhijit-sarkar/)
## Installation
### Pre-requisites:
* numpy
* sympy
* scipy
* matplotlib 

You can install tha package through both pip and using the releases present on github.

### Installing through pip:
  ```bash
    pip install acoustic_analyser
  ```
### Installing through github:
1. You can find the latest release zip file [here](https://github.com/Manofmomo/AcousticAnalyser/releases)
2. Download the zip file to a folder and extract its contents
3. Then run the following command in the terminal from the folder you extracted:
```bash
    pip install .
```

## Usage:
You can find the example problems to get started [here](https://github.com/Manofmomo/AcousticAnalyser/blob/master/documentation/documentation.ipynb). 

