|
[Sponsors] |
February 3, 2022, 07:08 |
GroovyBC warning
|
#1 |
Member
Merlin Williams
Join Date: Nov 2021
Posts: 71
Rep Power: 5 |
Hello,
I am using GroovyBC for the first time and I am recieving some warnings which I am not sure how to rectify. Below you can see the groovyBC inlet condition: Code:
inlet { type groovyBC; variables "x=time();a1=3.017;b1=1.059;c1=0.421;a2=2.633;b2=1.144;c2=3.47;a3=0.08375;b3=8.396;c3=-0.2351;a4=0.06651;b4=16.76;c4=-0.6502......."; valueExpression "(a1*sin(b1*x+c1) + a2*sin(b2*x+c2) + a3*sin(b3*x+c3) + a4*sin(b4*x+c4)........*(-normal())"; value uniform (0 0 0); } Code:
--> FOAM Warning : From function dlLibraryTable::open(const fileName& functionLibName) in file db/dlLibraryTable/dlLibraryTable.C at line 124 could not load libOpenFOAM.so: cannot open shared object file: No such file or directory --> FOAM Warning : From function dlLibraryTable::open(const fileName& functionLibName) in file db/dlLibraryTable/dlLibraryTable.C at line 124 could not load libsimpleSwakFunctionObjects.so: cannot open shared object file: No such file or directory Please can somebody advise how to fix this problem? Thank you for your help in advance Merlin |
|
Tags |
boundary condition, groovybc, warning message |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Caffa 3D code | Waliur Rahman | Main CFD Forum | 0 | May 29, 2018 01:53 |
[swak4Foam] installation problem with version 0.2.3 | Claudio87 | OpenFOAM Community Contributions | 9 | May 8, 2013 11:20 |
latest OpenFOAM-1.6.x from git failed to compile | phsieh2005 | OpenFOAM Bugs | 25 | February 9, 2010 05:37 |
Compilation errors in ThirdPartymallochoard | feng_w | OpenFOAM Installation | 1 | January 25, 2009 07:59 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |