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

forces and forceCoeffs script is not working properly with RBF solver

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 12, 2020, 02:10
Default forces and forceCoeffs script is not working properly with RBF solver
  #1
New Member
 
Ram
Join Date: Nov 2020
Posts: 5
Rep Power: 5
guptaram is on a distinguished road
Hi Everyone,

I am trying to run the simulation for pitching and heaving motion for NACA0012 airfoil by using RBF motion solver in foam extend 4.0.

Whenever, I am using below force script in controlDict for simulation the airfoil behaves like static airfoil, I mean there is no pitching and heaving motion occurred (without this force script it seems fine but not able to get force data files).

I don't know, where am I doing wrong? Can someone please look into and guide/correct me?



PHP Code:
functions
{
    
forces
    
{
        
type                       forces;
        
functionObjectLibs   "libforces.so" );
        
outputControl          timeStep;
        
outputInterval         1;
        
patches                  (airfoil);
        
pName                   p;
        
UName                   U;
        
rhoName                rhoInf;
        
log                         true;
        
rhoInf                    997.07;
        
CofR                      (0 0 0);
    }
    
forceCoeffs
    
{
         
type                       forceCoeffs;
        
functionObjectLibs   "libforces.so" );
        
outputControl          timeStep;
        
outputInterval         1;
        
patches                  (airfoil);
        
pName                   p;
        
UName                  U;
        
rhoName               rhoInf;
        
log                        true;
        
rhoInf                   997.07;
        
liftDir                    (0 1 0);
        
dragDir                 (1 0 0);
        
CofR                     (0 0 0);
        
pitchAxis               (0 0 0);
        
magUInf               0.0179;
        
lRef                      0.05;
        
Aref                     0.05;
     }


Thanks

Best Regards
Ram
guptaram is offline   Reply With Quote

Reply


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
Unknown function type forces and forceCoeffs richard.chung.jones OpenFOAM Post-Processing 2 June 21, 2022 08:53
Residuals and forces spiraling out of control before failing edomalley1 OpenFOAM Running, Solving & CFD 3 September 7, 2018 10:42
Monitoring Courant Number Mahe88 OpenFOAM Running, Solving & CFD 3 November 17, 2016 14:12
error while running modified pimple solver R_21 OpenFOAM Programming & Development 0 May 28, 2015 06:59
FORCES don't run! C12Carbon OpenFOAM 0 September 10, 2011 07:34


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