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

error compiling edcSimpleSMOKE #2

Open
GontzalLopez opened this issue Nov 5, 2020 · 4 comments
Open

error compiling edcSimpleSMOKE #2

GontzalLopez opened this issue Nov 5, 2020 · 4 comments

Comments

@GontzalLopez
Copy link

Hi Alberto, Im trying to compile edcSMOKE with the mybashrc.minimalist version in Openfoam v6 but the attatched errors appear when compiling the first edcSimpleSMOKE solver.

I hope you can help me

Regards
Capture

@GontzalLopez
Copy link
Author

GontzalLopez commented Nov 5, 2020

Hi,

I think that its already fixed for the steady solver, but similar errors still appear when compiling the unsteady solver. I had laminarSMOKE already compiled, so I've compared such directory with OpenSMOKEpp4edcSMOKE realizing that the main files are almost identical. So I've copied the math/native-nls-solvers (not present in laminarSmoke, I would say that this is the main difference...) to the OpenSMOKEpp4laminarSMOKE/math directory and modified the edcSimpleSMOKE/Make file, substituting OpenSMOKEpp4edcSMOKE->OpenSMOKEpp4laminarSMOKE. Finally I've copied the whole directory OpenSMOKEpp4laminarSMOKE to edcSMOKE-master/solver. The tutorial cases run fine for the steady solver.

This works for the steady solver, now I don't know what happens with the unsteady...

@Gitzzly
Copy link

Gitzzly commented Mar 22, 2022

Could you please tell me what you have changed? I'm stuck here with the same error message.

Thanks in advance!

@santelima
Copy link

Hi, I too am stuck with the installation of edcSimpleFoam with the same error message. Please help

@srinu010896
Copy link

Hai,

I am trying to compile edcSimpleSmoke with the mybashrc.minimalist version in OpenFoam v7 but the below errors appear when compiling the code.

skd@skd:~/OpenFOAM/skd-7/edcSMOKE-master/solver/edcSimpleSMOKE$ wmake
wmakeLnIncludeAll: running wmakeLnInclude on dependent libraries:
wmakeLnInclude error: base directory /opt/openfoam7/src/turbulenceModels/LES/LESdeltas/ does not exist
wmakeLnInclude error: base directory /opt/openfoam7/src/turbulenceModels/compressible/RAS/RASModel/ does not exist
wmakeLnInclude error: base directory /opt/openfoam7/src/thermophysicalModels/radiation/ does not exist
wmakeLnInclude error: base directory /opt/openfoam7/src/thermophysicalModels/radiationModels/ does not exist
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -Wno-attributes -O3 -DNoRepository -ftemplate-depth-100 -w -I../edcModel -I../openSMOKEpp4edcSMOKE -I/include -I -I -I/include -I/include -I/ -I/opt/openfoam7/src/finiteVolume/lnInclude -I/opt/openfoam7/src/fvOptions/lnInclude -I/opt/openfoam7/src/meshTools/lnInclude -I/opt/openfoam7/src/sampling/lnInclude -I/opt/openfoam7/src/turbulenceModels/compressible/turbulenceModel -I/opt/openfoam7/src/turbulenceModels/compressible/turbulenceModel -I/opt/openfoam7/src/turbulenceModels/LES/LESdeltas/lnInclude -I/opt/openfoam7/src/turbulenceModels/compressible/RAS/RASModel/lnInclude -I/opt/openfoam7/src/TurbulenceModels/turbulenceModels/lnInclude -I/opt/openfoam7/src/TurbulenceModels/compressible/lnInclude -I/opt/openfoam7/src/thermophysicalModels/specie/lnInclude -I/opt/openfoam7/src/thermophysicalModels/reactionThermo/lnInclude -I/opt/openfoam7/src/thermophysicalModels/basic/lnInclude -I/opt/openfoam7/src/thermophysicalModels/chemistryModel/lnInclude -I/opt/openfoam7/src/transportModels/compressible/lnInclude -I/opt/openfoam7/src/ODE/lnInclude -I/opt/openfoam7/src/combustionModels/lnInclude -I/opt/openfoam7/src/thermophysicalModels/basic/lnInclude -I/opt/openfoam7/src/finiteVolume/cfdTools -I/opt/openfoam7/src/thermophysicalModels/radiation/lnInclude -I/opt/openfoam7/src/thermophysicalModels/radiationModels/lnInclude -I/opt/openfoam7/src/radiationModels/lnInclude -IlnInclude -I. -I/opt/openfoam7/src/OpenFOAM/lnInclude -I/opt/openfoam7/src/OSspecific/POSIX/lnInclude -fPIC -c edcSimpleSMOKE.C -o Make/linux64GccDPInt32Opt/edcSimpleSMOKE.o
edcSimpleSMOKE.C:88:10: fatal error: fvIOoptionList.H: No such file or directory
88 | #include "fvIOoptionList.H"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [/opt/openfoam7/wmake/rules/General/transform:26: Make/linux64GccDPInt32Opt/edcSimpleSMOKE.o] Error 1

Hoping for your kind reply.

Thanks in advance

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

4 participants