Commit graph

15 commits

Author SHA1 Message Date
Henry
22869d6e38 Updated header 2015-01-08 16:25:48 +00:00
Henry
5d5c397c44 twoPhaseEulerFoam: removed unnecessary fvc.H 2015-01-08 16:25:17 +00:00
Henry
6f0b2c1727 wallDist: Add support for cached wall-reflection vectors
Currently these vectors are generated at the same time as the wall-distance field
by the same run-time selected algorithm.  This will be changed so that the wall-reflection
vectors are only generated and stored if required.
2015-01-08 16:08:53 +00:00
Henry
bb2c2efd49 wallDist: now a MeshObject cached and updated automatically with a run-time selected algorithm
When using models which require the wallDist e.g. kOmegaSST it will
request the method to be used from the wallDist sub-dictionary in
fvSchemes e.g.

wallDist
{
    method meshWave;
}

specifies the mesh-wave method as hard-coded in previous OpenFOAM versions.
2015-01-08 10:40:23 +00:00
Henry
ba0393358f Updated headers 2015-01-06 17:32:02 +00:00
Henry
5085a9807b wallDist: separate the meshWaveWallDist from the wallDist interface
In preparation for run-time selectable methods
2015-01-06 17:31:02 +00:00
Henry
cd405fd369 twoPhaseEulerFoam/interfacialModels/turbulentDispersionModels: Added Fprime function
to support improved discretisation in pEqn and implicit treatment in the phase-fraction equation
2014-12-22 20:11:04 +00:00
Henry
aab5463644 Reformat references 2014-12-19 21:33:16 +00:00
Henry
b1a1a32c98 Corrected for SP compilation 2014-12-19 17:03:30 +00:00
Henry
fae6dcad37 Reformatted references 2014-12-19 11:55:16 +00:00
Henry
2cb1adebbf Included new files 2014-12-19 11:54:57 +00:00
Henry
f1dfb92002 Removed spurious additional phase-fraction factor 2014-12-19 11:54:23 +00:00
Henry
c282a02ae5 Added LopezDeBertodano turbulentDispersionModel 2014-12-19 11:53:36 +00:00
Henry
8fa9f8944a Added IshiiZuber drag model 2014-12-19 11:53:17 +00:00
Henry
446e5777f0 Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00