Menu

Tree [2adf14] master /
 History

HTTPS access


File Date Author Commit
 lib unknown
 nbproject 2015-03-27 noSoulApophis noSoulApophis [2adf14] Java 7 to Java 8 code upgrade. Some imperative ...
 src 2015-03-27 noSoulApophis noSoulApophis [2adf14] Java 7 to Java 8 code upgrade. Some imperative ...
 .gitignore 2015-03-03 noSoulApophis noSoulApophis [34ac1e] Initial commit
 README.md 2015-03-03 noSoulApophis <> [aeba68] After many many many urges to commit first read...
 build.xml unknown
 manifest.mf unknown

Read Me

Incremental fluids Java

This is a port to Java, resorting to Apache Commons Math, with some minor changes of the C++ code from https://github.com/tunabrain/incremental-fluids

The port is not strait forward, as instead of single files I separated some code in common among them into classes:
-The solids are now individual classes common to the fluid simulators classes.
-The linear interpolators were gathered in a single class stored into a maths package, integrators could possibly be also stored there something to consider.
-I made an exhaustive effort to maintain the files additions among solvers by keeping even comments among Fluid solvers files methods and variables.

I do not make promises but there may appear a 2D versions a few more solvers (LBM, SWE, Stable fluids, Practical Fluids, and SPH).
Also, there may appear a 3D versions of some of these codes someday.
Finally, parallel versions either in CUDA/OpenCL/GLSL.

I would gladly accept suggestions/contributions to make the code more clearer or to add interesting features.
Also, changes to access control or redundant static variables or methods Identified please send me a notice.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.