Install this project after cloning or updating via
$ julia --project=.
julia> using Pkg
julia> Pkg.resolvex()
notebooks/GridGallery.jl: some example gridsnotebooks/Equilibrium1D.jl: 1D double layer capacitance calculations based on DGLM modelsrc/equilibrium.jlImplementation of DGLM modified Poisson-Boltzmann as part of the project-packagenotebooks/Equilibrium2D.jl: 1D/2D double layer capacitance calculations for polycrystalline electrodes
Load them as follows:
$ julia --project=.
julia> using Pluto
julia> Pluto.run(notebook="notebooks/<Name.jl>")
scripts/gridgallery.jl: some example grids
Run them as follows:
$ julia -project=.
julia> using Revise
julia> includet("scripts/<name.jl>
julia> ?<name>.main # (for help)
julia> <name>.main()
For the project code structure see https://j-fu.github.io/marginalia/julia/project-workflow/