scikit-fdiff, a new tool for PDE solving
09-04, 08:25–09:55 (UTC), Posters at 16:00

Scikit-fdiff (formally Triflow) has been developed in order to facilitate mathematic models building. It has been made to quickly build and try many asymptotic falling film modelling with different phenomena coupling (energy and mass transfer).


Scikit-FDiff (formerly known as Triflow) is a new tool, written in pure Python, that focus on reducing the time between the developpement of the mathematical model and the numerical solving. It allows an easy and automatic finite difference discretization, thanks to a symbolic processing that can deal with systems of multi-dimensional partial differential equation with complex boundary conditions.

Using finite differences and the method of lines, it allows the transformation of the original PDE into an ODE, providing a fast computation of the temporal evolution vector and the Jacobian matrix. The later is pre-computed in a symbolic way and sparse by nature. It can be evaluated with as few computational resources as possible, allowing the use of implicit and explicit solvers at a reasonable cost.

Classic ODE solvers have been implemented (or made available from dedicated python libraries), including backward and forward Euler scheme, Crank-Nickolson, explicit Runge-Kutta. More complexes ones, like improved Rosenbrock-Wanner schemes up to the 6th order, are also available. The time-step is managed by a built-in error computation, which ensures the accuracy of the solution. The main goal of the software is to minimize the time spent writting numerical solvers to focus on model development and data analysis.

Scikit-Fdiff is then able to solve toy cases in a few line of code as well as complex models. Extra tools are available, such as data saving during the simulation, real-time plotting and post-processing. It has been validated with the shallow-water equation on dam-breaks and the steady-lake case. It has also been applied to heated falling-films, dropplet spread and simple moisture flow in porous medium.


Project Homepage / Git

https://gitlab.com/celliern/scikit-fdiff/

Project Homepage / Git

https://gitlab.com/celliern/scikit-fdiff/

Abstract as a tweet

scikit-finite-diff, is a new tool for PDE solving based on finite difference and method of line, suitable for problem with arbitrary number of dimension.

Python Skill Level

basic

Domain Expertise

some

Domains

Jupyter, Simulation

Postdoct working in the Alps, mostly doing numerical support for the research. Specialized into PDE solving, I also have a strong numerical analysis background, and can use stat and machine learning tools.
I mainly do Python (for the last 8 years), but I can switch on other tool if I need to : lower level language as C or Fortran, or specialized one like R and Julia.