Overview
The manual shows how to setup problems and includes several examples. The examples in the manual are abbreviated to focus on the key code elements. For example, commands used for plotting the results are ommitted. The complete examples are provided in the examples/
directory.
Examples
You can run these examples through the REPL. Download the files from GitHub. Extract the files. Start a shell and navitgate to the folder DifferentialMobilityAnalyzers.jl/examples/
. Start the Julia REPS with the –project flag:
julia --project
Then run one of the examples from the REPL prompt.
julia> include("tranmsission.jl")
The plots will show up in the browser.
Further Information
The manual sections link to the reference for details. At each junction, the manual will provide appropriate reference to one of the Tutorial Sessions, Notebooks, and/or Figure in the Manuscript.