mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Load the "forces" library needed for the 6-DoF motion.
This commit is contained in:
@ -51,6 +51,11 @@ maxCo 0.2;
|
|||||||
|
|
||||||
maxDeltaT 0.025;
|
maxDeltaT 0.025;
|
||||||
|
|
||||||
libs ("libincompressibleRASModels.so" "libfvMotionSolvers.so");
|
libs
|
||||||
|
(
|
||||||
|
"libincompressibleRASModels.so"
|
||||||
|
"libfvMotionSolvers.so"
|
||||||
|
"libforces.so"
|
||||||
|
);
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user