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

binData with pimpleDyMFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By kkpal

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 1, 2015, 12:26
Default binData with pimpleDyMFoam
  #1
Senior Member
 
Join Date: Jan 2013
Posts: 134
Rep Power: 13
kkpal is on a distinguished road
In order to get the span-wise distribution of aerodynamic forces on a circular cylinder subjected to vortex induced vibration, I used the following piece of code in my controlDict

Code:
       binData
        {
        nBin        30;          // output data into 30 bins
        direction   (0 0 1);     // bin direction
        cumulative  no;
        }
The cylinder is allowed to move in the transverse direction.

With this code, error soon appears when running with pimpleDyMFoam:

Code:
#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::sigSegv::sigHandler(int) at ??:?
#2  
 at sigaction.c:?
#3  Foam::forces::calcForcesMoment() at ??:?
#4  Foam::forces::write() at ??:?
#5  Foam::OutputFilterFunctionObject<Foam::forces>::execute(bool) at ??:?
#6  Foam::functionObjectList::execute(bool) at ??:?
#7  Foam::Time::run() const at ??:?
#8  
 at ??:?
#9  __libc_start_main at ??:?
#10  
 at ??:?
After removal of the binData code, pimpleDyMFoam runs well.

Also in the static cylinder case, for which pimpleFoam is used, the binData function works well.

Does binData function not support dynamicMesh?
kkpal is offline   Reply With Quote

Old   October 10, 2015, 09:48
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quick question/answer: Which OpenFOAM version are you using? Because there was a bug related to this in 2.3.0... the bug report: http://www.openfoam.org/mantisbt/view.php?id=1560
wyldckat is offline   Reply With Quote

Old   October 15, 2015, 02:18
Default
  #3
Senior Member
 
Join Date: Jan 2013
Posts: 134
Rep Power: 13
kkpal is on a distinguished road
dear Bruno
I'm using OF2.3.0. I will try the later versions. Thanks!
kkpal is offline   Reply With Quote

Old   October 23, 2015, 11:02
Default
  #4
Senior Member
 
Join Date: Jan 2013
Posts: 134
Rep Power: 13
kkpal is on a distinguished road
Yes! OF2.4.0 works well for bindata with pimpleDyMFoam!
Quote:
Originally Posted by wyldckat View Post
Quick question/answer: Which OpenFOAM version are you using? Because there was a bug related to this in 2.3.0... the bug report: http://www.openfoam.org/mantisbt/view.php?id=1560
wyldckat likes this.
kkpal 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
pimpleDyMFoam issue for pitching foil PLD OpenFOAM Running, Solving & CFD 3 May 23, 2017 13:54
pimpleDyMFoam error message laurentb OpenFOAM Running, Solving & CFD 7 May 13, 2015 05:48
Savonius pimpleDyMFoam vitokad OpenFOAM Pre-Processing 10 September 16, 2014 09:30
pimpleDymFoam for tidal turbine Jackie Chen OpenFOAM 6 August 18, 2014 11:09
Error with pimpleDyMFoam samiam1000 OpenFOAM 2 June 11, 2012 06:21


All times are GMT -4. The time now is 11:06.