Skip to content

Releases: FiniteVolumeTransportPhenomena/JFVM.jl

Latest release before major refactoring

Choose a tag to compare

@simulkade simulkade released this 06 Jul 21:51

This is the latest release before a major refactor using Claude Code and Opus 4.8. This release is tagged before merging the refactor branch.

Latest rrelease that supports Julia 0.6

Choose a tag to compare

@simulkade simulkade released this 12 Aug 15:36

This is the latest release that supports Julia 0.6. Everything after this won't work with Julia < 0.7

JFVM.jl: A Finite Volume Tool for Solving Advection-Diffusion Equations

Choose a tag to compare

@simulkade simulkade released this 23 Aug 08:04

JFVM is an implementation of cell-centered finite volume technique in Julia programming language, that can be used to discretize a linear transient convection-diffusion equation on a variety of coordinate systems, including 1, 2, or 3D Cartesian, Cylindrical, and Spherical. A general boundary condition is designed that can help the user to define Dirichlet, Neumann, and Robin boundary conditions with a minimal effort. The convection term can be discretized using different techniques, i.e., central difference, upwind, and total variation diminishing (TVD). The code is particularly useful for a quick implementation of the mathematical models that describe the transport phenomena in chemical and petroleum engineering.

Latest stable version compatible only with Julia <0.4*

Choose a tag to compare

@simulkade simulkade released this 04 Oct 11:25

I have made some new changes to make the code compatible with Julia> 0.5*. This is the latest release before committing those changes.