History log of /honee/ (Results 1426 – 1450 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
993714a024-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids/advection2d.h: removed unused variables

8ec3c7e518-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

doc/NS: update

update doc

Fluids - fix doc

Fluids - update doc

doc: Fluids - added weak form boundary integrals for in/outflow BCs

doc: Fluids - specified in/outflow surfaces in the boundary in

doc/NS: update

update doc

Fluids - fix doc

Fluids - update doc

doc: Fluids - added weak form boundary integrals for in/outflow BCs

doc: Fluids - specified in/outflow surfaces in the boundary integrals

fix doc

show more ...

94108a6518-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids/advection.h: spherical bubble is the default IC

3d94f08518-Jun-2020 Jed Brown <jed@jedbrown.org>

examples/fluids: fix sign and simplify advection2d inflow/outflow for implicit/explicit

ea56e6c618-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: u_* = u_R on inflow boundaries

d8fa5ff418-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

doc: added representative runs for TRANSLATION mode

2aaf65e817-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: Total Energy is now prescribed for inflow BCs and can be changed using -E_wind

initial commit for specifying total energy instead of pressure and density for inflow BCs

update navi

examples/fluids: Total Energy is now prescribed for inflow BCs and can be changed using -E_wind

initial commit for specifying total energy instead of pressure and density for inflow BCs

update navierstokes.c

update README

update doc

comments updated

prescribe E_wind = 1.e6

show more ...

ea83fc4115-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: some corrections

examples/fluids: qf_Sur -> qf_applySur

examples/fluids: removed unused variable

style

examples/fluids/advection(2d).h: implementing a more readable conditional

examples/fluids: some corrections

examples/fluids: qf_Sur -> qf_applySur

examples/fluids: removed unused variable

style

examples/fluids/advection(2d).h: implementing a more readable conditional statement for in/outflow BCs

show more ...

7d17628515-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: error handling when TRANSLATION is chosen for density_current

15747d3b13-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 ...

925b382911-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 ...

ec986f7010-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: added a warning for using -problem_advection_wind_translation with -problem_advection_wind rotation

a240d89f08-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 ...

b021faa705-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 ...

9c866efa28-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 ...

8fcfe9cf28-May-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

fluids: changed the suffixes Sur -> Out to be able to add Inflow BCs

2ef2dc5c28-May-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: style and some temporary fixes

fluids - set a better if condition

style

b0357d4827-May-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Fluids - added implicit QFunctions to Advection2d and Advection

651031d627-May-2020 Jed Brown <jed@jedbrown.org>

examples/fluids: fix setup for 2D outflow boundary

9d7a4b3f27-May-2020 Jed Brown <jed@jedbrown.org>

examples/fluids: flip faces when not positively oriented with respect to volume

1f77a41627-May-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

WIP: fluids - flipping faces

e301bde718-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 ...

9704dd9f18-May-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Fluids - refactored the Composite Operators

0da2c4f717-May-2020 Jed Brown <jed@jedbrown.org>

WIP: I think this is the intended use of composite operators

496765b817-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 ...

1...<<5152535455565758596061