We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ca2c1 commit a3e3688Copy full SHA for a3e3688
1 file changed
perpendicular-flap/solid-openfoam/system/controlDict
@@ -7,8 +7,6 @@ FoamFile
7
object controlDict;
8
}
9
10
-libs ("libsolidDisplacementFoamForce.so");
11
-
12
application solidDisplacementFoam;
13
14
startFrom startTime;
@@ -37,7 +35,8 @@ timeFormat general;
37
35
38
36
timePrecision 6;
39
40
-libs ("libpreciceAdapterFunctionObject.so");
+libs ("libpreciceAdapterFunctionObject.so" "libsolidDisplacementFoamForce.so");
+
41
functions
42
{
43
preCICE_Adapter
0 commit comments