|
[Sponsors] |
OF15 functionObjects do not read LESProperties for incompressible flows |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 28, 2008, 09:24 |
In
applications/utilities/
|
#1 |
Member
Martin Aunskjaer
Join Date: Mar 2009
Location: Denmark
Posts: 53
Rep Power: 17 |
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. |
|
September 28, 2008, 18:18 |
Thanks for the bug report, I h
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
Thanks for the bug report, I have corrected it in our git repository.
H |
|
|
|
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 11:06 |
OF15 for High Mach flows | vishal | OpenFOAM Running, Solving & CFD | 0 | March 2, 2009 23:02 |
Incompressible flows, FE and Picard | NeaZen | Main CFD Forum | 0 | April 23, 2007 19:17 |
incompressible flows! | Miko | CFX | 4 | May 26, 2003 22:19 |
Code for incompressible flows | Pawel | Main CFD Forum | 7 | October 24, 2002 01:22 |