| #
eff337b5
|
| 06-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1443 from CEED/jrwrigh/riemann_slip
fluids: Change slip boundary condition formulation
|
| #
7c5bba50
|
| 06-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Change -bc_slip_x -> -bc_symmetry_x
|
| #
f65959f5
|
| 21-Aug-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1278 from CEED/jrwrigh/blasius-simplex
fluids: Fix STG and Blasius for non-box meshes
|
| #
2526956e
|
| 20-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use enum for mesh transformation flag
|
| #
9309e21c
|
| 02-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Explicit flag for blasius mesh modification
- So that blasius example can run using external meshes without any attempt to modify them
|
| #
1ca28fe1
|
| 14-Aug-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1286 from CEED/jrwrigh/refactor_gravity
fluids: Refactor gravity option
|
| #
a2726bdb
|
| 14-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Refactor gravity option
- Use `-gravity` instead of `-g` - Enforce that the input should be a length 3 vector - Update documentation
Misc: Also update documented default value for `mu`.
|
| #
c184fad2
|
| 24-Jan-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1135 from CEED/jrwrigh/spanwise_stats
|
| #
8fb33541
|
| 19-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add turb spanstats test, change test option
- `-test` changed to `-test_type` enum to test different outputs
|