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

Force Force-coeffs 3D simulation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 25, 2010, 12:45
Default Force Force-coeffs 3D simulation
  #1
Senior Member
 
Herman
Join Date: Nov 2009
Posts: 122
Rep Power: 16
enry is on a distinguished road
Hi all,

I'm doing a 3D simulation on Vertical Axis Wind Turbine. I need to calculate the force on surface. I attached the following lines to my controlDict file.


force
{
type forces;
functionObjectLibs ("libforces.so"); //Lib to load
patches (blades); // change to your patch name
rhoName rhoInf;
rhoInf 1.225; //Reference density for fluid
CofR (0 0 0); //Origin for moment calculations
outputControl timeStep;
outputInterval 1;
}
forceCoeffs
{
// rhoInf - reference density
// CofR - Centre of rotation
// dragDir - Direction of drag coefficient
// liftDir - Direction of lift coefficient
// pitchAxis - Pitching moment axis
// magUinf - free stream velocity magnitude
// lRef - reference length
// Aref - reference area
type forceCoeffs;
functionObjectLibs ("libforces.so");
patches (blades);
rhoName rhoInf;
rhoInf 1.225;
CofR (0 0 1);
liftDir (0 1 0);
dragDir (1 0 0);
pitchAxis (1 0 0);
magUInf 6;
lRef 1;
Aref 1;

outputControl timeStep;
outputInterval 1;
}



If the model is 2D no errors appear on the screen, but when I run a 3D simulation appear the following error:

*** glibc detected *** turbDyMFoam: corrupted double-linked list: 0x088466f8 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb593b0cd]
/lib/tls/i686/cmov/libc.so.6[0xb593c88e]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb59404f0]
/home/enrico/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux/lib/libstdc++.so.6(_ZdlPv+0x21)[0xb5b1d051]
/home/enrico/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux/lib/libstdc++.so.6(_ZNSs4_Rep10_M_destroyERKSaIcE+0x1d )[0xb5afb61d]
/home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so(_ZN4Foam14primitiveEntryD0Ev+0x111)[0xb5d0a531]
/home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so(_ZN4Foam10dictionaryD2Ev+0x79)[0xb5d03d79]
/home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so(_ZN4Foam15dictionaryEntryD0Ev+0x33)[0xb5d10da3]
/home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so(_ZN4Foam10dictionaryD1Ev+0x79)[0xb5d023a9]
/home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so[0xb5c8eaeb]
/lib/tls/i686/cmov/libc.so.6(__cxa_finalize+0xb1)[0xb58ff3b1]
/home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so[0xb5c8e893]
/home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so[0xb5f9531c]
/lib/ld-linux.so.2[0xb771a00f]
/lib/tls/i686/cmov/libc.so.6(exit+0xd4)[0xb58ff084]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe8)[0xb58e7458]
turbDyMFoam(_ZNK4Foam11regIOobject11writeObjectENS _8IOstream12streamFormatENS1_13versionNumberENS1_1 5compressionTypeE+0xcd)[0x8058ee1]
======= Memory map: ========
[..] etc etc etc etc etc etc etc etc etc etc etc etc etc etc etc etc etc etc etc etc


Can anybody help me?
Thanks in advance.
Enry.
enry is offline   Reply With Quote

Old   July 14, 2011, 09:41
Default 3d VAWT
  #2
Member
 
s.rasoul_varedi
Join Date: Feb 2010
Posts: 82
Rep Power: 15
desert_1250 is an unknown quantity at this point
Send a message via Yahoo to desert_1250
Hi herman, i hope that you are well
i have some question a bout 3d VAWT. i can simulate 2d VAWT with 3 bldes with GGI interface successfully; and now i wanna simulate 3 dimentional of it. would you guide me how perform it? would you send me any documention a bout 3d simulation. my experience a bout 3d dimention in OpenFOAMis very low.
tanx
__________
Rasoul
desert_1250 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
Quadrotor helicopter propeller simulation Attesz CFX 14 December 4, 2017 15:45
decreaing pressure force in 2phase model michaelzhang FLUENT 0 February 26, 2010 08:27
DEFINE_CG_MOTION and pressure force Teo Fumagalli FLUENT 0 April 11, 2008 10:25
CFX-solver force monitor Maga CFX 0 February 26, 2008 19:31
Too high pressure force ? Tim Franke Main CFD Forum 1 March 14, 2000 23:36


All times are GMT -4. The time now is 22:04.