alphaEqnsSubCycle: Corrected dimensions of rhoPhiSum

This commit is contained in:
Henry
2013-09-12 23:49:44 +01:00
parent 4f2b3e4cba
commit a1a427f875
6 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@
mesh mesh
), ),
mesh, mesh,
dimensionedScalar("0", dimDensity, 0) dimensionedScalar("0", rhoPhi.dimensions(), 0)
); );
for for

View File

@ -12,7 +12,7 @@ if (nAlphaSubCycles > 1)
mesh mesh
), ),
mesh, mesh,
dimensionedScalar("0", dimDensity, 0) dimensionedScalar("0", rhoPhi.dimensions(), 0)
); );
for for

View File

@ -12,7 +12,7 @@ if (nAlphaSubCycles > 1)
mesh mesh
), ),
mesh, mesh,
dimensionedScalar("0", dimDensity, 0) dimensionedScalar("0", rhoPhi.dimensions(), 0)
); );
for for

View File

@ -12,7 +12,7 @@ if (nAlphaSubCycles > 1)
mesh mesh
), ),
mesh, mesh,
dimensionedScalar("0", dimDensity, 0) dimensionedScalar("0", rhoPhi.dimensions(), 0)
); );
for for

View File

@ -322,7 +322,7 @@ void Foam::multiphaseMixture::solve()
mesh_ mesh_
), ),
mesh_, mesh_,
dimensionedScalar("0", dimDensity, 0) dimensionedScalar("0", rhoPhi_.dimensions(), 0)
); );
dimensionedScalar totalDeltaT = runTime.deltaT(); dimensionedScalar totalDeltaT = runTime.deltaT();

View File

@ -12,7 +12,7 @@ if (nAlphaSubCycles > 1)
mesh mesh
), ),
mesh, mesh,
dimensionedScalar("0", dimDensity, 0) dimensionedScalar("0", rhoPhi.dimensions(), 0)
); );
for for