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

Post processing point fields in openfoam

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 17, 2025, 05:47
Question Post processing point fields in openfoam
  #1
New Member
 
Khoder Alshaar
Join Date: May 2021
Posts: 9
Rep Power: 5
khoder Alshaar is on a distinguished road
Hello,
I am trying to post-process fields in OpenFOAM using a sample library. However, when defining the pointScalerField, for example, it is not getting considered:

Code:
type            sets;
libs            ("libsampling.so");

setFormat raw;
interpolationScheme cellPoint;
sets
(  
    xLine
    {
        type        lineUniform;
        start       (0 0 0.0075);
        end         (0.05 0 0.0075);
        nPoints     100;
        axis        x;
    }

);
fields (u);  // Specify fields to extract
Here, u is a point field, but the sampling algorithm skips it. Is there any way to resolve this problem?
khoder Alshaar is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 post processing power applied to a wall razi.me05 OpenFOAM Post-Processing 0 March 13, 2017 21:11
Acoustic Post Processing in MATLAB for results from OpenFOAM. Alhasan OpenFOAM Post-Processing 17 January 19, 2014 12:07
New OpenFOAM Forum Structure jola OpenFOAM 2 October 19, 2011 07:55
OpenFOAm solver, ANSYS post processing achinta OpenFOAM 3 May 13, 2010 03:54
Post Processing in FEM Abhijit Tilak Main CFD Forum 0 April 26, 2004 12:59


All times are GMT -4. The time now is 01:45.