peteksim 0.1.12

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
//! The `pvt` module — PVT properties. MVP scope is **FVF-as-input** ([`OilFvf`],
//! [`GasFvf`]); the `gas_fvf` (DAK Z) correlation is a later fast-follow that
//! produces the same [`GasFvf`] value type, keeping the downstream boundary
//! stable.

mod fvf;

pub use fvf::{GasFvf, OilFvf};