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

Undefined variables: parcels and surfaceFilm #9

Open
pshar15 opened this issue Sep 20, 2017 · 2 comments
Open

Undefined variables: parcels and surfaceFilm #9

pshar15 opened this issue Sep 20, 2017 · 2 comments

Comments

@pshar15
Copy link

pshar15 commented Sep 20, 2017

Prof Cuoci,

There is a problem when I tried to compile "solver/laminarBuoyantPimpleSMOKE" according to the README.md in section 4, I got errors regarding undefined variables:

parcels
and
surfaceFilm

I thought maybe this is a bug/problem from the original git source repository, I commented the lines 75-76 regarding the two variable "parcels" and "surfaceFilm" in the file /home/pawans76/newver/laminarSMOKE/solvers/laminarBuoyantPimpleSMOKE/pEqn.22.H
[pawans76@mike5 laminarBuoyantPimpleSMOKE]$ pwd
/home/pawans76/newver/laminarSMOKE/solvers/laminarBuoyantPimpleSMOKE
[pawans76@mike5 laminarBuoyantPimpleSMOKE]$ diff pEqn.22.H pEqn.22.H.orig 75,78c75,77
< // parcels.Srho()
< // + surfaceFilm.Srho()
< // + fvOptions(psi, p_rgh, rho.name())
< fvOptions(psi, p_rgh, rho.name())
--- (in place of)

    parcels.Srho()
  + surfaceFilm.Srho()
  + fvOptions(psi, p_rgh, rho.name())

The above changes allow the solver laminarBuoyantPimpleSMOKE to compile.

Is this a bug?

@aligroup2
Copy link

aligroup2 commented Sep 25, 2017

Hi
I want to compile the code with sundials package but i got declaration extern error.
Did you try to compile the code with sundialas package ever?
Best regards

@pshar15
Copy link
Author

pshar15 commented Oct 9, 2017

Hi,
I didn't use the Sundials package to compile the code.

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