CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   [OF v5, 6,dev] chtMultiRegionFoam query @ Make/options entry (https://www.cfd-online.com/Forums/openfoam-programming-development/217332-v5-6-dev-chtmultiregionfoam-query-make-options-entry.html)

deepbandivadekar May 8, 2019 12:02

[OF v5, 6,dev] chtMultiRegionFoam query @ Make/options entry
 
Hello,


I noticed that in the solver chtMultiRegionFoam the Make/options file includes following lines but the folders do not exist.

Code:

EXE_INC = \
    -I. \
    -I./fluid \
    -I./solid \
    -I./porousFluid \
    -I./porousSolid \

...

I tried to recompile the solver in USER_APPBIN with some garbage names and the compilation did not complain. These names appear only for this solver and none other (not even chtMultiRegionSimpleFoam). This makes me think these additional names of folders which do not exist (yet), are some intended features which have not yet been included in the solver.

Am I correct in assuming this? Does anyone know anything about it?


Thanks


All times are GMT -4. The time now is 09:06.