| 67babd9c | 15-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: error handling when TRANSLATION is chosen for density_current |
| 7659d40c | 13-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: WIP - in/outflow for explicit/implicit schemes are implemented in a single QFunction
WIP - changing the setup for inflow and outflow BCs - a new struct defined
changed the problem
examples/fluids: WIP - in/outflow for explicit/implicit schemes are implemented in a single QFunction
WIP - changing the setup for inflow and outflow BCs - a new struct defined
changed the problem options and typedef struct for having single in/outflow QFunction
added surface struct to QFunctions
temporarily commenting out QFunctions that won't be needed
in/outflow + implicit/explicit are all included in a single QFunction & comments
primary setup for single in/outflow QFunction
fixed a bug caused by floating point arithmetic
fixed a bug
Some clean-up
show more ...
|
| 81f92cf0 | 11-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: updated command line options, doc, README and, comments
examples/fluids: updated command line options and README
doc updated
examples/fluids: updated README & ~_left -> ~_wi
examples/fluids: updated command line options, doc, README and, comments
examples/fluids: updated command line options and README
doc updated
examples/fluids: updated README & ~_left -> ~_wind & ~_right -> ~ & comments
update doc
examples/fluids/advection(2d).h: update comments
examples/fluids: fix doc
show more ...
|
| 82c09b01 | 10-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: added a warning for using -problem_advection_wind_translation with -problem_advection_wind rotation |
| ed1c75c9 | 08-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: some corrections
examples/fluids: remove -bc_outflow and -bc_inflow from command line options
examples/fluids/advection(2d).h: added original blobs to the translation mode
example
examples/fluids: some corrections
examples/fluids: remove -bc_outflow and -bc_inflow from command line options
examples/fluids/advection(2d).h: added original blobs to the translation mode
examples/fluids: Implemented diagonal wind on advection 2D
show more ...
|
| 1184866a | 05-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids/examples: Refactored Advection(2d) to ROTATION and TRANSLATION & some clean-up
fluids/examples: Refactored Advection(2d) to ROTATION and UNIFORM wind type
examples/fluids: removed the suppor
fluids/examples: Refactored Advection(2d) to ROTATION and TRANSLATION & some clean-up
fluids/examples: Refactored Advection(2d) to ROTATION and UNIFORM wind type
examples/fluids: removed the support for in/out-flow of density_current
style
examples/fluids: uniform -> translation & some comments
show more ...
|
| 9fe13df9 | 28-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: added inflow BCs
examples/fluids: inflow BCs added (only implemented for advection2d)
fluids/advection2d: brought back the original ICs
examples/fluids: add support for inflow BCs
examples/fluids: added inflow BCs
examples/fluids: inflow BCs added (only implemented for advection2d)
fluids/advection2d: brought back the original ICs
examples/fluids: add support for inflow BCs
examples/fluids: added inflow QFunction to Advection2d
examples/fluids: WIP - fixed a bug & comment
removed unused variable
examples/fluids/navierstokes.c: fixed a bug caused by refactoring
examples/fluids: fixed some bugs
examples/fluids/advection2d.h: fixed the implementation of inflow BCs
examples/fluids: Inflow BCs added for implicit Advection 2d and 3d
show more ...
|
| 5603407f | 28-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids: changed the suffixes Sur -> Out to be able to add Inflow BCs |
| e49e8cc9 | 28-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: style and some temporary fixes
fluids - set a better if condition
style |
| 8c090810 | 27-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids - added implicit QFunctions to Advection2d and Advection |
| 974425eb | 27-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix setup for 2D outflow boundary |
| 32b5ec5f | 27-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: flip faces when not positively oriented with respect to volume |
| c694a8e9 | 27-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: fluids - flipping faces |
| 1e150236 | 18-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: some fixes
Fluids - some cleanup and style
Fluids - some cleanup in the refactorizations
some clean-up
style & comment
apply CeedOperator on op_setupSur
comment
consistent fun
examples/fluids: some fixes
Fluids - some cleanup and style
Fluids - some cleanup in the refactorizations
some clean-up
style & comment
apply CeedOperator on op_setupSur
comment
consistent function name and comment
more comments
Fluids - removed unused variables
Fluids - fixed the sign of the boundary integral in advection 2d and 3d
WIP: Fluids - made the value of the normal vector (2d) consistent with the geometry. The sign of the normal vector on face 1 and 4 is still the opposite.
Fluids: fix missing CeedVectorDestroy
Fluids - going back to the correct formulation for boundary_setup
show more ...
|
| ca3ac6dd | 18-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids - refactored the Composite Operators |
| d3630711 | 17-May-2020 |
Jed Brown <jed@jedbrown.org> |
WIP: I think this is the intended use of composite operators |
| 5e197d05 | 17-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: put off adding in/out-flow BCs to densitycurrent.h
Fluids - For now, ignored the component gradients on the boundaries
Fluids - Advection2d: Initial velocity -> (1, 0, 0) for testi
examples/fluids: put off adding in/out-flow BCs to densitycurrent.h
Fluids - For now, ignored the component gradients on the boundaries
Fluids - Advection2d: Initial velocity -> (1, 0, 0) for testing in/outflow
style & deleted the missing parts from component gradients
show more ...
|
| 7573aee6 | 16-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: make -bc_outflow take precedence over default slip conditions
Otherwise we have boundaries in which both the default (slip) and outflow conditions are applied. |
| 9d801c56 | 16-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix missing PetscViewerDestroy |
| da51bdd9 | 16-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: some corrections
fixed a bug
Fluids: added "-bc_outflow" option to README |
| 4b046fc8 | 16-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
style |
| 84d34d69 | 16-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids - resolve conflict after merging master |
| cfa64770 | 16-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids - Added outflow BC only for RHS |
| d1d4a8c6 | 09-May-2020 |
Jed Brown <jed@jedbrown.org> |
fluids: use height to define restriction dim |
| 8b982bae | 06-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: Fluids - implemented boundary Floating fluxes, some corrections, and style
Fluids: fixed a bug + comment
Fluids: another bug |