openfoam/applications
Mark Olesen dd5ed76a70 ENH: avoid costly pow() when evaluating Polynomial
OLD timings:
    ~~~~~~~~~~~~~~~~~~
    evaluate:     -6.82572e+31 in 10.38 s
    hard-coded 0: -6.82572e+31 in 0.2 s
    hard-coded 1: -6.82572e+31 in 10.37 s
    hard-coded 2: -6.82572e+31 in 0.24 s

    New timings:
    ~~~~~~~~~~~~~~~~~~
    evaluate:     -6.82572e+31 in 0.11 s
2010-10-08 15:56:58 +02:00
..
solvers ENH: updated buoyantBoussinesqSimpleFoam solver to include thermal wall functions 2010-10-01 17:23:52 +01:00
test ENH: avoid costly pow() when evaluating Polynomial 2010-10-08 15:56:58 +02:00
utilities COMP: foamDebugSwitches missing library to resolve alphaFvContactAngle 2010-10-01 18:02:22 +01:00
Allwmake COMP: make utilities before solvers. 2010-02-18 16:48:49 +01:00