| #
475f0cac
|
| 25-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !148, 'jrwrigh/newt_fluid_properties', into 'main'
refactor: Extract Newtonian fluid properties from primary Newtonian context
Closes #38
See merge request phypid/honee!148
|
| #
cde3d787
|
| 25-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: Extract NewtonianIGProperties from NewtonianIdealGasContext
|
| #
f0df98c0
|
| 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: Remove c_tau from Newtonian options
It isn't implemented anyways.
TODO: Need to edit documentation to reflect the change (if Newtonian has any lingering references to c_tau)
|
| #
1afd361b
|
| 24-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !125, 'jrwrigh/fix_qf_char_arrays', into 'main'
fix: Move enum strings to compilation units
See merge request phypid/honee!125
|
| #
e5a8cae0
|
| 24-Jun-2025 |
James Wright <james@jameswright.xyz> |
fix: Move enum strings to compilation units
|
| #
90f8c300
|
| 23-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !123, 'jrwrigh/qf_char_arrays', into 'main'
feat: Move PetscOptionEnum char arrays to enum defs in QF files
See merge request phypid/honee!123
|
| #
1c94e285
|
| 18-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Move PetscOptionEnum char arrays to enum defs in QF files
|
| #
b78d7c7d
|
| 24-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !72, 'jrwrigh/jit_changes', into 'main'
fix: Change QFunctions to account for libCEED#1696
See merge request phypid/honee!72
|
| #
3e17a7a1
|
| 22-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix: Change QFunctions to account for libCEED#1696
|
| #
a7cc70e1
|
| 18-Aug-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !43, 'jrwrigh/advection_div_diff_flux', into 'main'
Implement DivDiffFluxProjection for advection diffusion
See merge request phypid/honee!43
|
| #
17cb71b0
|
| 12-Aug-2024 |
James Wright <james@jameswright.xyz> |
fix: Move DivDiffFluxProjectionMethod location
Should be in stabilization_types since it needs to be accessible to multiple governing equations and the entire point of the projection is for stabiliz
fix: Move DivDiffFluxProjectionMethod location
Should be in stabilization_types since it needs to be accessible to multiple governing equations and the entire point of the projection is for stabilization.
show more ...
|
| #
912e22fb
|
| 25-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/diff_flux' into 'main'
feat: Add divergence of diffusive flux projection
See merge request phypid/honee!27
|
| #
8c85b835
|
| 24-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Implement divergence of diffusive flux
|
| #
8a8cb6e0
|
| 10-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/license_changes' into 'main'
Update License post libCEED fork
See merge request phypid/honee!6
|
| #
ae2b091f
|
| 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move to Apache-2.0 OR BSD-2-Clause
|
| #
bf1f5d6e
|
| 18-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1110 from CEED/zach/entropy-variables
Add Entropy Variables to libCEED fluids NS mini-app
|
| #
c62f7dae
|
| 14-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add Entropy state variable and tests
Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com>
|
| #
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
|
| #
c7ece6ef
|
| 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all sin
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all singly included headers
* jit - drop most guards on backend JiT files
* sycl - drop extra header guards
* jit - enable #pragma once for QF source
* fluids - use #pragma once for util/helper qf source
* test - check different multiple includes
* fluids - fix odd include
* jit - update interface for building JiT string from multiple files
show more ...
|
| #
20bd4f36
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1537 from CEED/jeremy/pragma-once
Use #pragma once for non-JiT headers
|
| #
dc936754
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
e7754af5
|
| 11-Mar-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Ken/idl (#1138)
* inflow sponge pushing p towards P0 compiles and runs but unknown yet whether it is effective or not
* looks like my first attempt at this is missing something as there is neglig
Ken/idl (#1138)
* inflow sponge pushing p towards P0 compiles and runs but unknown yet whether it is effective or not
* looks like my first attempt at this is missing something as there is negligible effect from Jacobian addition
* examples/fluids: IDL fixes and demo
* Fix IDL sign error and rename variables/clang-format
* Let newtonianwave.yaml use -reference_pressure and temperature
* Propagate P0 = reference.pressure
* Small tweak to add IDL to the 3 ramp parameters.
* fluids: Extract fluids binary vector load function
- Needs to be used in multiple places (for ICs and for testing data)
* fluids: Correct typo in previous commits
* fluids: Add IDL and newtonian wave test
* fluids: Rename Newtonian Wave --> Gaussian Wave
* fluids: Move RampCoefficient into utils
- Also change name to LinearRampCoefficient, as we may have different
kinds of ramps in the future
* fluids: Change IDL commandline options
* docs(fluids): Document internal damping layer
Co-authored-by: Jed Brown <jed@jedbrown.org>
* fluids: Add ScaleN QF utility
* fluids: Extract InternalDampingLayer QFunction helper
---------
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: KennethEJansen <jansenke@colorado.edu>
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| #
4a31e8e8
|
| 24-Jan-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1135 from CEED/jrwrigh/spanwise_stats
|
| #
a8bca8ac
|
| 13-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add solution time to newtonian context
|