Class LatticeBoltzmann
java.lang.Object
org.episteme.natural.physics.classical.matter.fluids.providers.LatticeBoltzmann
Native (double-based) implementation of Lattice Boltzmann Method for
Server/Worker usage.
Supports CPU and OpenCL (GPU) execution.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidevolve(double[][][] f, boolean[][] obstacle, double omega)
-
Constructor Details
-
LatticeBoltzmann
public LatticeBoltzmann()
-
-
Method Details
-
evolve
public void evolve(double[][][] f, boolean[][] obstacle, double omega)
-