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

Actuator Disk Modeling in OpenFOAM

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 27, 2014, 06:13
Post Actuator Disk Modeling in OpenFOAM
  #1
New Member
 
Ajay Singh
Join Date: Jan 2014
Posts: 1
Rep Power: 0
ajaysingh83 is on a distinguished road
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
}
}
ajaysingh83 is offline   Reply With Quote

Reply

Tags
actuator disk, helicopter, libforces.so, output data

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Memory protection in OpenFOAM / combinig with FORTRAN botp OpenFOAM Programming & Development 2 February 15, 2016 12:25
[Gmsh] gmsh 2.6.0 conversion to OpenFoam 160 rosswin OpenFOAM Meshing & Mesh Conversion 0 March 5, 2013 07:34
Modified OpenFOAM Forum Structure and New Mailing-List pete Site News & Announcements 0 June 29, 2009 05:56
OpenFOAM Training in Europe and USA hjasak OpenFOAM 0 August 8, 2008 05:33
OpenFOAM Debian packaging current status problems and TODOs oseen OpenFOAM Installation 9 August 26, 2007 13:50


All times are GMT -4. The time now is 12:34.