edcSMOKE icon indicating copy to clipboard operation
edcSMOKE copied to clipboard

error compiling edcSimpleSMOKE

Open GontzalLopez opened this issue 4 years ago • 4 comments

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 avatar Nov 05 '20 12:11 GontzalLopez

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...

GontzalLopez avatar Nov 05 '20 20:11 GontzalLopez

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

Thanks in advance!

Gitzzly avatar Mar 22 '22 14:03 Gitzzly

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

santelima avatar Nov 26 '22 22:11 santelima

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

srinu010896 avatar Aug 07 '23 11:08 srinu010896