|
[Sponsors] |
March 8, 2019, 08:31 |
finiteArea postProcessing probes
|
#1 |
Member
Andrew Coughtrie
Join Date: May 2011
Posts: 51
Rep Power: 15 |
Hi Everyone,
Has anyone written anything for post processing / sampling of finiteArea fields? I basically want to sample along a line of the faMesh but I'm having trouble with locating the correct mesh face to return the values. It's easy enough to do this for a fvMesh but there are no functions for finding a point within a face of the area mesh as far as I can see. I've tried implementing this myself based on the findCell and pointInCell functions of the primitive mesh but I keep getting errors like the following: Code:
/apps/applications/OpenFOAM/v1712/OpenFOAM-v1712/src/OpenFOAM/lnInclude/GeometricField.H:103: error: invalid use of incomplete type ‘class Foam::edgeMesh’ typedef typename GeoMesh::BoundaryMesh BoundaryMesh; ^~~~~~~~~~~~ I'm also not sure if the way i'm doing this is necessarily the best way to go about it so if someone with a better understanding of the FA implementation has any insight I'd be grateful. Thanks in advance, Andrew |
|
Tags |
finitearea, meshsearch, probes |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
using fieldAverage library to average postprocessing | eelcovv | OpenFOAM Programming & Development | 32 | May 17, 2022 10:55 |
Error in probes functions!!! | Jingxue Wang | OpenFOAM Running, Solving & CFD | 9 | November 25, 2017 10:21 |
How many probes can I have in a simulation ? | guilha | OpenFOAM Post-Processing | 13 | September 17, 2016 08:26 |
probes function not working in Openfoam 2.1.1 | nandiganavishal | OpenFOAM | 7 | July 26, 2012 12:06 |
problems with probes() function in chtMultiRegionFoam | Victor | OpenFOAM | 0 | November 25, 2009 16:08 |