edcSMOKE
edcSMOKE copied to clipboard
error compiling edcSimpleSMOKE
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
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...
Could you please tell me what you have changed? I'm stuck here with the same error message.
Thanks in advance!
Hi, I too am stuck with the installation of edcSimpleFoam with the same error message. Please help
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