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

ToBeFunctionObjects in OF6

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 3 Post By Bloerb

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 26, 2018, 21:00
Default ToBeFunctionObjects in OF6
  #1
Member
 
Join Date: Oct 2013
Posts: 92
Rep Power: 13
fedvasu is on a distinguished road
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,
fedvasu is offline   Reply With Quote

Old   September 27, 2018, 01:58
Default
  #2
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
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
Tobi is offline   Reply With Quote

Old   September 27, 2018, 06:46
Default
  #3
Senior Member
 
Join Date: Sep 2013
Posts: 353
Rep Power: 21
Bloerb will become famous soon enough
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
Tobi, fedvasu and deepbandivadekar like this.
Bloerb is offline   Reply With Quote

Old   September 28, 2018, 13:57
Default
  #4
Member
 
Join Date: Oct 2013
Posts: 92
Rep Power: 13
fedvasu is on a distinguished road
Quote:
Originally Posted by Tobi View Post
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.
It was both but @Bloerb's answers my immediate question of how to execute it in OF6.

Yeah I found it now.

Thanks
fedvasu is offline   Reply With Quote

Reply

Tags
openfaom-6, postprocessing, utilities


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
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


All times are GMT -4. The time now is 03:44.