mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add external surface handling to meshedSurfRef (#2505)
- previously just handled surface components - move/scale mesh points (copy) STYLE: pass in dummy faces/points to writer STYLE: use tensor is_identity()
This commit is contained in:
@ -629,12 +629,10 @@ void Foam::PDRobstacle::generateVtk
|
||||
{
|
||||
label pieceId = 0;
|
||||
|
||||
meshedSurf::emptySurface dummy;
|
||||
|
||||
vtk::surfaceWriter surfWriter
|
||||
(
|
||||
dummy.points(),
|
||||
dummy.faces(),
|
||||
pointField::null(),
|
||||
faceList::null(),
|
||||
// vtk::formatType::INLINE_ASCII,
|
||||
(outputDir / "Obstacles"),
|
||||
false // serial only
|
||||
|
||||
Reference in New Issue
Block a user