This package implements some equations of state (EOS) of solids which are useful in research. It currently includes:
Murnaghan
EOS- Birch–Murnaghan EOS family:
BirchMurnaghan2nd
BirchMurnaghan3rd
BirchMurnaghan4th
Vinet
EOS- Poirier–Tarantola EOS family:
PoirierTarantola2nd
PoirierTarantola3rd
PoirierTarantola4th
AntonSchmidt
EOS (experimental)BreenanStacey
EOS (experimental)
The formula are referenced from Ref. 1.
This package also includes linear and nonlinear fitting methods, also referenced from Ref. 1.
- Julia version:
v1.0.0
and above - Dependencies: see
Project.toml
- OS versions:
macOS
,Linux
, andWindows
-
Install Julia executable
-
Install the package:
Install the latest testing version:
julia> using Pkg julia> Pkg.add("https://github.com/MineralsCloud/EquationsOfState.jl")
Install the stable version:
julia> using Pkg julia> Pkg.add("EquationsOfState")
This is currently not suggested since
v2.0.0
has been rewritten.
- A. Otero-De-La-Roza, V. Luaña, Comput. Phys. Commun. 182, 1708–1720 (2011).