mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: drop use of objToVTK conversion in viewFactors
This commit is contained in:
committed by
Andrew Heather
parent
f0f4af16d2
commit
eb0c35dc6a
@ -189,11 +189,6 @@ void writeRays
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
str.flush();
|
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
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions
|
||||||
|
|
||||||
cleanCase0
|
cleanCase0
|
||||||
|
\rm allVisibleFaces.obj 2>/dev/null
|
||||||
|
|
||||||
rm -rf constant/cellToRegion
|
rm -rf constant/cellToRegion
|
||||||
rm -rf constant/*/polyMesh # region meshes
|
rm -rf constant/*/polyMesh # region meshes
|
||||||
|
|||||||
@ -17,6 +17,8 @@ FoamFile
|
|||||||
writeViewFactorMatrix true;
|
writeViewFactorMatrix true;
|
||||||
writeFacesAgglomeration true;
|
writeFacesAgglomeration true;
|
||||||
writePatchViewFactors false;
|
writePatchViewFactors false;
|
||||||
|
// dumpRays true;
|
||||||
|
|
||||||
maxDynListLength 200000;
|
maxDynListLength 200000;
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user