Skip to content

Commit

Permalink
add using Pkg to REAME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgower committed Oct 22, 2018
1 parent bf240ea commit d5184a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@

# Multi-species effective waves

A Julia package for calculating, processing and plotting waves travelling in heterogeneous materials. The focus is on calculating the ensemble averaged waves, i.e. the statistical moments, of the waves.
A Julia package for calculating, processing and plotting waves travelling in heterogeneous materials. The focus is on calculating the ensemble averaged waves, i.e. the statistical moments, of the waves.
You can run Julia on [JuliaBox](https://www.juliabox.com/) in your browser without installation.

At present, the packages calculates effective wavenumbers, wave transimission and wave reflection from random particulate materials in two-dimensions, see [arXiv preprint](https://arxiv.org/abs/1712.05427) for details on the mathematics, or [these notes](theory/MultispeciesWaves.pdf) for the formulas.

## Get started
Type into Julia:
```julia
using Pkg
Pkg.clone("https://github.com/arturgower/EffectiveWaves.jl.git")

using EffectiveWaves
```

Expand Down

0 comments on commit d5184a8

Please sign in to comment.