ENH: system/controlDict: added used libraries so run with disallowGenericxxx

This commit is contained in:
mattijs
2012-02-17 17:30:26 +00:00
parent 10e8490d21
commit 812aee3fe6

View File

@ -15,6 +15,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libOpenFOAM.so"
"libincompressibleTurbulenceModel.so"
"libincompressibleRASModels.so"
);
application pimpleFoam;
startFrom startTime;