6.0.0 • Published 4 months ago

@adaskothebeast/psychrometrics v6.0.0

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
4 months ago

Psychrometrics

Description

Psychrometrics formulas

Installation

yarn add @adaskothebeast/psychrometrics

or

npm install @adaskothebeast/psychrometrics --save

Usage

It is important to invoke Initializer.initialize before usage function saturationVaporPressureToTemperature. It stores values of function temperatureToSaturationVaporPressure in memory and then uses monotone cubic Hermit interpolation to interpolate value based on stored values.

  Initializer.initialize();

You have ability to setup decimal point accuracy of stored values (meaningful decimal places). Default is 2 -> $10^{-2}$ = 0.01. Values are stored between -100°C and 100°C - so when decimal point accuracy is 2 then 20k values are stored in memory. Decimal point accuracy can be between 0 and 4.

Decimal point accuracyNumber of values stored
0200
12000
220000
3200000
42000000
6.0.0

4 months ago

5.1.0

6 months ago

4.1.3

6 months ago

4.1.0

6 months ago

4.1.2

6 months ago

4.1.1

6 months ago

5.0.0

9 months ago

4.0.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago