CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Bugs (https://www.cfd-online.com/Forums/openfoam-bugs/)
-   -   interDyMFoam Make/options file (https://www.cfd-online.com/Forums/openfoam-bugs/70288-interdymfoam-make-options-file.html)

santos November 19, 2009 09:56

interDyMFoam Make/options file
 
Hello,

While trying to make some modifications in the interDyMFoam solver in my user applications folder, I noticed that the Make/options file contains a hard-linked path:
Code:

EXE_INC = \
    -I../interFoam \

I solved it by replacing it with:
Code:

EXE_INC = \
    -I$(FOAM_SOLVERS)/multiphase/interFoam \

Regards,
Jose Santos

mwild November 20, 2009 02:10

There are quite a few of those:

Code:

$ cd $WM_PROJECT_DIR/applications
$ grep -l -e '-I[[:space:]]*\.\./' **/Make/options
solvers/combustion/coldEngineFoam/Make/options
solvers/combustion/dieselEngineFoam/Make/options
solvers/combustion/dieselFoam/Make/options
solvers/combustion/engineFoam/Make/options
solvers/combustion/fireFoam/combustionModels/Make/options
solvers/combustion/fireFoam/sensibleEnthalpyCombustionThermophysicalModels/reactionThermo/Make/options
solvers/combustion/reactingFoam/Make/options
solvers/combustion/rhoReactingFoam/Make/options
solvers/compressible/sonicDyMFoam/Make/options
solvers/heatTransfer/buoyantBoussinesqPisoFoam/Make/options
solvers/heatTransfer/buoyantSimpleRadiationFoam/Make/options
solvers/incompressible/porousSimpleFoam/Make/options
solvers/multiphase/interDyMFoam/Make/options
solvers/multiphase/multiphaseInterFoam/Make/options
solvers/multiphase/twoPhaseEulerFoam/Make/options
solvers/multiphase/twoPhaseEulerFoam/interfacialModels/Make/options
solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/Make/options
solvers/stressAnalysis/solidEquilibriumDisplacementFoam/Make/options
utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/Make/options
utilities/postProcessing/graphics/PVFoamReader/vtkFoam/Make/options

However, I don't think this is really a bug. If you're going to modify the solver, you'll have to adapt these files anyways...


All times are GMT -4. The time now is 04:57.