12 releases

0.2.3 May 26, 2024
0.2.2 May 3, 2024
0.2.1 Apr 17, 2024
0.1.7 Mar 25, 2024
0.1.0 Aug 1, 2023

#44 in Simulation

39 downloads per month

BSD-3-Clause

605KB
14K SLoC

altrios-core

Altrios Logo

homepage rust-tests Documentation GitHub

This crate is primarily intended to be used as a backend for the ALTRIOS PyPI package, but it can also function as a dependency for other crates.


lib.rs:

Crate containing models for second-by-second fuel and energy consumption of simulation of locomotive consists comprising collections of individual locomotives, which comprise various powertrain components (engine, generator/alternator, battery, and electric drivetrain) -- all connected to a detailed train model including drag, grade, curvature, bearing, and rolling resistances.

Helpful Tips

Every struct in this crate implements methods for serializing/deserializing itself to/from a handful of standard data formats as strings or file read/write operations using traits::SerdeAPI.

Features:

  • pyo3: enable this feature to expose ALTRIOS structs, methods, and functions to Python

Dependencies

~38–52MB
~1M SLoC