Home
last modified time | relevance | path

Searched refs:state (Results 1 – 7 of 7) sorted by relevance

/honee/doc/
H A Druntime_options.md105 …- Number of steps between writing binary checkpoints. `0` has no output, `-1` outputs final state
162 - Run unit tests of Newtonian state variable transformation functions
357 If you know the complete exterior state, `bc_freestream` is the least reflective boundary condition…
H A Dtheory.md20 …ant, $T$ represents the temperature, and $P$ the pressure, given by the following equation of state
24 $$ (eq-state)
34 for the state variables 5-dimensional vector
156 in terms of $\bm z_N$ from prior state and $\alpha > 0$, both of which depend on the specific time …
211 …}$ (rather than its transpose) can be explained via an ansatz for subgrid state fluctuations $\til…
225 where $\diff P$ is defined by differentiating {eq}`eq-state`.
332 … to ideal gases as $\gamma$ is an ideal gas parameter; other equations of state will yield a diffe…
723 …$\partial \bm{q}/\partial \bm{Y}\rvert_{\bm{q}}$, which is linearized about the current flow state.
H A Dexamples.md67 …low (left) and Riemann-type outflow on the right, with exterior reference state at velocity $(1, 0…
119 …i(\bm{x},t)$, and potential temperature, $\theta(\bm{x},t)$, that relate to the state variables via
397 The reference state is selected using the `-reference_{velocity,pressure,temperature}` flags (Eucli…
/honee/
H A DCHANGELOG.md30 - Add `HoneeGetGitVersion()` to access the Git commit and dirty state of the repository at build ti…
H A DREADME.md13 Effort is made to maintain flexibility in state variable choice, boundary conditions, time integrat…
H A DLICENSE-APACHE130 5. Submission of Contributions. Unless You explicitly state otherwise,
/honee/src/
H A Ddm-utils.c891 PetscObjectState state; // !< Object state of the `Vec` when the data was copied member
952 if (vec_and_state && vec_and_state->state == X_loc_state) { in DMPlexCeedCoordinateCreateField()
963 vec_and_state->state = X_loc_state; in DMPlexCeedCoordinateCreateField()