STYLE: drop use of objToVTK conversion in viewFactors

This commit is contained in:
Mark Olesen 2019-04-08 12:20:56 +02:00 committed by Andrew Heather
parent f0f4af16d2
commit eb0c35dc6a
3 changed files with 3 additions and 5 deletions

View File

@ -189,11 +189,6 @@ void writeRays
}
}
str.flush();
Pout<< "cmd: objToVTK " << fName.c_str() << endl;
stringList cmd({"objToVTK", fName, fName.lessExt().ext("vtk")});
Foam::system(cmd);
}

View File

@ -3,6 +3,7 @@ cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions
cleanCase0
\rm allVisibleFaces.obj 2>/dev/null
rm -rf constant/cellToRegion
rm -rf constant/*/polyMesh # region meshes

View File

@ -17,6 +17,8 @@ FoamFile
writeViewFactorMatrix true;
writeFacesAgglomeration true;
writePatchViewFactors false;
// dumpRays true;
maxDynListLength 200000;
// ************************************************************************* //