|
[Sponsors] |
Difference between directional split and unsplit method |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 2, 2024, 20:34 |
Difference between directional split and unsplit method
|
#1 |
Member
Join Date: Feb 2019
Posts: 69
Rep Power: 7 |
For example for a 2D system,
dU/dt + dF/dx + dG/dy =0 For directional splitting in each time step (assume Euler method), I need to use a 1D Riemann solver to calculate F to update U before applying the 1D Riemann solver to compute G and update U. But what about unsplit method? Is it just one 2D Riemann solver to compute both F and G and thus, I only need to update U once? In that case, the difference just lies in the type of Riemann solver used? |
|
Tags |
eularian, euler equation, flux form, riemann solver |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] 2D adaptive Mesh Refinement | baco | OpenFOAM Community Contributions | 80 | August 14, 2022 15:18 |