Coverage for src / hallmd / __init__.py: 100%
1 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-03-19 21:56 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-03-19 21:56 +0000
1"""Prototype of a predictive engineering model (PEM) of a Hall thruster. Integrates sub-models from multiple
2disciplines to simulate a Hall thruster operating in a vacuum chamber. Uses uncertainty quantification techniques
3to extrapolate model predictions to a space-like environment.
5- Authors - Joshua Eckels (eckelsjd@umich.edu), Thomas Marks, Collin Whittaker, Madison Allen, Declan Brick, Benjamin Jorns,
6Alex Gorodetsky
7- License - GPL-3.0
9The `hallmd` package contains one sub-package:
11- `models` - Contains the sub-models for each discipline in the Hall thruster system.
12""" #noqa: E501
14__version__ = '0.3.0'