- #1
member 428835
Hi PF!
I recently installed the computational fluid dynamics software oomph-lib, which is similar to OpenFOAM. After installing, I'm trying to run a tutorial provided with the program, described here. I think all I need to do it run the .cc file here, so I type into the terminal
>> gcc elastic_two_layer_interface.cc
and I receive the output "No such file or directory #include "generic.h"". Can you tell if this is all I need to execute, or is there something more I should be doing? Any help is greatly appreciated.
I recently installed the computational fluid dynamics software oomph-lib, which is similar to OpenFOAM. After installing, I'm trying to run a tutorial provided with the program, described here. I think all I need to do it run the .cc file here, so I type into the terminal
>> gcc elastic_two_layer_interface.cc
and I receive the output "No such file or directory #include "generic.h"". Can you tell if this is all I need to execute, or is there something more I should be doing? Any help is greatly appreciated.