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 to obtain the max value of a field inside the domain defined by an isosurface? (https://www.cfd-online.com/Forums/openfoam-post-processing/250142-how-obtain-max-value-field-inside-domain-defined-isosurface.html)

be_inspired May 30, 2023 19:22

How to obtain the max value of a field inside the domain defined by an isosurface?
 
Hi community,

I am trying to obtain the max value within the region defined by a Isosurface of magVorticity=100.

vorticitySurface
{
type isoSurface;
isoField magVorticity;
isoValue 100;
interpolate false;
simpleSubMesh true;
}
The boolean simpleSubMesh does not seem to work for that, because I obtain only the boundary.

Any idea?

Thanks a lot.


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