|
[Sponsors] |
March 18, 2010, 19:50 |
running modified foamLog script
|
#141 | |
New Member
Join Date: Mar 2009
Posts: 14
Rep Power: 17 |
Quote:
I have created a ModfoamLog file where I have added your script to the bottom of the foamLog file but when I try to run ModfoamLog I get that it can't read the ModfoamLog.db database. Any ideas on what this means? Thank you |
||
April 25, 2010, 14:15 |
|
#142 |
Senior Member
Herman
Join Date: Nov 2009
Posts: 122
Rep Power: 17 |
Hi all, I'm simulating a 3D flow around a Vertical axis wind turbine, and I need the force on the blades. I had no problem with 2D model. For 3D model I have an error:
*** glibc detected *** turbDyMFoam: corrupted double-linked list: 0x088463a0 *** ======= Backtrace: ========= /lib/tls/i686/cmov/libc.so.6[0xb59400cd] /lib/tls/i686/cmov/libc.so.6[0xb594188e] /lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb59454f0] /home/enrico/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux/lib/libstdc++.so.6(_ZdlPv+0x21)[0xb5b22051] /home/enrico/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux/lib/libstdc++.so.6(_ZNSs4_Rep10_M_destroyERKSaIcE+0x1d )[0xb5b0061d] /home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so(_ZN4Foam14primitiveEntryD0Ev+0x111)[0xb5d0f531] /home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so(_ZN4Foam10dictionaryD2Ev+0x79)[0xb5d08d79] /home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so(_ZN4Foam15dictionaryEntryD0Ev+0x33)[0xb5d15da3] /home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so(_ZN4Foam10dictionaryD1Ev+0x79)[0xb5d073a9] /home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so[0xb5c93aeb] /lib/tls/i686/cmov/libc.so.6(__cxa_finalize+0xb1)[0xb59043b1] /home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so[0xb5c93893] /home/enrico/OpenFOAM/OpenFOAM-1.5-dev/lib/linuxGccDPOpt/libOpenFOAM.so[0xb5f9a31c] /lib/ld-linux.so.2[0xb771f00f] /lib/tls/i686/cmov/libc.so.6(exit+0xd4)[0xb5904084] /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe8)[0xb58ec458] turbDyMFoam(_ZNK4Foam11regIOobject11writeObjectENS _8IOstream12streamFormatENS1_13versionNumberENS1_1 5compressionTypeE+0xcd)[0x8058ee1] ======= Memory map: ======== 08048000-080a3000 r-xp 00000000 08:05 434209 /home/enrico/OpenFOAM/OpenFOAM-1.5-dev/applications/bin/linuxGccDPOpt/turb .................................................. .........................etc etc .................................... I attached the following line on my controlDict: 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; } Any ideas? Thanks in advance. Enry. Last edited by enry; April 25, 2010 at 15:08. |
|
May 27, 2010, 07:43 |
keyword nu is undefined
|
#143 |
Senior Member
Join Date: Apr 2010
Posts: 151
Rep Power: 16 |
Hello,
I m calculating the flow around a ship using interFoam in OF-1.5. The simulation worked fine, and then I decided to calculate forces generated on the patch HULL, so I added following lines to the end of my controlDict: functions ( forces { type forces; functionObjectLibs ("libforces.so"); //Lib to load patches (HULL); // change to your patch name rhoInf 1.225; //Reference density for fluid CofR (0 0 0); //Origin for moment calculations } ); Running interFoam again, I received following error message: keyword nu is undefined in dictionary "/home/jmatthei/OpenFOAM/jmatthei-1.5/run/monohull2/constant/transportProperties" file: /home/jmatthei/OpenFOAM/jmatthei-1.5/run/monohull2/constant/transportProperties from line 29 to line 70. From function dictionary::lookupEntry(const word& keyword) const in file db/dictionary/dictionary.C at line 213. FOAM exiting |
|
May 27, 2010, 16:31 |
|
#144 |
Senior Member
Herman
Join Date: Nov 2009
Posts: 122
Rep Power: 17 |
Hi, try to add the following line:
functions ( forces { type forces; functionObjectLibs ("libforces.so"); //Lib to load patches (HULL); // change to your patch name rhoName rhoInf; rhoInf 1.225; //Reference density for fluid CofR (0 0 0); //Origin for moment calculations } ); |
|
May 28, 2010, 09:34 |
|
#145 |
Member
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17 |
Hi Enry
Does adding: outputControl timeStep; outputInterval 1; actually do anything? I've tried changing the outputInterval so that I don't get so many data points but it makes no difference whether it's there or not. Do you how I could reduce the sampling? Thanks Nick |
|
May 28, 2010, 09:37 |
|
#146 |
Member
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17 |
I'm using 1.5-dev so maybe it only works for 1.6?
|
|
May 28, 2010, 10:53 |
|
#147 |
Member
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17 |
Answering my own question: i found that OutputFilterFunctionObject looks for "interval" and uses that, so adding:
interval 10; to the forces {...} function, outputs the force every 10 timesteps... |
|
June 1, 2010, 03:35 |
|
#148 |
Senior Member
Join Date: Apr 2010
Posts: 151
Rep Power: 16 |
Hi Enry (and others),
I added the line in red, but this doesn't fix the problem. The error remains the same: keyword nu is undefined in dictionary "/home/jmatthei/OpenFOAM/jmatthei-1.5/run/monohull2/constant/transportProperties" file: /home/jmatthei/OpenFOAM/jmatthei-1.5/run/monohull2/constant/transportProperties from line 29 to line 70. From function dictionary::lookupEntry(const word& keyword) const in file db/dictionary/dictionary.C at line 213. The funny thing is that the keyword nu IS defined in constant/transportProperties, for both phases. And if I do not calculate the forces, the error does not occur. Where can I find info on libforces.so? |
|
June 1, 2010, 06:53 |
|
#149 |
Member
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17 |
Hi flo
Has libforces.so compiled - it should be in /OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt? The source files are in /src/postProcessing/forces/forces if that's any help. Are you using 1.5 or 1.5-dev? I'm using the latter. Nick |
|
June 2, 2010, 04:01 |
|
#150 |
Senior Member
Join Date: Apr 2010
Posts: 151
Rep Power: 16 |
Hi Nick,
I am using OF-1.5, and I do have the file libforces.so in the folder OpenFOAM-1.5/lib/linux64GccDPOpt. The solver I use is interFoam, a solver for multiphase systems. After having a look at the source file (though I lack experience in C++), I think libforces does not work for interFoam. If I understand things right, the force consists of 1) pressure force, which can be calculated 2) viscous friction Viscous friction cannot be calculated everywhere, because the kinematic viscosity coefficient nu is different for different phases, as defined in constant/transportProperties. This also explains the error: keyword nu is undefined in dictionary "/home/jmatthei/OpenFOAM/jmatthei-1.5/run/monohull2/constant/transportProperties" Is this reasoning correct? If so, another library for the calculation of forces for multiphase systems should be made. |
|
June 2, 2010, 09:39 |
|
#151 |
Member
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17 |
That makes sense to me since in forces.C it is only looking for one nu.
So it looks like you need to write a new forces library function to account for both (and possibly sigma - I haven't used interFoam so don't know) I'm afraid you'll need someone else to help with that as I'm only a beginner on that front. Alternatively you could split your HULL patch into above and below the waterline but that may not be easy and I don't know if the waterline is fixed or time dependent Good luck -Nick |
|
June 11, 2010, 06:01 |
|
#152 |
New Member
Gonzalo Tampier
Join Date: Apr 2009
Location: Berlin, Germany
Posts: 9
Rep Power: 17 |
Hello flo, hello Nick,
I think I've managed to find a solution if you are looking for the forces caused by only one of the phases (in my case water). First I did the change proposed in #111. Additionally, I multiply the viscous force with gamma, in order to "deactivate" the viscous force produced by air with the false viscosity: //this line (in OF15dev line 369 of forces.C) was commented out: //vectorField vf = Sfb[patchi] & devRhoReffb[patchi]; //and was replaced by this: vectorField vf = Sfb[patchi] * gamma.boundaryField()[patchi] & devRhoReffb[patchi]; for this I needed to declare gamma in this object (after line 347): const volScalarField& gamma = obr_.lookupObject<volScalarField>("gamma"); surely is it a "quick 'n dirty" solution, but it seems to work fine! If anyone has a better proposal I would be glad to hear about it. BTW: in order to keep using the forces library for single phase solvers, I've put all this in a new directory called "forcesInter" under $FOAM_SRC/postProcessing/forces and renamed everything (forcesInter instead of forces) accordingly.. then I can call in my controldict: functions ( forcesInter { type forcesInter; // class functionObjectLibs ("libforces.so"); // req. lib. patches (ship); // name of patches ... } When I compare the output from forces.dat and forcesInter.dat, I get a viscous force which is very similar to the expected from the ITTC of flat plate friction line. The forces.dat delivered a force almost 4 times greater! Regards Gonzalo |
|
June 24, 2010, 13:46 |
Forces on Biphasic Flows ( nu's )
|
#153 |
New Member
Saśl Balsa
Join Date: Jun 2010
Posts: 5
Rep Power: 16 |
Greetings to all Foamers !
First, I am kind of a newbie related to all the OpenFOAM stuff, so my apologies in advance in case any of my questions are of a really basic level! I am now starting to work on the very beginning of what I consider could be the main topic of my PhD thesis ( Free surface flows simulation ) ... but don't know yet. The thing is that I am involved in calculations to obtain the forces/moments generated by anti-roll U tank used as a pasive stabilisation system on ships, ... well, actually I am benchmarking the numerical method with a well proved and test 2D rectangular tank. I have been struggling for quite a time to understand how to obtain forces with the already built-in utilities of OpenFOAM ( forces.C ) when I came to find this useful thread and the idea of getting not accurate results is planning around my messy head ... The point of having (physically) two nus in the model (air plus water ) is incongruent with the numerical method, which only accounts for one, thus, providing bad results ??? Do I have to use an ad-hoc class as the one suggested by Gonzalo ( thx by the way! )??? ... is this issue of having to modify the class to account for both nus been noticed and assumed by the Foam developers? ... Looking forward for your witty guidance! Greetings to all Saśl |
|
July 9, 2010, 10:58 |
|
#154 |
New Member
Sofia
Join Date: May 2010
Location: Toulouse, France
Posts: 14
Rep Power: 16 |
Hi everyone,
I have always the same problem: bounding nuTilda, min: -1416.98 max: 92790.2 average: 4.61316... anf after my calcul crash. I work on an naca airfoil with freestreampressure and freestream for U, zeroGradient for nut and nuthilda with internafiled nut=3e-4 but I don't know wh |
|
July 23, 2010, 08:48 |
Post-running forces
|
#155 |
Senior Member
Join Date: Apr 2010
Posts: 151
Rep Power: 16 |
Is it possible to run forces AFTER the simulation and how does one do this?
|
|
July 23, 2010, 10:47 |
|
#156 |
Member
Paulo Alexandre Costa Rocha
Join Date: Mar 2009
Posts: 71
Rep Power: 17 |
||
July 26, 2010, 08:13 |
|
#157 |
Senior Member
Join Date: Apr 2010
Posts: 151
Rep Power: 16 |
Hello,
This function to calculate forces keeps on giving me headaches. I try to do it as simple as possible: I add the following lines to the system /controlDict of the cavity tutorial: Code:
functions ( forces { type forces; functionObjectLibs ("libforces.so"); //Lib to load patches (fixedWall); // change to your patch name rhoName rhoInf; rhoInf 1.225; //Reference density for fluid CofR (0 0 0); //Origin for moment calculations } ); The calculations runs well, but for the forces I get the following output: Code:
*** glibc detected *** icoFoam: corrupted double-linked list: 0x000000000257e920 *** Inconsistency detected by ld.so: dl-open.c: 221: dl_open_worker: Assertion `_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENT' failed! |
|
July 26, 2010, 11:36 |
interFoam forces 1.6
|
#158 |
Senior Member
Join Date: Apr 2010
Posts: 151
Rep Power: 16 |
Gonzalo,
Thanks for the advise. I implemented the changes in thread #111 and #152 also for OF-1.6. If you are interested, I can send you the files. I would like to do the same flat plate validation as you did for 1.5-dev. I think it is the best if I use the same data. Where did you get them? I found for example 23rd ITTC, The Propulsion Committee, paragraph 5.3, pp. 106, fig. 5.7. Greetings, Joris |
|
August 10, 2010, 12:01 |
OF 1.7 multiphase forces
|
#159 |
Senior Member
Dave
Join Date: Jul 2010
Posts: 100
Rep Power: 16 |
Hi all,
I was curious, has the forces functions for multiphase solvers been modified in 1.7 to take into account the different densities of the phases (ie: water and air)? I am interested in determining the total force (resistance) acting on a surface (ship hull) and the results I am getting with interDyMFoam are little high compared to StarCCM results. If not has anyone managed to make a modification that can take into account both phases (as opposed to only one by multiplying the pressures by alpha to eliminate one phase)? Thanks to anyone who can provide some insight into this. -Dave |
|
September 22, 2010, 08:01 |
|
#160 | |
Senior Member
Join Date: Mar 2009
Posts: 225
Rep Power: 18 |
Good day to everyone!
Quote:
Thanks for your time and I hope someone can help me. Have a great day! K |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CoupledFvScalarMatrix in OF15 | fisher | OpenFOAM Running, Solving & CFD | 9 | May 27, 2020 10:40 |
Fan type BC in OF15 | hsieh | OpenFOAM Running, Solving & CFD | 31 | July 30, 2015 13:22 |
Bug in patchIntegrateC OF15 | anger | OpenFOAM Bugs | 8 | May 29, 2009 05:36 |
OpenFOAMdev migration to OF15 | fisher | OpenFOAM Installation | 1 | November 25, 2008 15:39 |
Bug or a feature of OF15 | rafal | OpenFOAM Bugs | 5 | July 25, 2008 06:25 |