- change system/controlDict to use functions {..} instead of functions (..); * This is internally more efficient - fixed formatting of system/controlDict functions entry - pedantic change: use 'return 0' instead of 'return(0)' in the applications, since return is a C/C++ keyword, not a function. |
||
---|---|---|
.. | ||
Make | ||
README | ||
testWallDist2.C | ||
testWallDist.C | ||
testWallDistData.C | ||
testYPlus.C |
testWallDist.C: calculate distance to wall and reflection vectors. testWallDist2.C: for debugging: same but do explicit iterations and dump every timestep.