COMP: reduced the amount of included code in MPPIC submodels

This commit is contained in:
william
2014-06-03 11:54:57 +01:00
committed by Andrew Heather
parent 2123632db2
commit 96068f6d41
6 changed files with 17 additions and 9 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -29,7 +29,7 @@ License
// * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * //
template<class Type>
Foam::autoPtr<labelList> Foam::AveragingMethods::Dual<Type>::size
Foam::autoPtr<Foam::labelList> Foam::AveragingMethods::Dual<Type>::size
(
const fvMesh& mesh
)

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -23,7 +23,8 @@ License
\*---------------------------------------------------------------------------*/
#include "fvCFD.H"
#include "Field.H"
#include "fvcGrad.H"
#include "polyMeshTetDecomposition.H"
#include "Basic.H"

View File

@ -35,7 +35,7 @@ SourceFiles
#ifndef CorrectionLimitingMethod_H
#define CorrectionLimitingMethod_H
#include "fvCFD.H"
#include "volFieldsFwd.H"
#include "dictionary.H"
#include "runTimeSelectionTables.H"

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -25,6 +25,10 @@ License
#include "Implicit.H"
#include "fixedValueFvsPatchField.H"
#include "fvmDdt.H"
#include "fvmDiv.H"
#include "fvmLaplacian.H"
#include "fvcReconstruct.H"
#include "volPointInterpolation.H"
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -35,7 +35,8 @@ SourceFiles
#ifndef ParticleStressModel_H
#define ParticleStressModel_H
#include "fvCFD.H"
#include "Field.H"
#include "FieldField.H"
#include "dictionary.H"
#include "runTimeSelectionTables.H"

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -35,7 +35,9 @@ SourceFiles
#ifndef TimeScaleModel_H
#define TimeScaleModel_H
#include "fvCFD.H"
#include "constants.H"
#include "Field.H"
#include "FieldField.H"
#include "dictionary.H"
#include "runTimeSelectionTables.H"