mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
fix some typos
This commit is contained in:
@ -25,7 +25,7 @@ License
|
|||||||
along with CFDEMcoupling. If not, see <http://www.gnu.org/licenses/>.
|
along with CFDEMcoupling. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Application
|
Application
|
||||||
cfdemSolverPiso
|
cfdemSolverPisoScalar
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for incompressible flow.
|
Transient solver for incompressible flow.
|
||||||
|
|||||||
@ -137,7 +137,7 @@ void GaussVoidFraction::setvoidFraction(double** const& mask,double**& voidfract
|
|||||||
if (hashSetLength > maxCellsPerParticle_)
|
if (hashSetLength > maxCellsPerParticle_)
|
||||||
{
|
{
|
||||||
FatalError<< "big particle algo found more cells ("<< hashSetLength
|
FatalError<< "big particle algo found more cells ("<< hashSetLength
|
||||||
<<") than storage is prepered ("<<maxCellsPerParticle_<<")" << abort(FatalError);
|
<<") than storage is prepared ("<<maxCellsPerParticle_<<")" << abort(FatalError);
|
||||||
}
|
}
|
||||||
else if (hashSetLength > 0)
|
else if (hashSetLength > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -132,7 +132,7 @@ void bigParticleVoidFraction::setvoidFraction(double** const& mask,double**& voi
|
|||||||
if (hashSetLength > maxCellsPerParticle_)
|
if (hashSetLength > maxCellsPerParticle_)
|
||||||
{
|
{
|
||||||
FatalError<< "big particle algo found more cells ("<< hashSetLength
|
FatalError<< "big particle algo found more cells ("<< hashSetLength
|
||||||
<<") than storage is prepered ("<<maxCellsPerParticle_<<")" << abort(FatalError);
|
<<") than storage is prepared ("<<maxCellsPerParticle_<<")" << abort(FatalError);
|
||||||
}
|
}
|
||||||
else if (hashSetLength > 0)
|
else if (hashSetLength > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user