openfoam/applications/solvers/multiphase
Mark Olesen dd9ecd4988 ENH: add missing Hash function for List/UList (issue #966)
- there were previously no hashing mechanisms for lists so they
  would fall back to the definition for primitives and hash the
  memory location of the allocated List object.

- provide a UList::Hash<> sub-class for inheritance, and also a global
  specialization for UList<T>, List<T> such that the hash value for
  List<List<T>> cascades properly.

- provide similar function in triFace to ensure that it remains
  similar in behaviour to face.

- added SymmHash to Pair, for use when order is unimportant.

STYLE: use string::hash() more consistently

- no particular reason to use Hash<word>() which forwards to
  string::hash() anyhow
2018-08-08 23:54:27 +02:00
..
cavitatingFoam COMP: rename dictionary::read<T> to dictionary::readEntry<T> 2018-07-30 15:52:40 +02:00
compressibleInterFoam ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
compressibleMultiphaseInterFoam ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
driftFluxFoam ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
icoReactingMultiphaseInterFoam ENH: add missing Hash function for List/UList (issue #966) 2018-08-08 23:54:27 +02:00
interCondensatingEvaporatingFoam STYLE: more consistent use of dimensioned Zero, scalar decimal points 2018-07-13 10:28:48 +02:00
interFoam STYLE: more consistent use of dimensioned Zero, scalar decimal points 2018-07-13 10:28:48 +02:00
interIsoFoam ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
interPhaseChangeFoam ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
MPPICInterFoam ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
multiphaseEulerFoam ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
multiphaseInterFoam ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
potentialFreeSurfaceFoam ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
reactingEulerFoam COMP: avoid compiler warnings about phasePairKey friend functions 2018-07-24 10:51:12 +02:00
twoLiquidMixingFoam ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
twoPhaseEulerFoam COMP: avoid compiler warnings about phasePairKey friend functions 2018-07-24 10:51:12 +02:00
VoF STYLE: more consistent use of dimensioned Zero, scalar decimal points 2018-07-13 10:28:48 +02:00
multiphaseSolversDoc.H ENH: Solvers - updated group documentation 2015-12-03 22:05:55 +00:00