| e8107fda | 14-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: Defined a separate variable for mean velocity instead of using wind[3] which was previously defined for Advection(2d) problems |
| 31effe6d | 14-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
EULER_VORTEX: periodicity for x and y directions added |
| abece4be | 13-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Removed unused variables and In/OutFlow setup for EULER_VORTEX |
| ed134e88 | 12-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids/navierstokes.c: small fix in comments |
| 5bf10c6f | 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
EULER_VORTEX: all QFunctions are using same context |
| ff08c911 | 05-Aug-2020 |
Jed Brown <jed@jedbrown.org> |
fluids/navierstokes: fix pointer semantics for Euler context |
| 00c585af | 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
updated euler_vortex context |
| 4d2c28b5 | 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: defined a new struct for euler_vortex |
| 05165678 | 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fix context in Euler_Sur QFunction |
| 8896b5a1 | 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Update DMAddBoundary() call after change in API for euler-vortex problem |
| 763fed04 | 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: added doc for euler traveling vortex test case |
| 3f730b8f | 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fixed context in euler_vortex test |
| 3a9f53b0 | 04-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
removed computing current time in main function |
| 1fdce93e | 04-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
current time added to User struct |
| 90c7885b | 04-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fixed slip BCs on z direction |
| 1b852f1f | 04-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
delete incorrect comments |
| 49967f00 | 03-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
add context for qf_rhsVol in euler_vortex |
| fb2a0706 | 02-Aug-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: add context for qf_rhsVol in EULER_VORTEX |
| 753d00aa | 31-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: added essential BCs |
| e2043960 | 31-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
The physical in/outflow setup is removed and exact solutions are applied instead ... this commit needs to be reverted for a physical euler problem. |
| b0bdb369 | 30-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
set the current time |
| f072e2d0 | 27-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
some corrections |
| 33834b8c | 27-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
added forcing terms |
| 8c53f273 | 27-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fixed exact solutions |
| 47ff3025 | 23-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Added time to to the exact solution but needs to check the implementation |