Hi,
I have a couple of unrelated questions about the OpenFOAM adapter:
- I am trying to compile it for version 8 but I get the error messages listed here: Adapt KappaEffective to new transport/thermophysical model structure by MakisH · Pull Request #130 · precice/openfoam-adapter · GitHub
wmakeLnIncludeAll: running wmakeLnInclude on dependent libraries:
wmakeLnInclude error: base directory /opt/openfoam8/src/transportModels/incompressible/ does not exist
(and so on)
I am using the OpenFOAMdev branch. Is it the correct one? Is the adapter working for that version?
- I have noticed that if, for example, I have a time step \Delta t = 0.001 and a writeInterval of 0.01, in OF I have solution directories also for 0.009, 0.019… but only with (I think) mesh movement information, no fluid information is saved there. I believe that this happens only when precice is activated. Is this required by precice or did I make some mistake in the configuration?
Thank you
Claudio