-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* velocity for temp fix * mkdocs update * mkdocs versioning init
- Loading branch information
Showing
25 changed files
with
359 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
::: py_ballisticcalc.constants | ||
options: | ||
group_by_category: false | ||
members: | ||
|
||
### Global atmosphere constants | ||
|
||
| Constant | Description | Value | Unit / Notes | | ||
|---------------------|-------------------------------|--------------|--------------| | ||
| `cStandardHumidity` | Relative Humidity in percents | 0.0 | % | | ||
| `cPressureExponent` | =g*M/R*L | 5.255876 | - | | ||
| `cA0` | Coefficient A0 | 1.24871 | - | | ||
| `cA1` | Coefficient A1 | 0.0988438 | - | | ||
| `cA2` | Coefficient A2 | 0.00152907 | - | | ||
| `cA3` | Coefficient A3 | -3.07031e-06 | - | | ||
| `cA4` | Coefficient A4 | 4.21329e-07 | - | | ||
| `cA5` | Coefficient A5 | 3.342e-04 | - | | ||
|
||
### [ISA, metric prefer_units](https://www.engineeringtoolbox.com/international-standard-atmosphere-d_985.html) | ||
|
||
| Constant | Description | Value | Unit / Notes | | ||
|----------------------------|-----------------------------------------|----------|------------------| | ||
| `cDegreesCtoK` | Celsius to Kelvin conversion | 273.15 | °K = °C + 273.15 | | ||
| `cStandardTemperatureC` | Standard temperature in Celsius | 15.0 | °C | | ||
| `cLapseRateMetric` | Metric lapse rate | -6.5e-03 | °C/m | | ||
| `cStandardPressureMetric` | Standard pressure (metric) | 1013.25 | hPa | | ||
| `cSpeedOfSoundMetric` | Speed of sound in metric | 331.3 | m/s | | ||
| `cStandardDensityMetric` | Standard air density (metric) | 1.2250 | kg/m³ | | ||
| `cDensityImperialToMetric` | Density conversion (imperial to metric) | 16.0185 | lb/ft³ to kg/m³ | | ||
|
||
### ICAO standard atmosphere | ||
|
||
| Constant | Description | Value | Unit / Notes | | ||
|-------------------------|------------------------------------|--------------|------------------| | ||
| `cDegreesFtoR` | Fahrenheit to Rankine conversion | 459.67 | °R = °F + 459.67 | | ||
| `cStandardTemperatureF` | Standard temperature in Fahrenheit | 59.0 | °F | | ||
| `cLapseRateImperial` | Imperial lapse rate | -3.56616e-03 | °F/ft | | ||
| `cStandardPressure` | Standard pressure (imperial) | 29.92 | InHg | | ||
| `cSpeedOfSoundImperial` | Speed of sound (imperial) | 49.0223 | fps | | ||
| `cStandardDensity` | Standard air density (imperial) | 0.076474 | lb/ft³ | | ||
|
||
### Runtime limits constants | ||
|
||
| Constant | Description | Value | Unit / Notes | | ||
|------------------------|-----------------------------|-------|--------------| | ||
| `cLowestTempF` | Lowest temperature recorded | -130 | °F | | ||
| `cMaxWindDistanceFeet` | Maximum wind distance | 1e8 | ft | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
::: py_ballisticcalc.drag_model | ||
options: | ||
group_by_category: false | ||
members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
::: py_ballisticcalc.trajectory_data | ||
options: | ||
group_by_category: false | ||
members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
::: py_ballisticcalc.vector.Vector | ||
options: | ||
group_by_category: false | ||
members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
??? api "API Documentation" | ||
|
||
[`py_ballisticcalc.conditions.Atmo`][py_ballisticcalc.conditions._conditions.Atmo]<br> | ||
[`py_ballisticcalc.conditions.Atmo`][py_ballisticcalc.conditions.Atmo]<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
??? api "API Documentation" | ||
|
||
[`py_ballisticcalc.conditions.Shot`][py_ballisticcalc.conditions._conditions.Shot]<br> | ||
[`py_ballisticcalc.conditions.Shot`][py_ballisticcalc.conditions.Shot]<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
??? api "API Documentation" | ||
|
||
[`py_ballisticcalc.conditions.Wind`][py_ballisticcalc.conditions._conditions.Wind]<br> | ||
[`py_ballisticcalc.conditions.Wind`][py_ballisticcalc.conditions.Wind]<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
??? api "API Documentation" | ||
|
||
[`py_ballisticcalc.constants`][py_ballisticcalc.constants]<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
??? api "API Documentation" | ||
|
||
[`py_ballisticcalc.drag_model`][py_ballisticcalc.drag_model]<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
??? api "API Documentation" | ||
|
||
[`py_ballisticcalc.trajectory_data`][py_ballisticcalc.trajectory_data]<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
??? api "API Documentation" | ||
|
||
[`py_ballisticcalc.vector.Vector`][py_ballisticcalc.vector.Vector]<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "py_ballisticcalc.exts" | ||
version = "2.1.0b2" | ||
version = "2.1.0b3" | ||
|
||
authors = [ | ||
{ name="o-murphy", email="[email protected]" }, | ||
|
Oops, something went wrong.