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

OF15 functionObjects do not read LESProperties for incompressible flows

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 28, 2008, 08:24
Default In applications/utilities/
  #1
Member
 
Martin Aunskjaer
Join Date: Mar 2009
Location: Denmark
Posts: 53
Rep Power: 17
aunola is on a distinguished road
In

applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/exec FlowFunctionObjects.C

the function calc(..) reads RASProperties twice and thus fails to read LESProperties:

if (phi.dimensions() == dimensionSet(0, 3, -1, 0, 0))
{
IOobject RASPropertiesHeader
(
"RASProperties",
runTime.constant(),
mesh,
IOobject::MUST_READ,
IOobject::NO_WRITE,
false
);

IOobject LESPropertiesHeader
(
"RASProperties", <---- wrong
runTime.constant(),
mesh,
IOobject::MUST_READ,
IOobject::NO_WRITE,
false
);

Compressible cases are handled correctly.
aunola is offline   Reply With Quote

Old   September 28, 2008, 17:18
Default Thanks for the bug report, I h
  #2
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
Thanks for the bug report, I have corrected it in our git repository.

H
henry 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
Open SPH Code for Incompressible Flows Valdemir G. Ferreira Main CFD Forum 3 October 24, 2011 10:06
OF15 for High Mach flows vishal OpenFOAM Running, Solving & CFD 0 March 2, 2009 22:02
Incompressible flows, FE and Picard NeaZen Main CFD Forum 0 April 23, 2007 18:17
incompressible flows! Miko CFX 4 May 26, 2003 21:19
Code for incompressible flows Pawel Main CFD Forum 7 October 24, 2002 00:22


All times are GMT -4. The time now is 13:55.