Skip to content
Snippets Groups Projects
Commit 64ec1bab authored by Henry's avatar Henry
Browse files

simpleFoam/motorBike tutorial: Changed loaded libraries to avoid error on completion

parent 2169a5de
No related merge requests found
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / O peration | Version: 2.0.0 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
......@@ -16,19 +16,19 @@ FoamFile
application simpleFoam;
startFrom latestTime;
startFrom latestTime;
startTime 0;
stopAt nextWrite;
stopAt nextWrite;
endTime 500;
deltaT 1;
writeControl timeStep;
writeControl timeStep;
writeInterval 1;
writeInterval 1;
purgeWrite 0;
......@@ -48,7 +48,7 @@ libs
(
"libOpenFOAM.so"
"libcompressibleTurbulenceModels.so"
"libincompressibleRASModels.so"
"libcompressibleRASModels.so"
);
functions
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment