PALEOS MgSiO₃ EoS Lookup Table for PROTEUS
Authors/Creators
Description
PALEOS MgSiO₃ Lookup Tables for PROTEUS
Precomputed MgSiO₃ equation of state lookup tables generated with PALEOS, designed for the PROTEUS planetary interior model. The tables cover pressures up to 100 TPa, extending the EoS coverage to the regime relevant for super-Earth and sub-Neptune interiors.
Contents
Two table files are provided:
| File | Phase | T range | EoS |
|---|---|---|---|
paleos_mgsio3_tables_pt_proteus_solid.dat |
Solid | 300 K → max(T_liquidus) | Sokolova+22 (en, lpcen, hpcen), Wolf+15 (brg), Sakai+16 (ppv) |
paleos_mgsio3_tables_pt_proteus_liquid.dat |
Liquid | min(T_solidus) → 10⁵ K | Wolf+Bower18 (Luo+Deng25 params) |
Both tables share a common pressure grid: P = 0 Pa plus a log-uniform grid from 1 bar to 100 TPa at 150 points per decade. The temperature grids are also log-uniform at 150 points per decade. The temperature bounds are derived from the PROTEUS solidus and liquidus files: specifically min(T_solidus) and max(T_liquidus) as global bounds.
The grids are designed to be rectangular. Some points are missing where the EoS solver failed to converge; when reconstructing the full grid for interpolation, these entries should be filled with NaN. The nonconverging regions should not affect the physically relevant domain (beyond liquidus for the solid table, vapor/supercritical phase for the liquid table).
Columns
Each row contains 10 columns, all in SI units:
- P — Pressure [Pa]
- T — Temperature [K]
- rho — Density [kg/m³]
- u — Specific internal energy [J/kg]
- s — Specific entropy [J/(kg·K)]
- cp — Isobaric heat capacity [J/(kg·K)]
- cv — Isochoric heat capacity [J/(kg·K)]
- alpha — Thermal expansion coefficient [K⁻¹]
- nabla_ad — Adiabatic gradient (d ln T / d ln P)_S [dimensionless]
- phase — Phase identifier
Phase selection
For the solid table, phase selection at each (P, T) point follows the full PALEOS MgSiO₃ phase diagram. At temperatures above the PALEOS melting curve (which can occur since the solid table extends to the PROTEUS liquidus), the code falls back to the solid phase stable just below the melting curve and evaluates that EoS at the requested temperature. The liquid table uses Wolf+Bower18 everywhere.
Generating the tables
The notebook to regenerate these tables is available in the PALEOS repository at utils/mgsio3_tables_proteus.ipynb. It contains a single clearly marked User Input cell where all parameters (file paths, P/T ranges, resolution, output filenames) can be adjusted.
Files
Files
(64.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6f178fe42bd12fd89dd2c29ab99cdaa1
|
28.7 MB | Download |
|
md5:9015284bf8db48b95fafb5830c5c6842
|
35.5 MB | Download |
Additional details
Software
- Repository URL
- https://github.com/maraattia/PALEOS
- Programming language
- Python , Jupyter Notebook
- Development Status
- Active