CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   solver "rhoSteadyStateCentralFoam": compilation problem (https://www.cfd-online.com/Forums/openfoam-programming-development/182103-solver-rhosteadystatecentralfoam-compilation-problem.html)

harsha_kulkarni December 31, 2016 07:23

solver "rhoSteadyStateCentralFoam": compilation problem
 
Hello friends
I am compiling a solver rhoSteadyStateCentralFoam in which I get following error

basicPsiThermo.H:93:24: error: ‘psi’ was not declared in this scope
return psi.p_*psi();
In file included from rhoSteadyStateCentralFoam.C:47:0:
createFields.H: In function ‘int main(int, char**)’:
createFields.H:10:28: error: ‘class Foam::basicPsiThermo’ has no member named ‘e’
volScalarField& e = thermo.e();
^
createFields.H:12:36: error: ‘class Foam::basicPsiThermo’ has no member named ‘psi’
const volScalarField& psi = thermo.psi();
^
createFields.H:13:35: error: ‘class Foam::basicPsiThermo’ has no member named ‘mu’
const volScalarField& mu = thermo.mu();
^
In file included from rhoSteadyStateCentralFoam.C:47:0:
createFields.H:112:5: error: no matching function for call to ‘Foam::compressible::turbulenceModel::New(Foam::vo lScalarField&, Foam::volVectorField&, Foam::surfaceScalarField&, Foam::basicPsiThermo&)’
)


All times are GMT -4. The time now is 13:24.