Skip to content
Snippets Groups Projects
Commit d90ec856 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

TUT: add "libfvMotionSolvers.so" to lumpedPointMotion tutorial

- uniformFixedValue was relocated from lib OpenFOAM
parent d9d5a872
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,12 @@ FoamFile ...@@ -14,7 +14,12 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libmeshTools.so" "liblumpedPointMotion.so"); libs
(
"libmeshTools.so"
"liblumpedPointMotion.so"
"libfvMotionSolvers.so"
);
application simpleFoam; // Change to pimpleFoam for transient application simpleFoam; // Change to pimpleFoam for transient
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment