| #
2affbe43
|
| 31-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: fix typo in comments
|
| #
77b27584
|
| 29-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: Set up implicit scheme, including stabilization methods SU and SUPG
|
| #
c52ac6b8
|
| 29-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: Added SU
|
| #
c24ac85a
|
| 27-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: Changed default P_inlet 1e3 -> 1
|
| #
ce58a7c9
|
| 25-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: Max Error -> Relative Error
|
| #
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()
|
| #
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)
|
| #
a3ddc43a
|
| 19-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
ETV: use enum and command line options for the test cases
|
| #
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
|
| #
c8cb9b1f
|
| 14-Jan-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Added required variables to surface context
|
| #
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
|
| #
6bd16bab
|
| 10-Dec-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
style
|
| #
0da62991
|
| 25-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: fixed some missing parts and updating EULER_VORTEX after merging #596
|
| #
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
|