peteksim 0.1.7

petekSim — the SIMULATION layer: dynamic/engineering appraisal (recoverable/forecast) + PVT + the appraisal facade over the petek subsurface-modelling stack, consolidated into one crate.
Documentation
1
2
3
4
5
6
7
8
9
10
//! The workspace error type.
//!
//! petekSim owns one error enum, [`SrsError`], surfaced across the crate. The
//! domain-agnostic oilfield-unit conversions that used to live here have moved
//! down the DAG into the petekTools toolkit (`petektools::units`); this module
//! now homes only the shared error type.

mod error;

pub use error::{Result, SrsError};