From 1c58abec87ad0251ece3266f83802f1fad32d1d6 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 2 Jun 2015 09:08:59 +0100 Subject: [PATCH] dnsFoam: Use PISO controls read from fvSolution Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1727 --- applications/solvers/DNS/dnsFoam/dnsFoam.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/solvers/DNS/dnsFoam/dnsFoam.C b/applications/solvers/DNS/dnsFoam/dnsFoam.C index 865af561..5d6c1dcb 100644 --- a/applications/solvers/DNS/dnsFoam/dnsFoam.C +++ b/applications/solvers/DNS/dnsFoam/dnsFoam.C @@ -83,7 +83,7 @@ int main(int argc, char *argv[]) // --- PISO loop - for (int corr=1; corr<=1; corr++) + for (int corr=0; corr