mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Writing surface feature set out the root of the case.
This commit is contained in:
@ -337,9 +337,8 @@ int main(int argc, char *argv[])
|
|||||||
surfaceFeatures newSet(surf);
|
surfaceFeatures newSet(surf);
|
||||||
newSet.setFromStatus(edgeStat);
|
newSet.setFromStatus(edgeStat);
|
||||||
|
|
||||||
Info<< endl << "Writing trimmed features to "
|
Info<< endl << "Writing trimmed features to " << outFileName << endl;
|
||||||
<< runTime.constant()/"featureEdgeMesh"/outFileName << endl;
|
newSet.write(outFileName);
|
||||||
newSet.write(runTime.constant()/"featureEdgeMesh"/outFileName);
|
|
||||||
|
|
||||||
// Info<< endl << "Writing edge objs." << endl;
|
// Info<< endl << "Writing edge objs." << endl;
|
||||||
// newSet.writeObj("final");
|
// newSet.writeObj("final");
|
||||||
|
|||||||
Reference in New Issue
Block a user