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

How to annotate functionObjects in ParaView?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 10, 2020, 08:21
Question How to annotate functionObjects in ParaView?
  #1
New Member
 
Tobias Kienzler
Join Date: Mar 2020
Posts: 13
Rep Power: 6
zommuter is on a distinguished road
Greetings!


I've put


Code:
functions
{
    forces_impeller
    {
        type    forces;
        libs    ("libforces.so");
        writeControl   writeTime;
        writeFiels       no;



         patches (impeller);
     
        rho     rhoInf;
        rhoInf  1e3;
     
        CofR (0 0 0);
    }
}
into my controllDict to obtain a uniform/functionObjects/functionObjectProperties file for each time step containing the force. But I cannot find any option in ParaView to actually use those uniform values for an annotation or plot over time. I'm also out of ideas which Python Annotation Expressions to try, since that seems to expect an array as input instead of using a uniform value.


Can anyone help me?


Best regards
Tobias
zommuter is offline   Reply With Quote

Old   September 10, 2020, 08:44
Default
  #2
New Member
 
Tobias Kienzler
Join Date: Mar 2020
Posts: 13
Rep Power: 6
zommuter is on a distinguished road
My apologies, I missed the post about asking ParaView questions in its forum and there doesn't seem to be an option to move or delete this thread, so here's a copy: How to annotate functionObjects in ParaView?. Sorry about the mess
zommuter is offline   Reply With Quote

Reply

Tags
annotation, paraview, uniform constant


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
[OpenFOAM] Paraview 5.0.1: no option to scale or shift Annotate Time filter adhiraj ParaView 2 March 10, 2020 10:38
[OpenFOAM] Paraview does not display objects (functionObjects) Proportion ParaView 0 October 16, 2017 08:26
[OpenFOAM] Paraview annotate time Aravind_Krish ParaView 4 August 19, 2016 08:05
Installing OpenFOAM and ParaView in VirtualBox(Ubuntu on Win8) chrisb2244 OpenFOAM Installation 2 August 21, 2013 13:24
paraFoam reader for OpenFOAM 1.6 smart OpenFOAM Installation 13 November 16, 2009 21:41


All times are GMT -4. The time now is 05:54.