|
[Sponsors] |
June 19, 2021, 20:10 |
cannot open fvCFD.H file
|
#1 |
New Member
ON
Join Date: Jun 2021
Posts: 6
Rep Power: 5 |
Hi foamers,
I am new to OpenFoam. I am reading source codes of pisoFoam.C to learn how it works, which has #include "fvCFD.H". FvCFD.H file is in OpenFOAM-8\src\finiteVolume\lnInclude folder, but I found that I could not open it to see. So what was wrong? Any suggestion to help understand what happend? Thank you! |
|
June 20, 2021, 13:38 |
|
#2 |
Senior Member
|
Not sure what is valuable input here.
However, one way to proceed is to: 1/ go to the OpenFoam source directory using e.g. the "src" bash command 2/ use find to find the file using e.g. find . -name fvCFD.H 3/ open the file using your favorite editor using e.g. more ./finiteVolume/lnInclude/fvCFD.H Alternatively, you should be able to view the file on Github. |
|
June 21, 2021, 00:47 |
|
#3 |
New Member
ON
Join Date: Jun 2021
Posts: 6
Rep Power: 5 |
I use notepad++ editor to open fvCFD.H, but failed. But it can open other .H files and .C files, like icoFoam.C. Only .H files and .C files in some folders I cannot open.
I dont know the reason. |
|
June 21, 2021, 05:54 |
|
#4 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,236
Rep Power: 29 |
From which OS are you trying to open the files? Linux or Windows?
the lnInclude directories only contain links (ln) and windows does not deal very well with these links so you cannot open it. If you use the "find" command suggested by Domenico you will see the original fvCFD.H file is located here: Code:
src/finiteVolume/cfdTools/general/include/fvCFD.H Yann |
|
Tags |
source code |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] Tabulated thermophysicalProperties library | chriss85 | OpenFOAM Community Contributions | 62 | October 2, 2022 04:50 |
[OpenFOAM.org] Error creating ParaView-4.1.0 OpenFOAM 2.3.0 | tlcoons | OpenFOAM Installation | 13 | April 20, 2016 18:34 |
[OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch | gschaider | OpenFOAM Installation | 225 | August 25, 2015 20:43 |
Trouble compiling utilities using source-built OpenFOAM | Artur | OpenFOAM Programming & Development | 14 | October 29, 2013 11:59 |
"parabolicVelocity" in OpenFoam 2.1.0 ? | sawyer86 | OpenFOAM Running, Solving & CFD | 21 | February 7, 2012 12:44 |