API Documentation

Docstrings for Arrhenius.jl interface members can be accessed through Julia's built-in documentation system or in the list below.

You can use name(Arrhenius) to print a full list of exported namespace by Arrhenius.jl, and then copy the list below.

Missing docstring.

Missing docstring for :Arrhenius. Check Documenter's build log for details.

Arrhenius.C2XFunction

get mole fraction (X) from concentration (C)

Arrhenius.CreateSolutionFunction
CreateSolution(mech)

Reaction mechanism is interepreted here. Part of the infomation are read in from the yaml file, pary of them are from the pre-processed .npz file from ReacTorch and Cantera test for math enviroment

Missing docstring.

Missing docstring for :R. Check Documenter's build log for details.

Missing docstring.

Missing docstring for :S_mass_func. Check Documenter's build log for details.

Arrhenius.X2CFunction

get concentration (C) from mole fraction (X)

Arrhenius.X2YFunction

get mass fraction (Y) from mole fraction (X)

Arrhenius.Y2CFunction

get concentration (C) from mass fraction (Y)

Arrhenius.Y2XFunction

get mole fraction (X) from mass fraction (Y)

Missing docstring.

Missing docstring for :one_atm. Check Documenter's build log for details.

Arrhenius.set_statesFunction

"mainly for testing code, will be removed in the future" "please customize such functions following this example"