|
[Sponsors] |
September 26, 2018, 21:00 |
ToBeFunctionObjects in OF6
|
#1 |
Member
Join Date: Oct 2013
Posts: 92
Rep Power: 13 |
where are the post processing utilities in OF 6,
specifically 'writeCellCentres' "ToBeFunctionObjects" group is absent from OF6 and I found only 'write' and 'writeMeshObj' in OF6 Regards, |
|
September 27, 2018, 01:58 |
|
#2 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Are you asking how to execute the stuff or is it a general inquiry? Your question is not really precise. As I could see in Doxygen, it is there.
__________________
Keep foaming, Tobias Holzmann |
|
September 27, 2018, 06:46 |
|
#3 |
Senior Member
Join Date: Sep 2013
Posts: 353
Rep Power: 21 |
These have been made into function objects. All of which can be executed with the postProcess command. So you need to place the relevant functionobject into your controlDict. You can afterwards execute them via e.g
simpleFoam -postProcess, which would run all functionObjects in your controlDict. For many non solver specific function objects you can also simple run postProcess. The one you mentioned for example can be used without adding the functionObject. In this case: Code:
postProcess -func writeCellCentres |
|
September 28, 2018, 13:57 |
|
#4 |
Member
Join Date: Oct 2013
Posts: 92
Rep Power: 13 |
||
Tags |
openfaom-6, postprocessing, utilities |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
InterFoam: Different results in OF5 and OF6 | vatavuk | OpenFOAM Bugs | 19 | January 26, 2021 18:22 |
wallHeatTransferCoeff in chtMultiRefionFoam OF6 not working | mwaqas | OpenFOAM Running, Solving & CFD | 4 | September 17, 2020 13:17 |