reaction_temperature: Specify a reaction temperature gradient

Description Usage Arguments Value Examples

Description

Specify a reaction temperature gradient

Usage

1
reaction_temperature(.number = 1, low = 0, high = 100, steps = 100)

Arguments

.number

The number of the gradient

low

The low temperature (degrees C)

high

The high temperature (degrees C)

steps

The number of steps to use between low and high

Value

A character vector summarising the input

Examples

1
2
3
4
5
6
7
reaction_temperature(low = 25, high = 75, steps = 51)

# example 2 from the manual
phreeqc(solution(), # pure water
        equilibrium_phases(Gypsum = c(0, 1), Anhydrite = c(0, 1)),
        reaction_temperature(low = 25, high = 50, steps = 10),
        selected_output(temperature = TRUE, si = c("Gypsum", "Anhydrite")))

paleolimbot/easyphreeqc documentation built on May 24, 2019, 6:12 p.m.