multiphase: Update phase-naming to use the new convention e.g. alpha.water

This commit is contained in:
Henry
2013-08-13 23:21:46 +01:00
parent 208f63027d
commit 2780df8365
177 changed files with 313 additions and 622 deletions

View File

@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
object alpha1;
object alpha.fuel;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -15,14 +15,9 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
twoPhase
{
transportModel twoPhase;
phase1 phase1;
phase2 phase2;
}
phases (fuel air);
phase1
fuel
{
transportModel Newtonian;
nu nu [ 0 2 -1 0 0 0 0 ] 5.952e-06;
@ -44,7 +39,7 @@ phase1
}
}
phase2
air
{
transportModel Newtonian;
nu nu [ 0 2 -1 0 0 0 0 ] 8.5e-07;

View File

@ -17,7 +17,7 @@ FoamFile
solvers
{
alpha1
alpha.fuel
{
nAlphaCorr 1;
nAlphaSubCycles 4;