/HSSSimulations.jl

A package for performing finite difference simulations of High Speed Sintering. Created for my PhD

Primary LanguageJuliaMIT LicenseMIT

HSSSimulations.jl

Stable docs Dev docs

A package to simulate High Speed Sintering (HSS) by treating the powder bed as a bulk material, using the finite difference method and a quasi-solid material model.

As this is not in the Julia general registry, you will need to dev the package using:

using Pkg
Pkg.dev("https://github.com/Oliver-Leete/HSSSimulations.jl.git")

If you are new to Julia, I'd recommend checking out the getting started documentation