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;