Skip to content
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

Does WENOEXT work on 1d advection test case? #53

Open
wangsen992 opened this issue May 2, 2023 · 0 comments
Open

Does WENOEXT work on 1d advection test case? #53

wangsen992 opened this issue May 2, 2023 · 0 comments

Comments

@wangsen992
Copy link

Hi there,

I am trying to test the package by trying it on a 1D test case running with scalarTransportFoam. When using the package directly by replacing the divScheme for div(phi, T) to "Gauss WENOUpwindFit 4 0", or with any other order number, the result is extremely diffusively, behaving like a basic upwind scheme.

After checking the constant/WENOBase* folder, particularly the file "StencilIDs", I realize that for most elements in the file, it is empty,
image

whereas for your tutorials, it looks like this.
image

Therefore, I am wondering if there is some limit/check in the implementation that prevents the scheme from working on 1D cases, therefore it simply behaves as an upwind scheme (as in no explicit correction is applied)?

Thank you very much and looking forward to hearing your replies!

Best wishes,
Sen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant