linearUpwind: Removed historical warning messages
This commit is contained in:
parent
852634047f
commit
6dda5c251f
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -111,16 +111,7 @@ public:
|
|||||||
mesh.gradScheme(gradSchemeName_)
|
mesh.gradScheme(gradSchemeName_)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
{
|
{}
|
||||||
if (!schemeData.eof())
|
|
||||||
{
|
|
||||||
IOWarningIn("linearUpwind(const fvMesh&, Istream&)", schemeData)
|
|
||||||
<< "unexpected additional entries in stream." << nl
|
|
||||||
<< " Only the name of the gradient scheme in the"
|
|
||||||
" 'gradSchemes' dictionary should be specified."
|
|
||||||
<< endl;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//- Construct from faceFlux and Istream
|
//- Construct from faceFlux and Istream
|
||||||
linearUpwind
|
linearUpwind
|
||||||
@ -140,21 +131,7 @@ public:
|
|||||||
mesh.gradScheme(gradSchemeName_)
|
mesh.gradScheme(gradSchemeName_)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
{
|
{}
|
||||||
|
|
||||||
if (!schemeData.eof())
|
|
||||||
{
|
|
||||||
IOWarningIn
|
|
||||||
(
|
|
||||||
"linearUpwind(const fvMesh&, "
|
|
||||||
"const surfaceScalarField& faceFlux, Istream&)",
|
|
||||||
schemeData
|
|
||||||
) << "unexpected additional entries in stream." << nl
|
|
||||||
<< " Only the name of the gradient scheme in the"
|
|
||||||
" 'gradSchemes' dictionary should be specified."
|
|
||||||
<< endl;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -110,19 +110,7 @@ public:
|
|||||||
mesh.gradScheme(gradSchemeName_)
|
mesh.gradScheme(gradSchemeName_)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
{
|
{}
|
||||||
if (!schemeData.eof())
|
|
||||||
{
|
|
||||||
IOWarningIn
|
|
||||||
(
|
|
||||||
"linearUpwindV(const fvMesh&, Istream&)",
|
|
||||||
schemeData
|
|
||||||
) << "unexpected additional entries in stream." << nl
|
|
||||||
<< " Only the name of the gradient scheme in the"
|
|
||||||
" 'gradSchemes' dictionary should be specified."
|
|
||||||
<< endl;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//- Construct from faceFlux and Istream
|
//- Construct from faceFlux and Istream
|
||||||
linearUpwindV
|
linearUpwindV
|
||||||
@ -142,20 +130,7 @@ public:
|
|||||||
mesh.gradScheme(gradSchemeName_)
|
mesh.gradScheme(gradSchemeName_)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
{
|
{}
|
||||||
if (!schemeData.eof())
|
|
||||||
{
|
|
||||||
IOWarningIn
|
|
||||||
(
|
|
||||||
"linearUpwindV(const fvMesh&, "
|
|
||||||
"const surfaceScalarField& faceFlux, Istream&)",
|
|
||||||
schemeData
|
|
||||||
) << "unexpected additional entries in stream." << nl
|
|
||||||
<< " Only the name of the gradient scheme in the"
|
|
||||||
" 'gradSchemes' dictionary should be specified."
|
|
||||||
<< endl;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
Loading…
Reference in New Issue
Block a user