Welcome to FoamAdapter!¶
The FoamAdapter is the coupling interface of the NeoFOAM CFD core to standard OpenFOAM. It provides application examples to run OpenFOAM simulations via the NeoFOAM backend.
Table of Contents¶
Running OpenFOAM with NeoFOAM backend¶
We are aiming for a high level of compatibility with OpenFOAM. However, we don’t expect binary or ABI compatibility. This means that NeoFOAM won’t produce a libfiniteVolume.so and libOpenFOAM.so which could serve as a plugin replacement for existing libfiniteVolume.so and libOpenFOAM.so. Instead, we aim for source compatibility, i.e. the possibility to compile application OpenFOAM code like pimpleFoam and others against the NeoFOAM libraries.