CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Special Topics > Visualization & Post-Processing

surface elevation in interFoam

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 19, 2021, 01:36
Post surface elevation in interFoam
  #1
New Member
 
irwin
Join Date: Apr 2014
Location: New Delhi, India
Posts: 19
Rep Power: 11
irwin is on a distinguished road
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
irwin 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
Error in gmshToFoam on ESI v2106 siefer92 OpenFOAM Programming & Development 4 July 17, 2021 05:11
Help!! customize surface tension term in interFoam w051cxw OpenFOAM Programming & Development 5 February 12, 2016 14:56
Plot part of mesh on surface elevation filter MaximVZ OpenFOAM Post-Processing 2 January 15, 2016 18:23
SSIIM- F 36 2: computation of the vertical water surface elevation Mummputz Main CFD Forum 2 July 1, 2015 04:52
Tensions on free surface interFoam sega OpenFOAM Running, Solving & CFD 0 April 29, 2008 14:26


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