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/>.
|
||||
|
||||
Application
|
||||
cfdemSolverPiso
|
||||
cfdemSolverPisoScalar
|
||||
|
||||
Description
|
||||
Transient solver for incompressible flow.
|
||||
|
||||
@ -137,7 +137,7 @@ void GaussVoidFraction::setvoidFraction(double** const& mask,double**& voidfract
|
||||
if (hashSetLength > maxCellsPerParticle_)
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
||||
@ -132,7 +132,7 @@ void bigParticleVoidFraction::setvoidFraction(double** const& mask,double**& voi
|
||||
if (hashSetLength > maxCellsPerParticle_)
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user