https://linen.dev logo
Join Discord
Powered by
# tools
  • o

    otaolafr

    11/30/2023, 1:55 PM
    [Integration VScode with OF] different tools to ease the work with OpenFOAM using VScode guide for getting openfoam language server protocol (LSP) in VS code (guide mentions for OF 8 works for 2306 also): https://openfoamwiki.net/index.php/HowTo_Use_OpenFOAM_with_Visual_Studio_Code extensions for highlight of OF files: https://marketplace.visualstudio.com/items?itemName=zhikui.vscode-openfoam another extension for OF(OpenFOAM Language Client) made by Elwardi user in this discord channel: https://marketplace.visualstudio.com/items?itemName=elwardi.foam-language-client
  • k

    kandelabr

    12/04/2023, 12:07 PM
    [Adaptive Mesh Refinement (AMR)] https://github.com/STFS-TUDa/blastAMR Supports load-balancing with "coded" refinement selection (author: @Elwardi)
  • k

    kandelabr

    12/04/2023, 12:13 PM
    [Easier blockMesh usage] CAD-style parametric geometry creation, ready-made shapes, blocking optimization https://github.com/damogranlabs/classy_blocks
  • k

    kandelabr

    12/04/2023, 12:24 PM
    [Various OpenFOAM tools] Productivity/programming/enhancements https://foamscience.github.io/
  • o

    otaolafr

    12/06/2023, 9:46 AM
    [GUI interface for snappyHexMesh in blender] https://snappyhexmesh-gui.readthedocs.io/en/latest/snappy_gui.html
  • o

    otaolafr

    12/14/2023, 1:58 PM
    [NEK5000] Nek5000 is a fast and scalable open source CFD solver. https://github.com/Nek5000/Nek5000
  • o

    otaolafr

    02/20/2024, 9:27 AM
    [LBM][FluidX3D] gpu accelerated LBM code free of use only for non-commercial use https://github.com/ProjectPhysX/FluidX3D
  • o

    otaolafr

    03/24/2024, 12:57 PM
    [Blender] Series of tutorials for the use of blender specifically for OF https://tkeskita.kapsi.fi/blender/
  • o

    otaolafr

    03/24/2024, 7:45 PM
    [Prizm][meshing] Prizm is tool for debugging computational geometry. It is hyper-focussed on visualizing simplex meshes in wavefront .obj format and is particularly useful for locating/diagnosing meshing problems. Prizm is open source an MIT licensed. https://github.com/okmatija/Prizm
  • o

    otaolafr

    04/18/2024, 7:01 PM
    [Benchmark HPC] Several tests openfoam cases for testing performance of HPC https://develop.openfoam.com/committees/hpc
  • o

    otaolafr

    04/30/2024, 11:04 AM
    [FEM][mfem] MFEM is a free, lightweight, scalable C++ library for finite element methods. it supports gpu calculations, second order meshes https://mfem.org/
  • s

    slopezcastano

    05/28/2024, 11:29 AM
    [FEM][MOOSE]
  • s

    slopezcastano

    05/28/2024, 11:31 AM
    C++ library for multiphysics FEM (including DG, hence FV). The programming model resembles that of SQL databases, which makes it quite simple and reliable. Non-linear coupled solvers and algorithms available.
  • s

    slopezcastano

    05/28/2024, 11:31 AM
    https://mooseframework.inl.gov/index.html
  • o

    otaolafr

    06/08/2024, 9:22 AM
    [optiMesh][mesh smootging] Laplacian mesh smoother for OpenFOAM, it is coded in C++ and works directly in polymesh format https://github.com/nightHawk406/optiMesh
  • o

    otaolafr

    06/09/2024, 2:08 PM
    [GUI OpenFOAM] A free gui for OpenFOAM, existing feo Linux as Windows https://baramcfd.org/
  • k

    kandelabr

    06/13/2024, 11:05 AM
    [Case Generator] Quick OpenFOAM case generation with sane defaults https://github.com/Ben-Malin/handyFoam
  • s

    slopezcastano

    07/24/2024, 8:49 AM
    [FEM][DEM][DG][VOF][IBM]
  • s

    slopezcastano

    07/24/2024, 8:50 AM
    Discontinous Galerkin Solvers implemented in DEAL.II
  • s

    slopezcastano

    07/24/2024, 8:50 AM
    https://github.com/chaos-polymtl/lethe?tab=readme-ov-file
  • l

    Lookid

    09/03/2024, 7:56 AM
    [meshing] Free 3D unstructured mesh generator with emphasis on clean viscous layer generation https://github.com/elliottmckee/cfd-meshman?tab=readme-ov-file
  • o

    otaolafr

    12/09/2024, 8:47 AM
    [DEM][CFDDEM][GPL-3.0 license] open source parallel C++ DEM code. It can run on shared-memory multi-core computational units such as multi-core CPUs or GPUs (for now it works on CUDA-enabled GPUs) . with the possibility to be coupled to OpenFOAM (https://github.com/PhasicFlow/PhasicFlowPlus) https://github.com/PhasicFlow/PhasicFlow
  • o

    otaolafr

    01/19/2025, 11:57 AM
    [Mesh][Smoothing] OpenFOAM mesh smoothing tool to improve mesh quality https://github.com/tkeskita/smoothMesh/tree/main
  • o

    otaolafr

    01/21/2025, 3:59 PM
    [userGuide] third party OpenFOAM guide, quite complete of usefull information and tricks of OpenFOAM library https://github.com/ParticulateFlow/OSCCAR-doc/blob/master/openFoamUserManual_PFM.pdf
  • k

    kandelabr

    02/17/2025, 10:40 PM
    [Postprocessing] Additional function objects (SSTBlending, turbulenceBudget, Obukhov length) https://github.com/Ben-Malin/handyFunctionObjects/
  • k

    kandelabr

    03/12/2025, 8:07 AM
    [workflow] Read/write OF dicts from python, run foam apps, access results https://github.com/gerlero/foamlib
  • o

    otaolafr

    04/09/2025, 5:43 AM
    [Mesh][Automation] Meshingo CAD Geometry in, OpenFOAM mesh out - using cfMesh and exploiting Bayesian Optimization surrogates https://github.com/FoamScience/meshingo
  • o

    otaolafr

    05/15/2025, 7:11 AM
    [Mesh] generator fo tetra meshes for spherical packed beds https://github.com/chrisk314/mesh-sphere-packing?tab=readme-ov-file
  • o

    otaolafr

    07/17/2025, 1:24 PM
    [Mesh] high order mesh generator https://gitlab.nektar.info/nektar/nektar
  • o

    otaolafr

    07/18/2025, 11:58 AM
    [Mesh] extension of refineWallLayer so it can be created for a specific y+ value https://www.cfd-online.com/Forums/openfoam-community-contributions/109885-contribution-new-utility-refine-wall-layer-mesh-based-yplus-field.html