| ebd2ea64 | 18-Nov-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids-newtonian: Stabilization coefficients dependent on polynomial degree |
| d64246ea | 12-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: remove C99 designated initializers for use with CUDA
nvrtc does not support this construct. |
| ea61e9ac | 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - assorted formatting fixes |
| a61f0f4d | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1095 from CEED/jed/remove-stale-indent-comments
remove stale indent comments |
| 1070106f | 18-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 |
| 46de7363 | 18-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add SimpleBC to problem setup function |
| c5c39209 | 18-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Move FreestreamBCSetup to newtonian.c |
| 47fa654b | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
style: remove obsolete (with clang-format) INDENT comments |
| f1b2b827 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix newtonianwave for conservative variables
Update time step closer to advective CFL |
| 1a52d319 | 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix variable and Riemann switch/case/break |
| c9cd6588 | 18-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Fix freestream error typo |
| f1e435c9 | 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 |
| 2b730f8b | 17-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 ...
|
| 98e66431 | 15-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1080 from CEED/ade/riemann-bcs
HLL Flux for Riemann BCs |
| 89e3cb53 | 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) |
| f0a19222 | 09-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add HLL Jacobian for freestream bc |
| cea0a271 | 02-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add newtonian_wave problem
- Mainly used to verify the HLL boundary condition. |
| 3ce1835e | 05-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Prevent Chebyshev calc if using STG |
| 24941a69 | 05-Nov-2022 |
James Wright <james@jameswright.xyz> |
fluids: Style, refactor to PetscCall, etc. |
| 89060322 | 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) |
| 175f00a6 | 14-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... |
| 07d14e58 | 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 ...
|
| fb455ff0 | 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 |
| 2518f336 | 28-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 ...
|
| 97baf651 | 26-Aug-2022 |
James Wright <james@jameswright.xyz> |
fluids: Switch to StateVar enum |