STYLE: drop use of objToVTK conversion in viewFactors
This commit is contained in:
parent
f0f4af16d2
commit
eb0c35dc6a
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -17,6 +17,8 @@ FoamFile
|
||||
writeViewFactorMatrix true;
|
||||
writeFacesAgglomeration true;
|
||||
writePatchViewFactors false;
|
||||
// dumpRays true;
|
||||
|
||||
maxDynListLength 200000;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
Loading…
Reference in New Issue
Block a user