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

Lagrangian PatchPost Processing in Global coordinates

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   January 17, 2021, 23:44
Default Lagrangian PatchPost Processing in Global coordinates
  #1
New Member
 
Illia
Join Date: Aug 2020
Posts: 10
Rep Power: 5
IC01 is on a distinguished road
Hello, Foamers

I have processed icoUncoupledKinematicParticle tracking and now I need to extract and process the particle data that landed on a patch
I'm using patchPostProcessing, I need separate data every deltaT
Code:
cloudFunctions
{
    patchPostProcessing1
    {
        type            patchPostProcessing;
        maxStoredParcels 1e7;
        patches         ( fixedWalls );
    }
It all works fine but output files have the Barycentric coordinates. The question is how do I convert it? Wither with searate code or in OpenFoam?

I'm okay with OpenFoam but I'm bad in programming in C++

Thank you
Regards
IC01
IC01 is offline   Reply With Quote

 

Tags
barycentric, lagrangian particle, patchpostprocessing


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
Lagrangian data - particle velocity post processing Ake OpenFOAM Post-Processing 12 August 16, 2020 07:54
Lagrangian post processing in OpenFOAM 5 + jkeep OpenFOAM Post-Processing 0 June 17, 2019 01:07
time step continuity problem in VAWT simulation lpz_michele OpenFOAM Running, Solving & CFD 5 February 22, 2018 19:50
Help for the small implementation in turbulence model shipman OpenFOAM Programming & Development 25 March 19, 2014 10:08
Conversion of computed velocities in Lagrangian coordinates to Eulerian coordinates SMM STAR-CD 4 June 5, 2011 09:20


All times are GMT -4. The time now is 22:00.