interPhaseChangeFoam: Merged with interPhaseChangeDyMFoam

interPhaseChangeFoam can now run with static or dynamic meshes selected in the
constant/dynamicMeshDict dictionary.
This commit is contained in:
Henry Weller
2018-07-04 09:43:52 +01:00
parent ec87585127
commit 42cafa62b8
53 changed files with 189 additions and 387 deletions

View File

@ -32,7 +32,7 @@ writeInterval 0.001;
purgeWrite 0;
writeFormat ascii;
writeFormat binary;
writePrecision 6;
@ -45,6 +45,6 @@ runTimeModifiable yes;
adjustTimeStep on;
maxCo 5;
maxAlphaCo 2;
// ************************************************************************* //

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application interPhaseChangeDyMFoam;
application interPhaseChangeFoam;
startFrom startTime;