From 35b809176da9606bf345e95c0059de6d80621c8b Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Mon, 1 Oct 2018 14:25:56 +0100 Subject: [PATCH] template cases: updated for change from pimpleDyMFoam to pimpleFoam --- etc/templates/closedVolumeRotating/system/fvSolution | 4 ++-- etc/templates/inflowOutflowRotating/system/fvSolution | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/templates/closedVolumeRotating/system/fvSolution b/etc/templates/closedVolumeRotating/system/fvSolution index 936af3aad..298308d19 100644 --- a/etc/templates/closedVolumeRotating/system/fvSolution +++ b/etc/templates/closedVolumeRotating/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "(p|pcorr)" { solver GAMG; smoother GaussSeidel; @@ -32,7 +32,7 @@ solvers relTol 0.1; } - pFinal + "(p|pcorr)Final" { $p; relTol 0; diff --git a/etc/templates/inflowOutflowRotating/system/fvSolution b/etc/templates/inflowOutflowRotating/system/fvSolution index 936af3aad..298308d19 100644 --- a/etc/templates/inflowOutflowRotating/system/fvSolution +++ b/etc/templates/inflowOutflowRotating/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "(p|pcorr)" { solver GAMG; smoother GaussSeidel; @@ -32,7 +32,7 @@ solvers relTol 0.1; } - pFinal + "(p|pcorr)Final" { $p; relTol 0;