BUG: checkMesh, moveDynamicMesh checks not in postProcessing/ (fixes #1104)

- now placed under postProcessing/checkMesh and postProcessing/checkAMI,
  respectively.

  Output files are now also tagged with the id of the patch, in case
  there are multiple AMI patches in use.
This commit is contained in:
Mark Olesen
2018-12-05 22:03:28 +01:00
parent e3e0e0557f
commit fc2f2e74d2
5 changed files with 42 additions and 23 deletions

View File

@ -284,8 +284,7 @@ void Foam::mergeAndWrite
fileName outputDir
(
set.time().path()
/ (Pstream::parRun() ? ".." : "")
set.time().globalPath()
/ functionObject::outputPrefix
/ mesh.pointsInstance()
/ set.name()
@ -378,8 +377,7 @@ void Foam::mergeAndWrite
fileName outputDir
(
set.time().path()
/ (Pstream::parRun() ? ".." : "")
set.time().globalPath()
/ functionObject::outputPrefix
/ mesh.pointsInstance()
/ set.name()
@ -478,8 +476,7 @@ void Foam::mergeAndWrite
// postProcessing/<time>/p0.vtk
fileName outputDir
(
set.time().path()
/ (Pstream::parRun() ? ".." : "")
set.time().globalPath()
/ functionObject::outputPrefix
/ mesh.pointsInstance()
// set.name()