| 7c4551aa | 18-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Make STG QFs primitive compatible |
| 57e55a1c | 18-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Make newtonian boundary QFs primitive compatible |
| 6f498320 | 18-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Change newt->primitive to is_primitive |
| dc805cc4 | 18-Jul-2022 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Fluids - Newtonian with Primitive variables (#1011)
* Fluids - Initial commit for Newtonian primitive variables
* Fluids - include A0 (dU/dY) in the output
* Fluids - added ICs for IG in primi
Fluids - Newtonian with Primitive variables (#1011)
* Fluids - Initial commit for Newtonian primitive variables
* Fluids - include A0 (dU/dY) in the output
* Fluids - added ICs for IG in primitive variables
* Fluids - added Jacobean QFunction for primitive variables
* Fluids - added RHS QFunction for primitive variables
* Fluids - fixed compilation errors and warnings
* Fluids - added ICs for density_current with primitive variables
* Fluids - In/OutFlow BCs for channel in primitive variables
* Adding the missing parts after rebasing onto main
* Fluids - Use correct component names for primitive variables
* Fluids - Primitive variables supported only with implicit scheme
* Fluids - drop in/outflow for channel flow and call Exact_Channel_Prim() in Exact_Channel()
* Fluids - Set solver's QFunction data in an if-else statement
* Fluids - style
* Fluids - add a comment to explain why the the gravity body force is excluded from the potential energy.
* Fluids - Exact_Channel return State
* Fluids - density_current: some style and cleanup
* Fluids - DC: refactor & cleanup
* Fluids - Singel QFunction for prim&cons
* Fluids - Use absolute temperature
* Fluids - DC: Fix pressure
show more ...
|
| 62e628f8 | 07-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Store 1/Ektot |
| 5dc40723 | 01-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Implement stgdata for ektot |
| b277271e | 30-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add STG Preprocessing and Calc QFs |
| e159aeac | 22-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Abstract out spectrum calculation |
| a939fbab | 30-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Minor improvements for dirichlet and stg |
| cf3d54ff | 30-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Set all outputs in STG QF |
| 0a6353c2 | 23-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Create QFs for strong STG w/ QFunctions |
| 13fa47b2 | 23-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Combine misc QF helpers into utils.h |
| 690ffe02 | 23-Jun-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add missing license boilerplate |
| 4dbab5e5 | 20-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add STGInflow Jacobian QFunction |
| cfcf1481 | 14-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Protect against divide-by-0
- When running with strong enforced stg, the spectrum calc can try and divide by 0 (distance to the wall) - This behavior doesn't break anything per
examples/fluids: Protect against divide-by-0
- When running with strong enforced stg, the spectrum calc can try and divide by 0 (distance to the wall) - This behavior doesn't break anything persay, but this commit makes it much easier to debug floating point exceptions.
show more ...
|
| b77c53c9 | 11-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: ICs from STG Profile |
| b55ac660 | 07-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Viscous flux for BoundaryIntegral jacobian |
| 0ec2498e | 10-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add viscous flux to POutflow Jacobian |
| b5d317f8 | 07-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Move POutflow_Jac to State variables
- Verified to be exactly the same as before, just using the State structs and methods |
| 2c4e60d7 | 06-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add viscous flux to StrongInflowBI |
| ce9b5c20 | 06-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Add viscous flux to POutflow BC |
| 30e9fa81 | 06-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Move blasius outflow to newtonian.h |
| 65dd5caf | 06-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Move StrongSTGbcFunc to newtonian.h
- Requires significant changes to how the stg_context is passed to the the strong bc |
| c6e8c570 | 05-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Abstract State and helper funcs |
| e8b03fee | 03-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Pass solution gradient to boundary QFs |