Public API
Contents
Index
EquationOfStateRecipes.bulkmodulusplotEquationOfStateRecipes.energyplotEquationOfStateRecipes.pressureplotRecipesBase.plot
Public interface
For detailed examples, please refer to section "Examples".
RecipesBase.plot — Functionplot(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.
EquationOfStateRecipes.energyplot — Functionenergyplot(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.
EquationOfStateRecipes.pressureplot — Functionpressureplot(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.
EquationOfStateRecipes.bulkmodulusplot — Functionbulkmodulusplot(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.