Replies: 2 comments 6 replies
|
I tested importing the shear stress calculated by OpenFOAM into AeoLiS using a BMI script (as taus), but it does not seem to work as expected. The shear stress is initialized with a zero array instead of using the imported OpenFOAM shear stress. The AeoLiS setup and the OpenFOAM shear stress files are attached. The OpenFOAM shear stress files are named wallShearStress_0_grid.grd, wallShearStress_1_grid.grd, and wallShearStress_2_grid.grd for the x (s), y (n), and z directions, respectively. I would appreciate any guidance. |
6 replies
|
Hi Sierd, I would like to open an issue to work on further coupling between OpenFOAM and Aeolis. see [issue #229] [https://github.com//issues/229] |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In this thread I would like to collect experiences related to the coupling of AeoLiS and OpenFOAM. I get many emails about this and I will summarize a bit of the experience so far.
Coupling AeoLiS and OpenFOAM would make sense because:
Dr. Pourteimouri and co-workers have successfully set up a coupling of OpenFOAM and AeoLiS and applied it to study different configurations of beach infrastructure.
https://www.sciencedirect.com/science/article/pii/S0169555X23002118
Also, Dr. Cecil and co-workers are working on a coupling
https://doi.org/10.5194/egusphere-2024-855
Both examples above used the "hotstart" functionality but other ways of interfacing may be possible.
The interface between OpenFOAM and AeoLiS may be facilitated by:
https://aeolis.readthedocs.io/en/latest/user/implementation.html#basic-model-interface-bmi
After looking at this in more detail it appears that AeoLiS currently overwrites the ‘ustar’ after the callback so there needs to be a change to facilitate the use of BMI to do this.
aeolis-python/aeolis/model.py
Line 3119 in 6afe8ee
(I would be curious to learn about alternatives.)
I would like to explore the best way of coupling AeoLiS and OpenFoam. Please add your thoughts on this.
All reactions