History log of /honee/ (Results 1076 – 1100 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c50f56e509-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Add HLL Jacobian for freestream bc

aba61a3507-Nov-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: fix newtonwave (Mengaldo) initial condition

79b1798003-Nov-2022 James Wright <james@jameswright.xyz>

doc(fluids): Add Newtonian Wave, bc_freestream

- Also fix citation in the Shock Tube documentation.

Co-authored-by: Jed Brown <jed@jedbrown.org>

caf0707a03-Nov-2022 AdelekeBankole <adeleke.bankole@colorado.edu>

examples/fluids: use Roe speeds directly in HLL

Co-authored-by: Jed Brown <jed@jedbrown.org>

335cfff302-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Add newtonian_wave problem

- Mainly used to verify the HLL boundary condition.

3a31d4d205-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Prevent Chebyshev calc if using STG

34b5deb105-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Style, refactor to PetscCall, etc.

d4e0f29705-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Add STG fluctuations to initial condition

- Extrudes the STG fluctuations downstream of the inflow (using the STG
method's inherent dependence on streamwise distance)

df55ba5f02-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Integrate freestream bc

25988f0002-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Add SetupBCQFunctions to setuplibceed.c

- Condenses redundant code into a single function. Will be useful when
implementing the freestream bc

368c645f01-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Create AddBCSubOperator in setuplibceed.c

- Condenses redundant code (and will help reduce redundancy when I add
in the freestream boundary conditions as well).

b5233c9c31-Oct-2022 James Wright <james@jameswright.xyz>

fluids: Create freestream bc qfunction

8789e95f27-Oct-2022 James Wright <james@jameswright.xyz>

style(fluids): Visual cleanup of the fluids code

Also satisfy astyle for RiemannFlux_HLL commit

7b530f2a26-Oct-2022 AdelekeBankole <adeleke.bankole@colorado.edu>

fluids: Add RiemannFlux_HLL helper function

Co-authored-by: Jed Brown <jed@jedbrown.org>

c77f319214-Sep-2022 James Wright <james@jameswright.xyz>

fluids: Refactor STG wall distance variable

- Needless shortening.
- Confused me when debugging even though I wrote the code myself...

2f638ed214-Sep-2022 James Wright <james@jameswright.xyz>

fluids: Fix STG Ek_tot calculation bug

When the spectrum is small enough, Ek_tot can be zero, causing a
divide-by-zero NaN, which then corrupts the calculation of the velocity
fluctuations later dow

fluids: Fix STG Ek_tot calculation bug

When the spectrum is small enough, Ek_tot can be zero, causing a
divide-by-zero NaN, which then corrupts the calculation of the velocity
fluctuations later down the line.

Originally found during OLCF Crusher Hackathon 4

show more ...

0d850f2e05-Sep-2022 Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com>

Fluids - Blasius: Some Minor Modifications (#1063)

* Fluids - blasius: default T_wall = T_inf = 288

* Fluids - blasius: break when Chebyshev solve diverges

* Fluids - blasius: add prefix for C

Fluids - Blasius: Some Minor Modifications (#1063)

* Fluids - blasius: default T_wall = T_inf = 288

* Fluids - blasius: break when Chebyshev solve diverges

* Fluids - blasius: add prefix for Chebyshev snes solve

* Fluids - blasius: N_Chebyshev -> n_chebyshev

* Update examples/fluids/tests-output/blasius_test.yaml

Co-authored-by: Jed Brown <jed@jedbrown.org>

* Fluids - blasius: Modify the parameters in the regression test

* examples/fluids: Blasius solution is variable density

We use the ideal gas relation that density ~ 1/enthalpy when held at
constant pressure.

* examples/fluids: Blasius slower growth factor

* examples/fluids: fix Chebyshev on GPU

and close memory leak

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...

23cc6c1230-Aug-2022 James Wright <james@jameswright.xyz>

fluids: Fix time label for strong STG #1057

be9c98d430-Aug-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1059 from CEED/leila/fix-blasius-test

Fluids - Fix blasius test

8d9f294830-Aug-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Fluids - fix blasius test

aef1eb5330-Aug-2022 Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com>

Fluids - Some fixes missing from #1039 (#1056)

* Fluids - Blasius: drop theta0, style, and update README

* Fluids - Add regression test for laminar blasius

0e8fe9d528-Aug-2022 James Wright <james@jameswright.xyz>

fluids: Add STATIC and print-% to makefile

0e7fdd5426-Aug-2022 James Wright <james@jameswright.xyz>

fluids: Set solution time label for strong stg

e0d1a4df28-Aug-2022 Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com>

Fluids - Compressible Blasius boundary layer (#1039)

* Fluids - Compressible Blasius boundary layer solution

* Fluids - Blasius: default delta0 = 4.2e-3

* Fluids - Use the new helper functions

Fluids - Compressible Blasius boundary layer (#1039)

* Fluids - Compressible Blasius boundary layer solution

* Fluids - Blasius: default delta0 = 4.2e-3

* Fluids - Use the new helper functions in blasius

* Update examples/fluids/qfunctions/blasius_exact.h

Co-authored-by: Jed Brown <jed@jedbrown.org>

* Update examples/fluids/qfunctions/blasius_exact.h

Co-authored-by: Jed Brown <jed@jedbrown.org>

* Fluids - remove blasius_exact.h

* Fluids - N_Chebyshev: 10 -> 20

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...

ba952bfe26-Aug-2022 James Wright <james@jameswright.xyz>

doc: Update fluids state_var option

1...<<41424344454647484950>>...61