History log of /honee/qfunctions/ (Results 201 – 225 of 290)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2165182318-Nov-2022 Jed Brown <jed@jedbrown.org>

style: remove obsolete (with clang-format) INDENT comments

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

examples/fluids: freestream options and documentation

* Collect options under -freestream_ prefix and use HLLC by default.
* newtonianwave.yaml: equal aspect, monitoring options

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

examples/fluids: switch freestream to HLLC

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

examples/fluids: consolidate HLL and add HLLC

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

add HLLC Riemann solver

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

add HLLC riemann solver

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

fix(fluids): Correct size of epicenter array

2b916ea717-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - re

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - remove stray newline

* make - simpler 'make format' target

* ci - use newer libxsmm

* doc - minor release note claification

* minor - minor fix

* minor - minor fix

* minor - minor fix

* minor - minor fix

* make format

* format - less aggressive alignment rules

* tidy - check for argument name mismatches

* fix newline

* format - mirror Ratel update to .clang-format

* fix merge error

* fix merge conflict

* fix merge error

* drop style in .phony list

* Update .clang-format

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

* apply updated format

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

show more ...

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

Merge pull request #1080 from CEED/ade/riemann-bcs

HLL Flux for Riemann BCs

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

examples/fluids: remove stray ceed/types.h (breaking GPU)

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

fluids: Add missing license header to stab_types.h

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

fluids: Move freestream bc setup to function

- This will allow it to be called from other problems more easily (ie.
for the Blasius problem)

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

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.

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

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

12345678910>>...12