|
[Sponsors] |
[OpenFOAM] Paraview does not display objects (functionObjects) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 16, 2017, 09:26 |
Paraview does not display objects (functionObjects)
|
#1 |
New Member
P. H.
Join Date: Jul 2017
Posts: 5
Rep Power: 9 |
Hello Foamers,
I'm working on a case in OpenFoam 4.1 for which I wanted to have additional output; accordingly I used the "writeObjects" utility which writes out a specified object and stores it in the results (found in $FOAM_ETC/caseDicts/postProcessing/fields). This is how I adjusted writeObjects: Code:
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Web: www.OpenFOAM.org \\/ M anipulation | ------------------------------------------------------------------------------- Description Writes out specified objects, e.g. fields, stored on the case database. \*---------------------------------------------------------------------------*/ type writeObjects; libs ("libutilityFunctionObjects.so"); objects (phi); writeControl writeTime; // ************************************************************************* // Code:
functions { #includeFunc writeObjects(phi) } Thanks in advance! |
|
Tags |
writeobjects |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] Paraview 5.4 in shell environment of5x - Segmentation fault (core dumped) | dslbkxd | OpenFOAM Installation | 1 | February 3, 2018 01:56 |
[OpenFOAM] Paraview display problem | jiejie | ParaView | 4 | October 13, 2013 22:29 |
[OpenFOAM] Xlib: extension "GLX" missing on display | goldbeard | ParaView | 5 | March 24, 2013 14:12 |
errors when installing openfoam2.1 on ubuntu12.o4 | hewei | OpenFOAM Installation | 5 | May 29, 2012 08:43 |
paraFoam reader for OpenFOAM 1.6 | smart | OpenFOAM Installation | 13 | November 16, 2009 22:41 |