|
[Sponsors] |
February 8, 2021, 22:40 |
Head file could no be found: fatal error
|
#1 |
New Member
Join Date: May 2020
Posts: 8
Rep Power: 6 |
I compiled a solver. In this solver, I included a head file named "my turbulentTransportModel". But it told me that I had a fatal error:myincompressible/transportModel/transportModel.H: No such file or directory
The code was: #include "fvCFD.H" #include "singlePhaseTransportModel.H" #include "/home/cbq/run/rans-uncertainty-master/sdd-rans/TurbulenceModels/myincompressible/myturbulentTransportModels/myturbulentTransportModel.H" //this is the error code #include "simpleControl.H" #include "fvOptions.H" #include "myIncompressibleTurbulenceModel.H" "myturblenceTransportModel.H" is stored in location "/home/cbq/run/rans-uncertainty-master/sdd-rans/TurbulenceModels/myincompressible/myturbulentTransportModels" Why it could not be found? Could anyone help me ? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using PengRobinsonGas EoS with sprayFoam | Jabo | OpenFOAM Running, Solving & CFD | 36 | July 16, 2024 04:52 |
[swak4Foam] funkyDoCalc with OF2.3 massflow | NiFl | OpenFOAM Community Contributions | 14 | November 25, 2020 04:30 |
problem during mpi in server: expected Scalar, found on line 0 the word 'nan' | muth | OpenFOAM Running, Solving & CFD | 3 | August 27, 2018 05:18 |
polynomial BC | srv537 | OpenFOAM Pre-Processing | 4 | December 3, 2016 10:07 |
[OpenFOAM] Annoying issue of automatic "Rescale to Data Range " with paraFoam/paraview 3.12 | keepfit | ParaView | 60 | September 18, 2013 04:23 |