-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Foam Fatal IO Error (attempt to read beyond EOF) #31
Comments
Hi, Sorry to hear that, I've never experienced such an issue. The tutorials have only been tested with the other OpenFOAM branch (https://openfoam.org/ and not https://www.openfoam.com/). This is probably the source of the issue. |
Thank you very much for answering. It working finaly! I was looking for an interpolation scheme that could be apply on the gradient. So, I tested your scheme on the 'gradient' only and then afterward, I noticed that your scheme is design to be use with the divergence. So, I did an attempt and its working just fine with the divergence but not with the gradient. Did you by any mean created an interpolation scheme/tutorial working with the gradient? |
Hi,
Sorry for my late reply. I have never developed a scheme for computation of
gradients so am not sure where it may be going wrong, apologies. I looked
at your code briefly but I really don't have much to offer.
best of luck
A
…On Mon, 2 May 2022 at 14:14, RTibo ***@***.***> wrote:
Thank you very much for answering. It working finaly! I was looking for an
interpolation scheme that could be apply on the gradient and then, I
thought that your scheme could be design to be use with the divergence. So,
I did an attempt and its working just fine with the divergence but not with
the gradient. Did you by any mean created an interpolation scheme working
with the gradient? I made one, it compiled successfully, but the results
are not what it suppose to. Maybe the issue is about the boundaries or the
owner/neighbour where the level are the same.....Here is the work:
https://github.com/RTibo/OpenFOAM-New-Interpolation-Scheme-U
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACSMUKDIFTPVQ6YMSBUVAE3VH7BL7ANCNFSM5UW6M4VQ>
.
You are receiving this because you commented.Message ID:
<UnnamedMoose/BasicOpenFOAMProgrammingTutorials/issues/31/1114779193@
github.com>
|
Thank you very much again for your time and for replying. Best of luck to you also with your projects. Regards, |
I compiled your interpolation scheme successfully, but when I'm trying to use it with my mesh (1D mesh with 150 cells) I got a fatal error saying that 'attempt to read beyond EOF'. Did you experienced something similar with your code when using other mesh then the one in your test case? Im using the openFOAM.com distribution v2012.
The text was updated successfully, but these errors were encountered: