Home
last modified time | relevance | path

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

/honee/doc/
H A Dreferences.bib5 volume = 45,
16 volume = {32},
27 volume = {43},
46 volume = {6},
58 volume = {14},
67 volume = {17},
79 volume = {52},
90 volume = {9},
103 volume = {192},
129 volume = {36},
[all …]
H A Dtheory.md20 In equations {eq}`eq-ns`, $\rho$ represents the volume mass density, $U$ the momentum density (defi…
26 …fic heat at constant pressure and $c_v$ is the specific heat at constant volume (that define $\gam…
44 \leftarrow\textrm{ volume mass density}\\
H A Druntime_options.md449 - Heat capacity at constant volume
H A Dexamples.md75 …uted using the "reaction force" method, which is variationally consistent with the volume operator.
/honee/src/
H A Dmonitor_totalkineticenergy.c12 PetscScalar volume; member
69 PetscCall(HoneeCalculateDomainSize(honee, &monitor_ctx->volume)); in SetupMontiorTotalKineticEnergy()
160 …PetscInt i = 0; i < monitor_ctx->num_comps; i++) monitor_ctx->sum_values[i] /= monitor_ctx->volume; in TSMonitor_TotalKineticEnergy()
H A Dmisc.c218 PetscErrorCode HoneeCalculateDomainSize(Honee honee, PetscScalar *volume) { in HoneeCalculateDomainSize() argument
248 PetscCall(VecSum(v, volume)); in HoneeCalculateDomainSize()
249 *volume /= num_comps_x; // Correct for number of components != 1 in HoneeCalculateDomainSize()
/honee/include/
H A Dnavierstokes.h319 PetscErrorCode HoneeCalculateDomainSize(Honee honee, PetscScalar *volume);