Fix tutorial: Fix system/controlDict: application parameter. So the default Allrun script can activate the right solver
This commit is contained in:
parent
1c1da70dea
commit
8a588102bd
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ FoamFile
|
|||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
application interFoam;
|
||||
application multiphaseInterFoam;
|
||||
|
||||
startFrom latestTime;
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ FoamFile
|
|||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
application interFoam;
|
||||
application multiphaseInterFoam;
|
||||
|
||||
startFrom latestTime;
|
||||
|
||||
|
|
Reference in a new issue