mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: explicit reference to mesh db for schemes, interfaceTracking etc
This commit is contained in:
@ -23,7 +23,7 @@ Description
|
||||
// vtk::formatType::INLINE_ASCII,
|
||||
fileName
|
||||
(
|
||||
aMesh.mesh().time().globalPath() / "finiteArea"
|
||||
aMesh.time().globalPath() / "finiteArea"
|
||||
)
|
||||
);
|
||||
|
||||
@ -66,7 +66,7 @@ Description
|
||||
// vtk::formatType::INLINE_ASCII,
|
||||
fileName
|
||||
(
|
||||
aMesh.mesh().time().globalPath() / "finiteArea-edges"
|
||||
aMesh.time().globalPath() / "finiteArea-edges"
|
||||
)
|
||||
);
|
||||
|
||||
@ -102,7 +102,7 @@ Description
|
||||
// vtk::formatType::INLINE_ASCII,
|
||||
fileName
|
||||
(
|
||||
aMesh.mesh().time().globalPath() / "finiteArea-edgesCentres"
|
||||
aMesh.time().globalPath() / "finiteArea-edgesCentres"
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ Description
|
||||
// vtk::formatType::INLINE_ASCII,
|
||||
fileName
|
||||
(
|
||||
aMesh.mesh().time().globalPath() / "finiteArea"
|
||||
aMesh.time().globalPath() / "finiteArea"
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user