1.0.4 • Published 5 years ago

arctan v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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
    	```js
    		const arctan = require('arctan');
    		arctan.fairingAerodynamics(fairingType);
    	```
    	* Apogee
    	```js
    		const arctan = require('arctan');
    		arctan.apogee();
    	```
    	* Nozzle
    	```js
    		const arctan = require('arctan');
    		arctan.nozzle(massFlowRate, velocity, density, specificHeatRatio, area, pressure, mach);
    	```
    	* Recommended rocket size
    	```js
    		const arctan = require('arctan');
    		arctan.rocketSize(thrust);
    	```
    	* Material strength
    	```js
    		const arctan = require('arctan');
    		arctan.materialStrength(density);
    	```
    	* Thrust
    	```js
    		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
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago