CFD DEM compilation error

Submitted by pgupta1010 on Tue, 06/28/2016 - 19:04

Hi,

I got this compilation error when executing: cfdemCompCFDEM: I used additionalLibs_3.0.x for locating turbulence models
and my OpenFOAM version is OF 3.0.1.
Please help.

^
In file included from cfdemPostproc.C:61:0:
createFields.H: In function ‘int main(int, char**)’:
createFields.H:92:13: error: ‘incompressible’ was not declared in this scope
autoPtr turbulence
^
createFields.H:92:44: error: template argument 1 is invalid
autoPtr turbulence
^
createFields.H:93:5: error: invalid type in declaration before ‘(’ token
(
^
createFields.H:94:9: error: ‘incompressible’ is not a class or namespace
incompressible::turbulenceModel::New(U, phi, laminarTransport)
^
createFields.H:92:46: warning: unused variable ‘turbulence’ [-Wunused-variable]
autoPtr turbulence
^
make: *** [Make/linux64GccDPInt32Opt/cfdemPostproc.o] Error 1
waiting...
compilation done.

Kind regards
Prashant