| #
4d2c28b5
|
| 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: defined a new struct for euler_vortex
|
| #
8896b5a1
|
| 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Update DMAddBoundary() call after change in API for euler-vortex problem
|
| #
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
|
| #
47ff3025
|
| 23-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Added time to to the exact solution but needs to check the implementation
|
| #
1b7fe7ae
|
| 23-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fixed the incoming velocity field to be consistent with the in/outflow faces
|
| #
00e17ee3
|
| 21-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
clean up and remove cv and cp from the context
|
| #
86ba6f09
|
| 21-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
some fix and style
|
| #
b9922dd2
|
| 20-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
removed Rd and g
|
| #
e5ed8c30
|
| 20-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
debugging ...
|
| #
b9c3f7b3
|
| 17-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: Added In/OutFlow QFunctions for euler_vortex test
|
| #
fae0d315
|
| 16-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
small fix
|
| #
4438636f
|
| 16-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Added support for in/outflow in Euler equations. Next step: defining in/outflow QFunctions.
|
| #
011314a7
|
| 15-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
updated ICs and comments, still need to figure out BCs
|
| #
eb088987
|
| 13-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Initial commit for adding euler traveling vortex test; ICs and BCs to be added
|
| #
dc8efd83
|
| 31-Mar-2021 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Fluids - More Regression Tests (#687)
* examples/fluids: Regression tests: Changed the reference files' names and
the flags to associate with the corresponding example (so far
density_current only
Fluids - More Regression Tests (#687)
* examples/fluids: Regression tests: Changed the reference files' names and
the flags to associate with the corresponding example (so far
density_current only)
Changed the files' names
Changed the flags
* examples/fluids: added new regression tests for advection(2d)
* examples/fluids: regression tests: removed the enums and passed defined command-line options for filepath and test tolerance.
Removed solver controls and assigned testtol=1E-11 for explicit cases.
style
examples/fluids: regression tests: fixed the pathfile issue (it needs to be relative)
examples/fluids: Specified a name for each test
examples/fluids: TESTARGS - trying absolute path for the test files
* tests/tap.sh: Print out test names for fluids examples
inspired-by: @jeremylt
tests/tap.sh: drop quotation marks from the printed test names
* tests: specify test name for ceed and nek examples and print the names when there are multiple test arguments
* examples/fluids: remove test_ from test names
* style
* tests/junit.py: Add name for tests with multiple test cases
* examples/ceed/ex1-volume.c: make the naming of the tests consistent
* tests/junit.py: a more compact if statement
helped-by: @jeremylt
* examples/fluids: drop the broken supg test of density_current for now
The stabilization enum is not passed to density_current QFunction hence
the test doesn't work. We need to create a new test when the code is
debugged.
show more ...
|
| #
3655fa6d
|
| 20-Mar-2021 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Merge pull request #714 from CEED/leila/ex-output-dir
Fluids & Solids | add/modify cl options for viz output folder
|