|
[Sponsors] |
February 27, 2014, 07:13 |
Actuator Disk Modeling in OpenFOAM
|
#1 |
New Member
Ajay Singh
Join Date: Jan 2014
Posts: 1
Rep Power: 0 |
Hi
I am quite new to OpenFOAM. I wanted to see the effect of rotor in fuselage. I adopted the approach of Actuator Disk Modeling and took the help from Erik Svenning report and his code. I could compile the code with some modification and generate the executable. I am able to run the case with new executable but I am facing problem to write the data like pressure and velocity at certain probe location. If I use the simpleFoam (as its there in OpenFOAM) It writes the data but if I use my executable, it does not write the file. Can somebody please help me to resolve this problem. I am using the following function in controlDict file to write the data. functions { forces_fuselage { type forces; functionObjectLibs ("libforces.so"); outputControl timeStep; outputInterval 10; patches ( fuse ); pName p; UName U; rhoName rhoInf; log true; rhoInf 1.205; CofR (7.0358 0 1.6129); //momnet point } } |
|
Tags |
actuator disk, helicopter, libforces.so, output data |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Memory protection in OpenFOAM / combinig with FORTRAN | botp | OpenFOAM Programming & Development | 2 | February 15, 2016 13:25 |
[Gmsh] gmsh 2.6.0 conversion to OpenFoam 160 | rosswin | OpenFOAM Meshing & Mesh Conversion | 0 | March 5, 2013 08:34 |
Modified OpenFOAM Forum Structure and New Mailing-List | pete | Site News & Announcements | 0 | June 29, 2009 06:56 |
OpenFOAM Training in Europe and USA | hjasak | OpenFOAM | 0 | August 8, 2008 06:33 |
OpenFOAM Debian packaging current status problems and TODOs | oseen | OpenFOAM Installation | 9 | August 26, 2007 14:50 |