| a3ddc43a | 19-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: use enum and command line options for the test cases |
| d7b2e357 | 19-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: added more specific conditional statements for the in/outflow formulations |
| cfc558c5 | 17-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Default P_inlet 1. -> 1.e3 so that it becomes 1 after the unit conversion |
| 0975b6e1 | 17-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fixed the bug in Euler context (Setup and surface contexts still don't work for advection(2d)) |
| 26aa2eee | 14-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
style |
| 35e1ec25 | 14-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: (BUG) fixed in/outflow formulations but there is a bug in the context and also advection(2d) breaks |
| 4a452432 | 14-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
mms BCs -> wall BCs |
| aa8ca585 | 14-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
added Euler_Sur |
| c8cb9b1f | 14-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Added required variables to surface context |
| f6d9a235 | 14-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
removed some todo comments |
| 2561194e | 14-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
removed periodicity |
| b6df2e11 | 14-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Initial commit for replacing periodic BCs with in/outflow BCs => added support for in/outflow in navierstokes.c |
| d1d816c6 | 14-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
some clean-up |
| bb09dac7 | 13-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
removed the forcing term of case 4 |
| e019f8ee | 28-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
style |
| cdf8f9ac | 28-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Added the forcing terms for case 4 though it is disabled...still seeing large error |
| 185930ff | 23-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Made some changes to the tests |
| b3deec76 | 23-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
style |
| 88621380 | 23-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: Debugging: added 4 tests for debugging but there is still a problem in the last one |
| efbe9295 | 23-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
convergence_plot.py: changed the first color to stand out |
| fbcf5abf | 23-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
convergence_plot.py: modified to plot loglog |
| 8d967363 | 22-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
gitignore: adding *.png for ignoring convergence plots |
| 45ef18ba | 22-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Debugging: q[3]=0 since we have slip bc in the z direction |
| d8b7fd54 | 21-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
verification-test.sh: specify number of faces in the z direction = 1 |
| 42c8c8db | 21-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Debugging: perform the tests in one ts to investigate the bugs in the spatial discretization |