CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[OpenFOAM] How to annotate functionObjects in ParaView?

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   September 10, 2020, 08:42
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

 

Tags
annotation, openfoam, 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
How to annotate functionObjects in ParaView? zommuter OpenFOAM Post-Processing 1 September 10, 2020 08:44
[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
paraFoam reader for OpenFOAM 1.6 smart OpenFOAM Installation 13 November 16, 2009 21:41


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