CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Bugs

interDyMFoam Make/options file

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 19, 2009, 09:56
Default interDyMFoam Make/options file
  #1
Senior Member
 
santos's Avatar
 
Jose Luis Santos
Join Date: Mar 2009
Location: Portugal
Posts: 215
Rep Power: 18
santos is on a distinguished road
Send a message via Skype™ to santos
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
santos is offline   Reply With Quote

Old   November 20, 2009, 02:10
Default
  #2
Member
 
Michael Wild
Join Date: Mar 2009
Location: Bern, Switzerland
Posts: 79
Rep Power: 17
mwild is on a distinguished road
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...
mwild is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh gschaider OpenFOAM Community Contributions 300 October 29, 2014 18:00
Changing the grid on the same set-up Katya FLUENT 7 October 8, 2009 16:31
Compilation errors in ThirdPartymallochoard feng_w OpenFOAM Installation 1 January 25, 2009 06:59
ParaView Compilation jakaranda OpenFOAM Installation 3 October 27, 2008 11:46
FoamToVTK and MayaVi alexandrepereira OpenFOAM Post-Processing 57 August 11, 2008 04:15


All times are GMT -4. The time now is 05:29.