Resolved problems with Clang compilation
This commit is contained in:
@ -84,9 +84,6 @@ class fluidSolver
|
|||||||
//- Current maximum Courant number
|
//- Current maximum Courant number
|
||||||
scalar CoNum;
|
scalar CoNum;
|
||||||
|
|
||||||
//- Current mean Courant number
|
|
||||||
scalar meanCoNum;
|
|
||||||
|
|
||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
|
|||||||
@ -26,6 +26,7 @@ License
|
|||||||
#include "SurfaceFilmModel.H"
|
#include "SurfaceFilmModel.H"
|
||||||
#include "UPtrList.H"
|
#include "UPtrList.H"
|
||||||
#include "surfaceFilm.H"
|
#include "surfaceFilm.H"
|
||||||
|
#include "surfaceFields.H"
|
||||||
#include "mathematicalConstants.H"
|
#include "mathematicalConstants.H"
|
||||||
|
|
||||||
using namespace Foam::constant;
|
using namespace Foam::constant;
|
||||||
|
|||||||
Reference in New Issue
Block a user