BUG: uniformFixedValue: fix tutorials. See #1046.

This commit is contained in:
mattijs
2019-04-04 09:24:42 +01:00
committed by Andrew Heather
parent 49ba6a8e94
commit 9cd72b2bb8
11 changed files with 16 additions and 11 deletions

View File

@ -15,7 +15,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Make sure all preprocessing tools know about the 'overset' bc // Make sure all preprocessing tools know about the 'overset' bc
libs ("liboverset.so"); libs ("liboverset.so" "libfvMotionSolvers.so");
application overLaplacianDyMFoam; application overLaplacianDyMFoam;

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Make sure all preprocessing tools know about the 'overset' bc // Make sure all preprocessing tools know about the 'overset' bc
libs ("liboverset.so"); libs ("liboverset.so" "libfvMotionSolvers.so");
application overPotentialFoam; application overPotentialFoam;

View File

@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("liboverset.so"); libs ("liboverset.so" "libfvMotionSolvers.so");
DebugSwitches DebugSwitches
{ {

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Make sure all preprocessing tools know about the 'overset' bc // Make sure all preprocessing tools know about the 'overset' bc
libs ("liboverset.so"); libs ("liboverset.so" "libfvMotionSolvers.so");
application overRhoSimpleFoam; application overRhoSimpleFoam;

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("liboverset.so"); libs ("liboverset.so" "libfvMotionSolvers.so");
application overPimpleDyMFoam; application overPimpleDyMFoam;

View File

@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("liboverset.so"); libs ("liboverset.so" "libfvMotionSolvers.so");
application overPimpleDyMFoam; application overPimpleDyMFoam;

View File

@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("liboverset.so"); libs ("liboverset.so" "libfvMotionSolvers.so");
DebugSwitches DebugSwitches
{ {

View File

@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("liboverset.so"); libs ("liboverset.so" "libfvMotionSolvers.so");
application overSimpleFoam; application overSimpleFoam;

View File

@ -15,7 +15,12 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("liboverset.so" "librigidBodyDynamics.so"); libs
(
"liboverset.so"
"librigidBodyDynamics.so"
"libfvMotionSolvers.so"
);
application overInterDyMFoam; application overInterDyMFoam;

View File

@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("liboverset.so"); libs ("liboverset.so" "libfvMotionSolvers.so");
application overInterDyMFoam ; application overInterDyMFoam ;

View File

@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("liboverset.so"); libs ("liboverset.so" "libfvMotionSolvers.so");
DebugSwitches DebugSwitches
{ {