EquationsOfState
Starting from v2.0.0
, EquationsOfState.jl
has been rewritten. The former behaviors of EquationsOfState.jl
(v1.1.4
and earlier) will be deprecated. Please follow the latest documentation.
Package Features
- Calculate energy, pressure, and bulk modulus of an
EquationOfState
on a (an) volume (array of volumes). - Fit an
EquationOfState
on a series of volumes using least-squares fitting method. - Fit an
EquationOfState
on a series of volumes linearly. - Find the corresponding volume of an
EquationOfState
given an (a) energy, pressure, and bulk modulus. - Handle unit conversion automatically in the above features, take any unit.
See the Index for the complete list of documented functions and types.
Manual Outline
- Collections
- Usage
- Construct an
EquationOfState
- Calculate energy on an
EquationOfState
- Calculate pressure on an
EquationOfState
- Calculate bulk modulus on an
EquationOfState
- Public interfaces
- Nonlinear fitting
- Find
- How to make your data portable?
- How to use
EquationsOfState
in Python? - FAQ
Index
EquationsOfState.Collections.BirchMurnaghan2nd
EquationsOfState.Collections.BirchMurnaghan3rd
EquationsOfState.Collections.BirchMurnaghan4th
EquationsOfState.Collections.BulkModulus
EquationsOfState.Collections.Energy
EquationsOfState.Collections.EquationOfState
EquationsOfState.Collections.FiniteStrainEquationOfState
EquationsOfState.Collections.Murnaghan
EquationsOfState.Collections.PoirierTarantola2nd
EquationsOfState.Collections.PoirierTarantola3rd
EquationsOfState.Collections.PoirierTarantola4th
EquationsOfState.Collections.Pressure
EquationsOfState.Collections.Vinet
EquationsOfState.Find.findvolume
EquationsOfState.NonlinearFitting.lsqfit