Coder Social home page Coder Social logo

wavenumber's Introduction

wavenumber.py

CLI tool for quick evaluation of wavenumber, wavelength, and depth to wavelength ratio.
A recursive Newton-Raphson function and shallow-water approximation are used to calculate and output the above.

arguments

  • -h water depth
  • -T period
  • -w angular frequency
  • -e error

usage

At minimum, the tool needs depth (-h) and either period (-T) or angular frequency (-w) to run.

  • The tool will not accept both a period and an angular frequency for clarity reasons.

The error (-e) is an optional argument, used for establishing the desired margin between guesses from the Newton-Raphson method.

  • By default the error is e-5.
example 1

python3 wavenumber.py -h 5 -T 10

example 2

python3 wavenumber.py -w 0.63 -e 0.01 -h 8

example input --> output

image

wavenumber's People

Contributors

sshi02 avatar

Watchers

 avatar

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.