|
[Sponsors] |
October 19, 2021, 02:36 |
surface elevation in interFoam
|
#1 |
New Member
irwin
Join Date: Apr 2014
Location: New Delhi, India
Posts: 19
Rep Power: 12 |
i am tracking interface while using interFoam solver using code placed in the controlDict
functions { elevation { type surfaces; functionObjectLibs ( "libsampling.so" ); outputControl outputTime; outputInterval 1; surfaceFormat vtk; interpolationScheme cellPoint; fields ( alpha.oil ); surfaces ( topFreeSurface { type isoSurface; isoField alpha.oil; isoValue 0.5; interpolate true; log true; interpolationScheme cellPoint; } ); } This generate VTK file at every time step , Then I have to read that VTK file using paraFoam at each time step to extract the surface which is quite a tedious task . I am looking for any convenient method by which I can directly extract the surface in one go. Thanks, Irwin |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error in gmshToFoam on ESI v2106 | siefer92 | OpenFOAM Programming & Development | 4 | July 17, 2021 06:11 |
Help!! customize surface tension term in interFoam | w051cxw | OpenFOAM Programming & Development | 5 | February 12, 2016 15:56 |
Plot part of mesh on surface elevation filter | MaximVZ | OpenFOAM Post-Processing | 2 | January 15, 2016 19:23 |
SSIIM- F 36 2: computation of the vertical water surface elevation | Mummputz | Main CFD Forum | 2 | July 1, 2015 05:52 |
Tensions on free surface interFoam | sega | OpenFOAM Running, Solving & CFD | 0 | April 29, 2008 15:26 |