History log of /honee/problems/ (Results 201 – 225 of 262)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3636f6a426-Aug-2022 James Wright <james@jameswright.xyz>

fluids: Switch to StateVar enum

76555bec19-Aug-2022 James Wright <james@jameswright.xyz>

fluids: Use newtonian with StateFromQi*_t func pointers

This to "unify" the primitive and conservative formulations of the
newtonian solver. By passing function pointers to a helper function, the
co

fluids: Use newtonian with StateFromQi*_t func pointers

This to "unify" the primitive and conservative formulations of the
newtonian solver. By passing function pointers to a helper function, the
compiler can optimize for a given state function(s).

show more ...

d4559bbe26-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Use StateFromQi* for newt boundary QFs

34ea8d6522-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Rename primitive booleans, misc formatting

af8d17ba18-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Use standard boundary integrals for primitive

d374fb4718-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Make stg components dependent on primitive

e442294218-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Change newt->primitive to is_primitive

e467775518-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Add missing \n to blasius warning message

cbe60e3118-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 ...

3fd7126914-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Skip I/O if output_freq == 0 (#1027)

9eeef72b01-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Implement stgdata for ektot

2c49836307-Jul-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: fix spelling in output

6d0190e224-Jun-2022 James Wright <james@jameswright.xyz>

fluids: Implement dirichlet bcs via libCEED

45aa3cad21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fmt - add CeedInt_FMT

704b8bbe23-Jun-2022 James Wright <james@jameswright.xyz>

fluids: Combine misc QF helpers into utils.h

a6e8f98920-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Add STGInflow Jacobian QFunction

8e63b9cb14-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Fill node_locs if file not specified

- Ensures that strong STG has correct mesh_ynode locations even if the
mesh spacing is specified via the algorithmic method

0aa41abf13-Jun-2022 James Wright <james@jameswright.xyz>

FIXUP: Use BI inflow jacobian if not blasius inflow

- Previously did not use the BoundaryIntegral_Jacobian for any cases

43bff55311-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: ICs from STG Profile

029c6dfa11-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Fix plate mesh generation

68ae065a07-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Viscous flux for BoundaryIntegral jacobian

b01ba16310-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Add viscous flux to POutflow Jacobian

04b9037b06-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Move blasius outflow to newtonian.h

8085925c06-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

270bbb1315-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - fix setup context data misuse

1234567891011