CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   How i can obtein Isosurface script?? (https://www.cfd-online.com/Forums/openfoam-post-processing/101587-how-i-can-obtein-isosurface-script.html)

ynos May 8, 2012 09:41

How i can obtein Isosurface script??
 
Dears Foamers
I am begginer in openfoam-paraFoam....My cases are running this is the reason that i can not use this function at the end of the controlDict:
functions
(
freeSurface
{
type surfaces;
functionObjectLibs
(
"libsampling.so"
);
outputControl outputTime;
outputInterval 1;
surfaceFormat vtk;
fields
(
alpha1
);
surfaces
(
freeSurface
{
type isoSurfaceCell;
isoField alpha1;
isoValue 0.5;
interpolate false;
regularise false;
}
);
interpolationScheme cell;
}
);
Looking here i find other way :Paraview Save Batch Script but is not available......Is there something like that in paraFoam?

Thanks in advanced

Toorop May 8, 2012 10:50

Hi,

after the simulation, use execFlowFunctionObjects utility to create all the stuff in controlDict functions.

BTW, thanks for the isoSurface definition! :cool:
Does something similar exists for 2D plane contours?

ynos July 9, 2012 10:59

Thanks
 
A lot of Thanks ,have been succesfull your reply


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