File: control

package info (click to toggle)
rocketcea 1.1.18%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 40,068 kB
  • sloc: python: 8,231; fortran: 5,605; pascal: 128; makefile: 6; sh: 5
file content (24 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: rocketcea
Section: science
Priority: optional
Maintainer: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper-compat (= 12), dh-python, gfortran, python3-coverage, python3-all-dev, python3-future, 
	python3-matplotlib, python3-nose, python3-numpy, python3-scipy, python3-setuptools
Standards-Version: 4.5.0
Homepage: https://rocketcea.readthedocs.io
Vcs-Git: https://salsa.debian.org/debian/rocketcea.git
Vcs-Browser: https://salsa.debian.org/debian/rocketcea

Package: rocketcea
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: NASA Chemical Equilibrium, wrapped in Python
 RocketCEA makes direct calls to a modified copy of the NASA FORTRAN CEA code 
 in “rocket” mode to calculate Isp, Cstar, Tcham etc. and provides tools to 
 help determine useful mixture ratio range, optimum MR and more.
 .
 The modifications to CEA2.f have been made in order to properly handle 
 hydrazine monopropellant’s ammonia dissociation.
 .
 A typical use of this program would be to help determine input values for a
 rocket motor burn simulation program.