| #
ef924baa
|
| 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state
fix: Correct P0 deprecation
|
| #
a213b8aa
|
| 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Introduce -idl_pressure option
Also re-instates the old P0 behavior with regard to the idl_pressure
|
| #
6f6416dd
|
| 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1566 from CEED/jrwrigh/blasius_state
fluids: Use State in blasius context
|
| #
fcb2c22a
|
| 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use StatePrimitive in blasius context
|
| #
e3d8f5c4
|
| 18-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1558 from CEED/jrwrigh/smartsim_multiple_filter_widths
fluids: Add option for multiple filter widths during in-situ SGS training
|
| #
6ea7c1ae
|
| 12-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Multiple filter widths for SGS training
|
| #
c8d249de
|
| 10-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add diffusion to advection problem
|
| #
f248b03d
|
| 14-Feb-2024 |
James Wright <james@jameswright.xyz> |
doc(fluids): New choices for tau in advection
|
| #
9ed3d70d
|
| 06-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Implement bc_slip
This is a weak version of slip boundary condition based on a Riemann solve
|
| #
fce2147e
|
| 06-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Change -bc_slip_x -> -bc_symmetry_x
|
| #
8ceb7e22
|
| 05-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1361 from CEED/jrwrigh/external_sgs
fluids: Add external SGS DD inference capability
|
| #
14d808ea
|
| 03-Oct-2023 |
James Wright <james@jameswright.xyz> |
docs(fluids): Fused/sequential data-driven SGS model
|
| #
4bd92d7c
|
| 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
docs(fluids): Document changes to 2D/3D advection
|
| #
849e89c2
|
| 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
docs(fluids): Combine 2D and 3D documentation
|
| #
90b34997
|
| 12-Jan-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1445 from CEED/jrwrigh/cosine_hill
fluids: Add cosine hill and skewed advection initial conditions
|
| #
c51f031a
|
| 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change bubble_type to advection_ic_type
Since cosine_hill and skew aren't bubbles
|
| #
8140a309
|
| 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1203 from CEED/jrwrigh/smartsim
fluids: SmartSim Online Data-Driven SGS training
|
| #
acad7547
|
| 06-Jun-2023 |
James Wright <james@jameswright.xyz> |
doc(fluids): Document SmartSim in situ training
|
| #
e9ddb5e1
|
| 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1298 from CEED/jrwrigh/taylor-green-vortex
Fluids: Add Taylor-Green vortex problem
|
| #
21871b7a
|
| 20-Aug-2023 |
James Wright <james@jameswright.xyz> |
doc: Fluids Taylor-Green vortex problem
|
| #
04ae6723
|
| 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
|
| #
f31f4833
|
| 20-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use enum for mesh transformation flag
|
| #
c029f0c5
|
| 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
|
| #
58031022
|
| 14-Aug-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1286 from CEED/jrwrigh/refactor_gravity
fluids: Refactor gravity option
|
| #
d9bb1cdb
|
| 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`.
|