LICENSE
README.md
pyproject.toml
src/physimlab.egg-info/PKG-INFO
src/physimlab.egg-info/SOURCES.txt
src/physimlab.egg-info/dependency_links.txt
src/physimlab.egg-info/entry_points.txt
src/physimlab.egg-info/requires.txt
src/physimlab.egg-info/top_level.txt
src/simlab/__init__.py
src/simlab/cli.py
src/simlab/core.py
src/simlab/config/__init__.py
src/simlab/config/loader.py
src/simlab/output/__init__.py
src/simlab/output/manager.py
src/simlab/output/result.py
src/simlab/physics/__init__.py
src/simlab/physics/aerodynamics.py
src/simlab/physics/aerodynamics_enhanced.py
src/simlab/physics/contact.py
src/simlab/physics/corrections.py
src/simlab/physics/integration.py
src/simlab/physics/mechanics.py
src/simlab/physics/models.py
src/simlab/physics/numerical.py
src/simlab/physics/validation.py
src/simlab/physics/wind.py
src/simlab/utils/__init__.py
src/simlab/utils/constants.py
src/simlab/utils/helpers.py
tests/test_config_loader.py
tests/test_integration.py
tests/test_mathematical_accuracy.py
tests/test_models.py
tests/test_physics.py
tests/test_physics_complete.py
tests/test_physics_detailed.py
tests/test_reporting.py
tests/test_simulation.py
tests/test_validation.py