Public API

Contents

Index

Public interface

For detailed examples, please refer to section "Examples".

RecipesBase.plotFunction
plot(eos::EnergyEquation, volumes, args...; kw...)
plot(eos::PressureEquation, volumes, args...; kw...)
plot(eos::BulkModulusEquation, volumes, args...; kw...)
plot!(eos::EnergyEquation, volumes, args...; kw...)
plot!(eos::PressureEquation, volumes, args...; kw...)
plot!(eos::BulkModulusEquation, volumes, args...; kw...)
plot!(plotobj, eos::EnergyEquation, volumes, args...; kw...)
plot!(plotobj, eos::PressureEquation, volumes, args...; kw...)
plot!(plotobj, eos::BulkModulusEquation, volumes, args...; kw...)

Plot the energy/pressure/bulk modulus versus volumes curve given an equation of state.

source
EquationOfStateRecipes.energyplotFunction
energyplot(params::Parameters, volumes, args...; kw...)
energyplot!(params::Parameters, volumes, args...; kw...)
energyplot!(plotobj, params::Parameters, volumes, args...; kw...)

Plot the energy versus volumes curves given the parameters of equations of state.

source
EquationOfStateRecipes.pressureplotFunction
pressureplot(params::Parameters, volumes, args...; kw...)
pressureplot!(params::Parameters, volumes, args...; kw...)
pressureplot!(plotobj, params::Parameters, volumes, args...; kw...)

Plot the pressure versus volumes curves given the parameters of equations of state.

source
EquationOfStateRecipes.bulkmodulusplotFunction
bulkmodulusplot(params::Parameters, volumes, args...; kw...)
bulkmodulusplot!(params::Parameters, volumes, args...; kw...)
bulkmodulusplot!(plotobj, params::Parameters, volumes, args...; kw...)

Plot the bulk modulus versus volumes curves given the parameters of equations of state.

source