|
[Sponsors] |
January 22, 2020, 08:41 |
New solver errors, wmake
|
#1 |
Member
Alex
Join Date: May 2019
Posts: 36
Rep Power: 7 |
I am trying to create a new solver to analyse the Nusselt number along a vertical wall. I get the following errors after I input the cmmand "wmake".
Do you know how could I solve it? Code:
federico@federico-ZenBook-Pro-15-UX550GE-UX550GE:~/OpenFOAM/OpenFOAM-4.x/applications/solvers/heatTransfer/buoyantBoussinesqPimpleFoamNu$ wmake /home/federico/OpenFOAM/OpenFOAM-4.x/applications/solvers/heatTransfer/buoyantBoussinesqPimpleFoamNu Making dependency list for source file buoyantBoussinesqPimpleFoamNu.C could not open file fvCFD.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file volFieldsFwd.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file surfaceFieldsFwd.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file turbulentTransportModel.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file radiationModel.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file fvOptions.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file pimpleControl.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file wallFvPatch.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file fvPatch.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file createControl.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file createPhi.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file readTransportProperties.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file readGravitationalAcceleration.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file readhRef.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file gh.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file createMRF.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file createIncompressibleRadiationModel.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file createFvOptions.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file createTimeControls.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file CourantNo.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file setInitialDeltaT.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file initContinuityErrs.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file readTimeControls.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file setDeltaT.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory could not open file continuityErrs.H for source file buoyantBoussinesqPimpleFoamNu.C due to No such file or directory g++ -std=c++0x -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 -O3 -DNoRepository -ftemplate-depth-100 -I. -I../buoyantBoussinesqSimpleFoamNu -I/home/federico/OpenFOAM/OpenFOAM-4.x/src/TurbulenceModels/turbulenceModels/lnInclude -I/home/federico/OpenFOAM/OpenFOAM-4.x/src/TurbulenceModels/incompressible/lnInclude -I/home/federico/OpenFOAM/OpenFOAM-4.x/src/transportModels -I/home/federico/OpenFOAM/OpenFOAM-4.x/src/transportModels/incompressible/singlePhaseTransportModel -I/home/federico/OpenFOAM/OpenFOAM-4.x/src/thermophysicalModels/radiation/lnInclude -I/home/federico/OpenFOAM/OpenFOAM-4.x/src/sampling/lnInclude -I/home/federico/OpenFOAM/OpenFOAM-4.x/src/meshTools/lnInclude -I/home/federico/OpenFOAM/OpenFOAM-4.x/src/finiteVolume/lnInclude -IlnInclude -I. -I/home/federico/OpenFOAM/OpenFOAM-4.x/src/OpenFOAM/lnInclude -I/home/federico/OpenFOAM/OpenFOAM-4.x/src/OSspecific/POSIX/lnInclude -fPIC -c buoyantBoussinesqPimpleFoamNu.C -o /home/federico/OpenFOAM/OpenFOAM-4.x/platforms/linux64GccDPInt32Opt/applications/solvers/heatTransfer/buoyantBoussinesqPimpleFoamNu/buoyantBoussinesqPimpleFoamNu.o buoyantBoussinesqPimpleFoamNu.C:48:10: fatal error: fvCFD.H: No such file or directory #include "fvCFD.H" ^~~~~~~~~ compilation terminated. make: *** [/home/federico/OpenFOAM/OpenFOAM-4.x/wmake/rules/General/transform:8: /home/federico/OpenFOAM/OpenFOAM-4.x/platforms/linux64GccDPInt32Opt/applications/solvers/heatTransfer/buoyantBoussinesqPimpleFoamNu/buoyantBoussinesqPimpleFoamNu.o] Error 1 |
|
January 22, 2020, 11:17 |
|
#2 |
Member
Alex
Join Date: May 2019
Posts: 36
Rep Power: 7 |
Any help please? I really need it
|
|
January 23, 2020, 02:05 |
|
#3 |
Senior Member
Yogesh Bapat
Join Date: Oct 2010
Posts: 102
Rep Power: 16 |
Use proper Make/options file. You can check Make/options file for similar solver.
|
|
January 23, 2020, 08:44 |
Thanks
|
#4 |
Member
Alex
Join Date: May 2019
Posts: 36
Rep Power: 7 |
Thanks for the answer, I copied the options file from buoyantBoussinesqPimpleFoam. I even created a dummy solver as an attempt, copying the same folder of buoyantBoussinesqPimpleFoam and just changing the name of the solver, but I have the same errors when I type wmake
|
|
January 24, 2020, 07:43 |
|
#5 |
Member
Eren
Join Date: Aug 2018
Posts: 86
Rep Power: 9 |
You need to change the line in make/files
Code:
EXE = $(FOAM_APPBIN)/XFoam to Code:
EXE = $(FOAM_USER_APPBIN)/XFoam |
|
Tags |
new solver, nusselt calculation, wmake error |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Two phase flow in porous medium | Milaad | OpenFOAM | 7 | July 1, 2024 06:08 |
pimpleDyMFoam computation randomly stops | babapeti | OpenFOAM Running, Solving & CFD | 5 | January 24, 2018 06:28 |
Star cd es-ice solver error | ernarasimman | STAR-CD | 2 | September 12, 2014 01:01 |
Regarding FoamX running Kindly help out | hariya03 | OpenFOAM Pre-Processing | 0 | April 18, 2008 05:26 |
IcoFoam parallel woes | msrinath80 | OpenFOAM Running, Solving & CFD | 9 | July 22, 2007 03:58 |