arctan

Arctan API for Node.JS

Usage no npm install needed!

<script type="module">
  import arctan from 'https://cdn.skypack.dev/arctan';
</script>

README


Model and high power rocket calculator

About Arctan

Arctan is an advanced rocket calculator. Designed for rockets, rocket engines and launch pads. It offers the most accurate simulations of it's kind.

Features

  • Engine thrust
  • Full rocket thrust
  • Chamber size
  • Nozzle size
  • Recommended rocket size
  • Material strength
  • Aerodynamics
  • Thrust vector control (TVC)
  • Rocket landing
  • Apogee
  • and more just in your browser!

Usage

  • Functions
    • Aerodynamics
        const arctan = require('arctan');
        arctan.fairingAerodynamics(fairingType);
    
    • Apogee
        const arctan = require('arctan');
        arctan.apogee();
    
    • Nozzle
        const arctan = require('arctan');
        arctan.nozzle(massFlowRate, velocity, density, specificHeatRatio, area, pressure, mach);
    
    • Recommended rocket size
        const arctan = require('arctan');
        arctan.rocketSize(thrust);
    
    • Material strength
        const arctan = require('arctan');
        arctan.materialStrength(density);
    
    • Thrust
        const arctan = require('arctan');
        arctan.rocketAcceleration(thrust, weight);
        arctan.rocketAcceleration.kmh(accInMeterPerS);
        arctan.fullThrust(engineNumber, engineThrust);
    

Availability

Arctan will be available in June of 2019.

API

Here

Developer

Hi, it's me! - @deyyanl (GitHub, Twitter, Instagram)

Contribute

See CONTRIBUTING.md

License

Arctan is licensed under MIT License.

Changelog

  • 1.0.3
    • Fixed exports
  • 1.0.2
    • Updated README file with function list
  • 1.0.1
    • Added functions
  • 1.0.0
    • First version