mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Tutorials: Added libOpenFOAM.so to libs when used to avoid paraFoam failing
This commit is contained in:
@ -49,14 +49,18 @@ adjustTimeStep yes;
|
||||
|
||||
maxCo 0.9;
|
||||
|
||||
libs ("libforces.so");
|
||||
libs
|
||||
(
|
||||
"libOpenFOAM.so"
|
||||
"libforces.so"
|
||||
);
|
||||
|
||||
functions
|
||||
{
|
||||
forces
|
||||
{
|
||||
type forces;
|
||||
functionObjectLibs ( "libforces.so" );
|
||||
functionObjectLibs ("libforces.so");
|
||||
outputControl timeStep;
|
||||
outputInterval 10;
|
||||
patches (wing);
|
||||
|
||||
Reference in New Issue
Block a user