Skip to content

Question around CFD (2D) simulation dataset #20

Answered by mtakamoto-D
Forbu asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for your interest on our dataset.
Concerning your issue, it seems a combination of (1) CFL condition and (2) spatial finite differential scheme.
(1) when approximating d/dt part with finite differentiation method, the time-step size (D t) should be less than an upper limit described by CFL condition
https://en.wikipedia.org/wiki/Courant%E2%80%93Friedrichs%E2%80%93Lewy_condition
We subsampled temporal data, and Dt in the data is bigger than the upper limit from the CFL condition.
(2) you seem to use central differential scheme, but we used upwind scheme (more concretely MUSCL + HLLC).

In summary, our calculation satisfies PDE but we cannot check it using only the dataset because …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Forbu
Comment options

Answer selected by Forbu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants