petekstatic 0.1.11

petekStatic — the GEOMODEL layer: structural framework, grid construction, property modelling, volumetrics and static uncertainty, consolidated into one crate.
Documentation
1
2
3
4
5
6
7
8
9
//! Canonical cell-property names used by volumetrics. Centralised so every
//! crate agrees on the keys.

/// Porosity (fraction).
pub const PORO: &str = "PORO";
/// Net-to-gross ratio (fraction).
pub const NTG: &str = "NTG";
/// Water saturation (fraction).
pub const SW: &str = "SW";