v2f: separate instantiation of v2fBase from fWallFunction

This commit is contained in:
Henry
2015-01-25 22:31:14 +00:00
parent d9e4918cda
commit 3e4a059e7d
3 changed files with 42 additions and 3 deletions

View File

@ -1,5 +1,5 @@
turbulenceModel.C
RAS/v2f/v2fBase.C
LESdelta = LES/LESdeltas

View File

@ -0,0 +1,41 @@
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
OpenFOAM is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/
#include "v2f.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
namespace RASModels
{
defineTypeNameAndDebug(v2fBase, 0);
} // End namespace RASModels
} // End namespace Foam
// ************************************************************************* //

View File

@ -37,8 +37,6 @@ namespace Foam
namespace RASModels
{
defineTypeNameAndDebug(v2fBase, 0);
// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
void fWallFunctionFvPatchScalarField::checkType()