EIM - Empirical Interpolation Method#

The Empirical Interpolation Method was firstly presented in [2], this repository implemented in OpenFOAM, to both scalar and vector fields only, extended in [24].

There are 4 folders containing the version of the solver for scalar and vector field, divided into offline (generation of the magic function and points) and online (creation of the synthetic data and field estimation).

  • ScalarEIM_Offline

  • ScalarEIM_Online

  • VectorialEIM_Offline

  • VectorialEIM_Offline

Here we report the algorithm for scalar fields.

NRGlogo