mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
corrected error message
This commit is contained in:
@ -214,8 +214,8 @@ LRR::LRR
|
||||
FatalErrorIn
|
||||
(
|
||||
"LRR::LRR"
|
||||
"(const volVectorField& U, const surfaceScalarField& phi,"
|
||||
"incompressibleTransportModel& lamTransportModel)"
|
||||
"( const volScalarField&, const volVectorField&"
|
||||
", const surfaceScalarField&, incompressibleTransportModel&)"
|
||||
) << "couplingFactor = " << couplingFactor_
|
||||
<< " is not in range 0 - 1" << nl
|
||||
<< exit(FatalError);
|
||||
|
||||
@ -236,8 +236,8 @@ LaunderGibsonRSTM::LaunderGibsonRSTM
|
||||
FatalErrorIn
|
||||
(
|
||||
"LaunderGibsonRSTM::LaunderGibsonRSTM"
|
||||
"(const volVectorField& U, const surfaceScalarField& phi,"
|
||||
"incompressibleTransportModel& lamTransportModel)"
|
||||
"(const volScalarField&, const volVectorField&"
|
||||
", const surfaceScalarField&, basicThermo&)"
|
||||
) << "couplingFactor = " << couplingFactor_
|
||||
<< " is not in range 0 - 1" << nl
|
||||
<< exit(FatalError);
|
||||
|
||||
@ -74,8 +74,8 @@ autoPtr<RASModel> RASModel::New
|
||||
{
|
||||
FatalErrorIn
|
||||
(
|
||||
"RASModel::New(const volScalarField& rho, "
|
||||
"const volVectorField& U, const surfaceScalarField& phi, "
|
||||
"RASModel::New(const volScalarField&, "
|
||||
"const volVectorField&, const surfaceScalarField&, "
|
||||
"basicThermo&)"
|
||||
) << "Unknown RASModel type " << RASModelTypeName
|
||||
<< endl << endl
|
||||
|
||||
Reference in New Issue
Block a user