Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Allwmake with Openfoam 6.x appears to fail #5

Closed
groundbeefshake opened this issue Dec 7, 2018 · 2 comments
Closed

Running Allwmake with Openfoam 6.x appears to fail #5

groundbeefshake opened this issue Dec 7, 2018 · 2 comments

Comments

@groundbeefshake
Copy link

Running Allwmake with Openfoam 6 fails. It appears as if a class referenced isn't available.

constitutiveEqs/otherModels/ML-IKH/ML_IKH.C:255:41: error: ‘const Mesh {aka const class Foam::fvMesh}’ has no member named ‘solver’ lambdaIEqn.solve(phi().mesh().solver("lambdaI")); ^~~~~ make: *** [Make/linux64GccDPInt32Opt/constitutiveEqs/otherModels/ML-IKH/ML_IKH.o] Error 1

Prior to that point, all appears to move forward as it should. Suggestions on proceeding or is this a bug?

@fppimenta
Copy link
Owner

Are you using the official release of OpenFOAM v6 (from 10th July 2018, build 6-e05f780ebc87), or are you trying it with latest OpenFOAM-dev release? Compilation has only been tested, and passed, with OpenFOAM v6, but not for OpenFOAM-dev. Due to OpenFOAM-dev being an unstable, in-development, version, we do not test it.

@fppimenta fppimenta reopened this Dec 7, 2018
@groundbeefshake
Copy link
Author

Ah, you are right. Yes, I'm using the dev version due to an issue with qt and some other things on this system. I will try to rebuild my chain with the non-dev version and address those other issues. Thanks for your assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants