CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

GroovyBC warning

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 3, 2022, 06:08
Default GroovyBC warning
  #1
Member
 
Merlin Williams
Join Date: Nov 2021
Posts: 71
Rep Power: 4
MFWilliams is on a distinguished road
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);
    }
but whenever I run anything like 'blockMesh -region solid' or 'solids4Foam' i get the following errors:
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
I have added the necessary libraries to the control dict and the code completes but I would like to get rid of these warnings.

Please can somebody advise how to fix this problem?


Thank you for your help in advance
Merlin
MFWilliams is offline   Reply With Quote

Reply

Tags
boundary condition, groovybc, warning message


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Caffa 3D code Waliur Rahman Main CFD Forum 0 May 29, 2018 00:53
[swak4Foam] installation problem with version 0.2.3 Claudio87 OpenFOAM Community Contributions 9 May 8, 2013 10:20
latest OpenFOAM-1.6.x from git failed to compile phsieh2005 OpenFOAM Bugs 25 February 9, 2010 04:37
Compilation errors in ThirdPartymallochoard feng_w OpenFOAM Installation 1 January 25, 2009 06:59
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00


All times are GMT -4. The time now is 03:40.