| d5187bba | 17-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Misc cleanup to CreateStatsDM |
| 33c4a240 | 16-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Create Stats DM for periodic face
- Note this relies on the periodicity being isoperiodic rather than topologicially periodic.
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| 109cd75b | 14-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use persistent viewer for statistics
- Use prefix 'stats_viewer' - Particularly useful for setting `stats_viewer_cgns_batch_size` |
| 985633d0 | 14-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove StatsCollectFinalCall
- Effectively duplicate of TSMonitor_Statistics |
| a8ce54bf | 14-Jan-2023 |
James Wright <james@jameswright.xyz> |
doc(fluids): New spanwise statistics gathering flags |
| 0bf16533 | 24-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Destory statistics objects at the end |
| f35bfc64 | 13-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add log stages to statistics |
| 08df4d42 | 13-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Check result of statistics testing |
| b0488d1f | 24-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Implement statistics collection |
| 8aad1ca1 | 13-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add stats collection QF |
| a8bca8ac | 13-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add solution time to newtonian context |
| 06108310 | 12-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Allow communication overlap in IFunction |
| 3182272f | 12-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add MatShell generating code |
| a5b3b96b | 24-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CreateElemRestrColloc for statistics
- These CeedElemRestrictions are for storing the quadrature point data at the child points and for their implementation into the parent quadratur
fluids: Add CreateElemRestrColloc for statistics
- These CeedElemRestrictions are for storing the quadrature point data at the child points and for their implementation into the parent quadrature points.
show more ...
|
| 9f59f36e | 10-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Mass QF for different number of components
- In order to avoid "Function defined, but not used" warnings, the ReturnMassQFunction is used to return the correctly sized mass QF |
| e00f11d5 | 07-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Create SF for child->parent communication |
| 98297bcb | 07-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CreateStatsDM using DMPlexFilter
- Use DMPlexFilter to extract target plane from the base mesh |
| 2d65ded3 | 23-Jan-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wextra-semi -Wmissing-field-initializers |
| 0b0430b7 | 07-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use CeedElemRestrictionCreateVector for qdata |
| 0ef68151 | 10-Jan-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1140 from CEED/jeremy/doc-fix
Minor doc fixes |
| d53d6e87 | 10-Jan-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update license date range |
| 96c6d89b | 10-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: document outflow and add to demos |
| 90abe5d5 | 04-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
examples/fluids/meshes: reparametrize wake region and fix Makefile |
| c8c30d87 | 05-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: Riemann outflow using pressure and temperature
* This allows stable sustained and transient recirculation.
* short-wake domain recirculation behind cylinder has sustained rec
examples/fluids: Riemann outflow using pressure and temperature
* This allows stable sustained and transient recirculation.
* short-wake domain recirculation behind cylinder has sustained recirculation. If the exterior temperature is different, the recirculation will bring in the wrong temperature, but at least it's stable. * nwave with slow background causes transient flow reversal when strong acoustic hits boundary. * Clean outflow and lid for Blasius
* I tried the 2 P_ext - P_int strategy from Mengaldo (constant density) and with specified exterior temperature, but they disrupted the interior flow and were not significantly less reflective.
* The methods I tried for extrapolating interior temperature were not stable. Simple extrapolation of velocity worked best, and did not show signs of instability, perhaps because the neighboring flow and implicit solve ties it together.
* This commit adds support for softmax control of recirculation, but the parameters were finnicky, solver nonlinearity was a concern, and I'm not convinced it's ever better than just allowing recirculation.
show more ...
|
| d07b5365 | 07-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1134 from CEED/jed/fluids-ts-reason-no-error
fluids: report TS converged reason and exit cleanly |