From 8a588102bd4033c71e2202c9dd40c80f7f97989f Mon Sep 17 00:00:00 2001 From: Martin Beaudoin Date: Wed, 13 Oct 2010 21:41:50 -0400 Subject: [PATCH] Fix tutorial: Fix system/controlDict: application parameter. So the default Allrun script can activate the right solver --- .../multiphaseInterFoam/damBreak4phase/system/controlDict | 2 +- .../multiphaseInterFoam/damBreak4phaseFine/system/controlDict | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/multiphase/multiphaseInterFoam/damBreak4phase/system/controlDict b/tutorials/multiphase/multiphaseInterFoam/damBreak4phase/system/controlDict index ac70ee93e..9ac8d93fb 100644 --- a/tutorials/multiphase/multiphaseInterFoam/damBreak4phase/system/controlDict +++ b/tutorials/multiphase/multiphaseInterFoam/damBreak4phase/system/controlDict @@ -14,7 +14,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -application interFoam; +application multiphaseInterFoam; startFrom latestTime; diff --git a/tutorials/multiphase/multiphaseInterFoam/damBreak4phaseFine/system/controlDict b/tutorials/multiphase/multiphaseInterFoam/damBreak4phaseFine/system/controlDict index ac70ee93e..9ac8d93fb 100644 --- a/tutorials/multiphase/multiphaseInterFoam/damBreak4phaseFine/system/controlDict +++ b/tutorials/multiphase/multiphaseInterFoam/damBreak4phaseFine/system/controlDict @@ -14,7 +14,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -application interFoam; +application multiphaseInterFoam; startFrom latestTime;