| ce58a7c9 | 25-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: Max Error -> Relative Error |
| 36127d51 | 23-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: Pass currentTime (instead of time) to Exact_Euler() |
| 17515bee | 22-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: added lz=1 and fixed max time to the arguments of the convergence tests |
| 8af3967d | 22-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: Updated the post-processing scripts |
| c830f68c | 21-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: Changed the conditional statement for identifying in/outflow faces to fix the artifact in linear translation cases |
| f2ac4738 | 21-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
style |
| 31b35ecb | 21-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: fixed an extra sign in S_bubble |
| 7bd142c1 | 21-Jan-2021 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix entropy for vortex vs bubble |
| 3d6e121f | 21-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: turn off wall and slip BCs ( in the x and y directions) in SetUpDM() instead of CreateOperatorForDomain() |
| cb06aef6 | 21-Jan-2021 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix Euler vortex initial condition |
| f0aa8c7b | 20-Jan-2021 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix stale debugging pressure |
| a45a933f | 20-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: fixed the zero velocity test cases on the boundaries (had to apply EulerContext for the boundaries as well) |
| 4ba3449d | 19-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
use a better command line for turning off time stepping |
| 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 |