Hello, everyone!
I ran a 3D FSI simulation with openfoam-2012 and solids4foam. I wanted to map data using nearest-projection. But the fluid showed an error, which the fluid’s log file showed that it cannot read the preciceDict file.
Here are the log files for fluids and solids:
fluid.log (4.2 KB)
solid.log (3.3 KB)
Here are the configuration files for fluid-structure coupling:
precice-config——2.xml (2.5 KB)
fluid_preciceDict.txt (487 Bytes)
solid_preciceDict.txt (694 Bytes)
Can you help me see where the problem is?
Any advise would be helpful!Thank you very much!
Where do you get this information from? I see nothing like this in fluid.log
.
I got it on a supercomputer platform.
I guess you saw the error on the screen, but not in the log message.
You can run again and redirect the error stream to the same log file:
./mycode.sh > logfile.log 2>&1