Skip to content
View Tugdual-G's full-sized avatar
  • Brest, France
Block or Report

Block or report Tugdual-G

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Tugdual-G/README.md

Conformal transformations of triangular meshes : transformal

Real-time rendering of the Mandelbrot set gost-points : budack

Parallel multigrid Solver : multigrid

Cubed sphere

Parallel computing on the gnomonic equiangular grid, performed by modifying pyRSW, a discrete exterior calculus based model.

Out of the box pyRSW can compute flow on curved surfaces but cannot handle skewed grids, moreover the topology of the cubed sphere asks for tailor-made parallel communications between processes. For this purpose, the module uses a "stairway" cube net in order to simplify the implementation of the communications (see the image below). For now, the cubed sphere module is able to compute surfaces waves correctly. More work is needed to find a consistent reconstruction of fluid velocity at the grid vertices to handle the vorticity induced by the rotation of the sphere. This issue is due to the severe non-orthogonality at the corners of the cube's faces. Link to the AGU article

Surface tension module for Fluid2d

With the help of Malo Kerebel

This is one of the first projects I participated in.

Here we tried to implement an Eulerian description of the droplet interface using the level-set method in the context of the Boussinesq approximation of the Navier-Stockes equations, i.e., for small changes of buoyancy. This led us to :

  • Painfully rediscover the Eötvös number (Eo, which we called α in the image below).
  • With dismay, find by a simple geometric argument that in order to get an O(h²) convergence, O(h⁴) convergence is needed on the interface location.
  • For small Eötvös numbers, i.e., when the volume forces are small in comparison to the surface tension, it is extremely difficult to find a stable numerical scheme.
  • Conclude that using a vorticity based model and the Boussinesq approximation is one of the worst cases to implement a multiphase flow simulation.

2d flow fluid simulation : Vortex

My first personal code project, which I implemented after getting a bit too interested in the vorticity equation. This program is old and may seem naive, however its implementation uses a less common description of the fluid, which leads to an extremely simple implementation. Nevertheless, the scheme uses finite differences and an explicit time step, which is quite unstable.

Pinned Loading

  1. Matplolib_topomap Matplolib_topomap Public

    Creation of a topographic map using Matplotlib, rasterio and geopandas

    Python

  2. budack budack Public

    Real-time parallel rendering of the Mandelbrot set gost-points.

    C 4

  3. multigrid multigrid Public

    Parallel multigrid Poisson equation solver

    Python

  4. Vortex Vortex Public

    Modélisation en deux dimensions d'un fluide homogène et incompressible.

    Python 3

  5. Pickpeak Pickpeak Public

    Command-line tool to find prominents peaks in DEM raster data, each summit being the tallest in a chosen radius

    C

  6. POI_extractor POI_extractor Public

    a small script to retrieve POIs saved via Garmin devices

    Python