openfoam/applications/solvers/multiphase
Mark Olesen a46c85f5a4 HashTable changes
- make table power-of-two, but since it seems to give 1-2% performance
  improvement, maybe forget it too.

- remove two-argument form of hashing classes and do the modulus direclty
  within HashTable instead. This simplifies things a fair bit.

- migrate Hash<void*> from db/dlLibrary to primitives/hashes/Hash
2009-02-26 17:49:47 +01:00
..
bubbleFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
cavitatingFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
compressibleInterDyMFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
compressibleInterFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
interDyMFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
interFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
interPhaseChangeFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
multiphaseInterFoam HashTable changes 2009-02-26 17:49:47 +01:00
settlingFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
twoLiquidMixingFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
twoPhaseEulerFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00