Searched refs:volume (Results 1 – 7 of 7) sorted by relevance
| /honee/doc/ |
| H A D | references.bib | 5 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 D | theory.md | 20 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 D | runtime_options.md | 449 - Heat capacity at constant volume
|
| H A D | examples.md | 75 …uted using the "reaction force" method, which is variationally consistent with the volume operator.
|
| /honee/src/ |
| H A D | monitor_totalkineticenergy.c | 12 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 D | misc.c | 218 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 D | navierstokes.h | 319 PetscErrorCode HoneeCalculateDomainSize(Honee honee, PetscScalar *volume);
|