doc-calculator 0.3.0__py3-none-any.whl → 0.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- doc_calculator/core/DOC_Calculator.py +1 -1
- {doc_calculator-0.3.0.dist-info → doc_calculator-0.5.0.dist-info}/METADATA +3 -3
- {doc_calculator-0.3.0.dist-info → doc_calculator-0.5.0.dist-info}/RECORD +6 -6
- {doc_calculator-0.3.0.dist-info → doc_calculator-0.5.0.dist-info}/LICENSE +0 -0
- {doc_calculator-0.3.0.dist-info → doc_calculator-0.5.0.dist-info}/WHEEL +0 -0
- {doc_calculator-0.3.0.dist-info → doc_calculator-0.5.0.dist-info}/top_level.txt +0 -0
@@ -401,7 +401,7 @@ class DirectOperatingCost(object):
|
|
401
401
|
def _calculate_investment(self) -> float:
|
402
402
|
adp = self.aircraft["adp"]*1.0e6
|
403
403
|
afspare = self.aircraft["afspare"]
|
404
|
-
enpri = self.aircraft["enpri"]
|
404
|
+
enpri = self.aircraft["enpri"]*1.0e6
|
405
405
|
en = self.aircraft["en"]
|
406
406
|
enspare = self.aircraft["enspare"]
|
407
407
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: doc_calculator
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5.0
|
4
4
|
Description-Content-Type: text/markdown
|
5
5
|
License-File: LICENSE
|
6
6
|
Requires-Dist: gemseo
|
@@ -8,7 +8,7 @@ Dynamic: description
|
|
8
8
|
Dynamic: description-content-type
|
9
9
|
Dynamic: requires-dist
|
10
10
|
|
11
|
-
# Aircraft
|
11
|
+
# Aircraft Operating Costs Calculator
|
12
12
|
|
13
13
|
`doc_calculator` is a Python package designed to calculate **Direct Operating Costs (DOC)** and **Indirect Operating Costs (IOC)** for **short-haul** and **medium-haul** aircraft. It supports both **regional** and **large transport** categories, and includes modules for **hybrid-electric aircraft** configurations.
|
14
14
|
|
@@ -45,7 +45,7 @@ Dynamic: requires-dist
|
|
45
45
|
Install the package using `pip`:
|
46
46
|
|
47
47
|
```bash
|
48
|
-
pip install
|
48
|
+
pip install doc-calculator
|
49
49
|
```
|
50
50
|
## Usage
|
51
51
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
doc_calculator/__init__.py,sha256=l24hn9jSD9FBynMc19l8v8OmxNLKQdKiawL8nbqe8hA,95
|
2
|
-
doc_calculator/core/DOC_Calculator.py,sha256=
|
2
|
+
doc_calculator/core/DOC_Calculator.py,sha256=eYLZxU16HL8z0bsm5Db4dqvKgLui7DKOaKTEO0yMI84,20074
|
3
3
|
doc_calculator/core/__init__.py,sha256=ZceJPuJOipP9v84b1sloJGHXppCEcPzElwHw7liG7yA,47
|
4
4
|
doc_calculator/core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
doc_calculator/core/utils/params.py,sha256=FS99-wK_O4-8vXKozPfsk67F6tLVRg_ekAxKehvU5dU,2472
|
@@ -8,8 +8,8 @@ doc_calculator/gemseo_discipline/DOC_Calculator.py,sha256=hgnZ7eOqNNh34NeehY6c5V
|
|
8
8
|
doc_calculator/gemseo_discipline/__init__.py,sha256=lwTMrOr2oUeNTElP14atth9NdxyG6Qr1tUV2231YqBM,53
|
9
9
|
doc_calculator/gemseo_discipline/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
doc_calculator/gemseo_discipline/utils/utils_functions.py,sha256=kSaSP2FFllAjw7FI87KEb_IUfJ1uKVVVeREPVJufUKQ,295
|
11
|
-
doc_calculator-0.
|
12
|
-
doc_calculator-0.
|
13
|
-
doc_calculator-0.
|
14
|
-
doc_calculator-0.
|
15
|
-
doc_calculator-0.
|
11
|
+
doc_calculator-0.5.0.dist-info/LICENSE,sha256=0hLLMdm78mvfi_SZni23FLSVq0vYbvmRuLPUwy6Gc7I,1094
|
12
|
+
doc_calculator-0.5.0.dist-info/METADATA,sha256=wZKVHst7LE5OhIBmYJyUXgHUPW2cf4DzYRku04q2k1s,7308
|
13
|
+
doc_calculator-0.5.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
14
|
+
doc_calculator-0.5.0.dist-info/top_level.txt,sha256=dTASglOF0CjM5b8VIFNUVVa3wXtrMNXgEwQ4l8wtrss,15
|
15
|
+
doc_calculator-0.5.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|