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

thesis-2021-tiebing-differential_filter #1016

Merged
merged 6 commits into from
Dec 21, 2021
Merged

Conversation

atiebing
Copy link

@atiebing atiebing commented Dec 13, 2021

A differential filter applied to turbulent flows via the CG method. In the elixir the filter is integrated into Trixi through callbacks, the file support_functions_khi contains the necessary functions to run this simulation. In filter_a_posteriori we apply the filter to some test function or apply the filter a posteriori to the unfiltered solution given by Trixi. The main file calls upon all the other functions and lets you choose, which case you want to simulate. Main reference for the differential filter is:

Alireza Najafi-Yazdi, Mostafa Najafi-Yazdi and Luc Mongeau, A high resolution differential filter for large eddy simulation: Toward explicit filtering on unstructured grids, Journal of Computational Physics Vol. 292, pp. 272-286 , 2015, Elsevier

@ranocha ranocha self-assigned this Dec 13, 2021
@ranocha ranocha changed the title thesis 2021 tiebing differential filter main WIP: thesis-2021-tiebing-differential_filter Dec 13, 2021
@ranocha ranocha marked this pull request as ready for review December 21, 2021 11:30
@ranocha ranocha changed the title WIP: thesis-2021-tiebing-differential_filter thesis-2021-tiebing-differential_filter Dec 21, 2021
@ranocha ranocha merged commit 73d8801 into trixi-framework:thesis-2021-tiebing-differential_filter Dec 21, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants