"...OpenFOAM/primitives/functions/Function1/Table/TableBase.C" did not exist on "6b5fa6cd3325a04bcfd41ea9cc9a8d6b64b46316"
isoSurfaceTopo not passing through ACMI
Run oscillatingInletACMI2D tutorial with
isoSurfaceTopo
{
type surfaces;
libs ("libsampling.so");
enabled true;
writeControl timeStep;
writeInterval 1;
interpolationScheme cellPoint;
surfaceFormat vtk;
// Fields to be sampled
fields
(
p
U
);
surfaces
(
isoSurface1
{
type isoSurfaceTopo;
patches ( ".*");
isoField p;
isoValue 0.1;
interpolate true;
triangulate false;
regularise cell; //diagcell;
}
);
}
and the isosurface does not pass through the acmi. This is due to the duplicate faces (ACMI+wall) on either side of the ACMI.