History log of /honee/README.md (Results 76 – 100 of 131)
Revision Date Author Comments
# 402b146d 18-Nov-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1093 from CEED/ade/hllc-bcs

examples/fluids: upgrade to HLLC


# edf614b5 18-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


# 91a36801 15-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Make simulation continuation more flexible (#1086)

* fluids: Add options to continue from specific file

* fluids: Option to write out bins with step number

* doc(fluids): Document outp

fluids: Make simulation continuation more flexible (#1086)

* fluids: Add options to continue from specific file

* fluids: Option to write out bins with step number

* doc(fluids): Document output/continuation flags

show more ...


# 68975cc9 15-Nov-2022 Jed Brown <jed@jedbrown.org>

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

HLL Flux for Riemann BCs


# 83c686fe 15-Nov-2022 James Wright <james@jameswright.xyz>

doc(fluids): Correct grammar in CLI descriptions


# ff82278d 10-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)


# 79b17980 03-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>


# d4e0f297 05-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)


# 0d850f2e 05-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 ...


# aef1eb53 30-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


# ba952bfe 26-Aug-2022 James Wright <james@jameswright.xyz>

doc: Update fluids state_var option


# beb46665 20-Jul-2022 James Wright <james@jameswright.xyz>

Merge pull request #1029 from CEED/jrwrigh/stg-primitive

fluids: Make Strong STG compatible with primitive variables.


# aa61a79e 18-Jul-2022 James Wright <james@jameswright.xyz>

doc: Document primitive variable options for newtonian solver


# 2f3608ea 15-Jul-2022 James Wright <james@jameswright.xyz>

Merge pull request #1028 from CEED/jrwrigh/shrink-fluids-tests


# 64be3081 15-Jul-2022 James Wright <james@jameswright.xyz>

doc: State output_freq=-1 -> output final state only


# 3fd71269 14-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Skip I/O if output_freq == 0 (#1027)


# ed89af66 27-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1008 from CEED/jeremy/doc-fixes

Small Doc Fixes


# b46bfc5e 23-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

doc - update style since I'm touching the file


# 26c6b0c3 06-Jun-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #962 from CEED/jed/fluids-jacobian

examples/fluids: add analytic Jacobian


# edd152dc 05-Jun-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: document developer options


# f5d61e2f 04-Jun-2022 Jed Brown <jed@jedbrown.org>

Merge branch 'main' into jed/fluids-jacobian

* main: (24 commits)
op - more data in view
examples/fluids: Test for strong STG
examples/fluids: Add strong STG to documentation
examples/fluids

Merge branch 'main' into jed/fluids-jacobian

* main: (24 commits)
op - more data in view
examples/fluids: Test for strong STG
examples/fluids: Add strong STG to documentation
examples/fluids: Add option for BC from ICs
examples/fluids: Correct for non-origin domains
examples/fluids: Implement Strong STG BC
examples/fluids: Minor stg improvements/style
examples/fluids: Add Strong STG functions
examples/fluids: Fix memory leak in STG
GPU assembly: fix potential basis loading offset error
tests - more complex source include testing
pc - fix qf fallback cloning
restr - relax comp_stride check for num_comp == 1
make style
pc - avoid direct access of basis data in multigrid creation
ceed - refactor fallback Ceed creation into separate fn
minor - homogonize int vs CeedInt
basis - add input checks
restr - add input checks on element restrictions
examples/fluids: Update STG test for new mesh feats
...

show more ...


# 29ea39e3 03-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Add strong STG to documentation


# 436c74f5 26-May-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #964 from CEED/jrwrigh/mesh_from_file

examples/fluids: Create mesh from file distribution


# 98b448e2 17-May-2022 James Wright <james@jameswright.xyz>

examples/fluids: Update docs for meshing from file


# eef2387d 23-May-2022 Jed Brown <jed@jedbrown.org>

Merge branch 'main' into jed/fluids-jacobian

* main:
Fluids - Add STG inflow (#868)
ci - fix Nek5000 testing


123456