History log of /honee/problems/ (Results 176 – 200 of 262)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b578677221-Dec-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

fluids/newtonian: automate Ctau_v

4351d27f18-Nov-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

fluids-newtonian: Stabilization coefficients dependent on polynomial degree

f7534ca812-Dec-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: remove C99 designated initializers for use with CUDA

nvrtc does not support this construct.

04e40bb630-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - assorted formatting fixes

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

Merge pull request #1095 from CEED/jed/remove-stale-indent-comments

remove stale indent comments

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

fluids: Improve freestream setup guards

- Run setup function when freestream bcs are requested
- Don't require -freestream_velocity to be set

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

fluids: Add SimpleBC to problem setup function

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

fluids: Move FreestreamBCSetup to newtonian.c

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

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

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

examples/fluids: fix newtonianwave for conservative variables

Update time step closer to advective CFL

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

examples/fluids: fix variable and Riemann switch/case/break

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

fluids: Fix freestream error typo

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

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

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

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)

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

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

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

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

1234567891011