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

Patch names amp forces functionObject

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   February 6, 2009, 08:37
Default Hi all I encountered a prob
  #1
Member
 
David Hora
Join Date: Mar 2009
Location: Zürich, Switzerland
Posts: 63
Rep Power: 17
david is on a distinguished road
Hi all

I encountered a problem with the forces functionObject. I have a simulation with different patches in the domain. Some of the patches have similar names, e.g.:

BLADE
HUB-BLADE
SHROUD-BLADE


I wanted to calculate the forces acting on the patch "BLADE". Unfortunatelly the forces functionObject adds the forces of all patches with the string "BLADE" in its name.

Additionally I have a question concerning the moments. As far as I understand the code, the moments are calculated with the cell centers:


vectorField Md = mesh.C().boundaryField()[patchi] - CofR_;

vectorField pf =
mesh.Sf().boundaryField()[patchi]*p.boundaryField()[patchi];

fm.first().first() += rho(p)*sum(pf);
fm.second().first() += rho(p)*sum(Md ^ pf);

Wouldn't it be better to use the face centers (mesh.Cf())?


Thanks a lot & best regards
David
david is offline   Reply With Quote

 


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
How to modify a patch from a functionObject alesch OpenFOAM 7 March 27, 2009 16:30
[OpenFOAM] Saved DATA doesnt have Patch Names velan ParaView 0 January 9, 2009 07:32
group names azmir Main CFD Forum 1 February 11, 2008 07:20
Names of CFD codes Steve Main CFD Forum 6 July 23, 2007 17:39
VARIABLE NAMES Alejandro A CFX 2 August 17, 2006 09:47


All times are GMT -4. The time now is 07:42.