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

PostProcessing fails for wallHeatFlux: OF6

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 22, 2018, 08:32
Default PostProcessing fails for wallHeatFlux: OF6
  #1
Senior Member
 
Deep
Join Date: Oct 2017
Posts: 180
Rep Power: 8
deepbandivadekar is on a distinguished road
Hi,

Just an observation.


Using wallHeatFlux during postprocess doesn't work in OF6. I came across this bug here: https://bugs.openfoam.org/view.php?id=3055. I have exact same type of error. Although it says this should have been resolved in the 5th August patch (and I've the updated version), it still won't work for "wallHeatFlux". It has been reopened but no further update so far. I did not try any other functionObjects. Perhaps this is still to be resolved? My workaround was to do it in OF5 where it works perfectly fine.


Also, as a side note, this is a great functionality introduced (not sure if it existed prior to OF6, I just discovered it). Very user-friendly:
In controlDict:
Code:
functions
{
    libs            ("libfieldFunctionObjects.so");

    Ma
    {
        type            MachNo;
        executeControl  writeTime;
        writeControl    writeTime;
    }

    #includeFunc wallHeatFlux
}
deepbandivadekar is offline   Reply With Quote

Old   April 17, 2019, 00:16
Default
  #2
Senior Member
 
TWB
Join Date: Mar 2009
Posts: 402
Rep Power: 19
quarkz is on a distinguished road
Hi,

I got similar wallheatflux error as yours. There's problem in OF6 and OF1812. For me, I got 0 values in OF1812, and in OF6, I got this error:

Time = 0.001400003
Reading thermophysical properties

Selecting thermodynamics package
{
type hePsiThermo;
mixture pureMixture;
transport sutherland;
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleInternalEnergy;
}

Reading field U

Creating turbulence model

Selecting turbulence model type laminar
Selecting laminar stress model Stokes


--> FOAM FATAL ERROR:

request for volScalarField wallHeatFlux from objectRegistry region0 failed
available objects of type volScalarField are

9
(
thermo:mu
thermosi
rho
thermosi_0
p
T
rhoE
e
thermo:alpha
)


From function const Type& Foam:bjectRegistry::lookupObject(const Foam::word&) const [with Type = Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>]
in file /home/projects/11000324/OpenFOAM/OpenFOAM-6/src/OpenFOAM/lnInclude/objectRegistryTemplates.C at line 193.

FOAM aborting

However, for the same problem, OF3 and 5 are both working.

Can someone confirm this error?
quarkz is offline   Reply With Quote

Reply

Tags
bug, postprocessing, wallheatflux


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
using fieldAverage library to average postprocessing eelcovv OpenFOAM Programming & Development 32 May 17, 2022 09:55
InterFoam: Different results in OF5 and OF6 vatavuk OpenFOAM Bugs 19 January 26, 2021 17:22
wallHeatTransferCoeff in chtMultiRefionFoam OF6 not working mwaqas OpenFOAM Running, Solving & CFD 4 September 17, 2020 12:17
Postprocessing with matlab giack OpenFOAM Post-Processing 2 July 26, 2013 03:45
Question about Postprocessing Using UDF(in tutoria sarah_ron2002 FLUENT 1 April 10, 2007 16:17


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