Searched refs:walls (Results 1 – 7 of 7) sorted by relevance
| /honee/src/ |
| H A D | setupts.c | 72 static PetscErrorCode Surface_Forces_NS(DM dm, Vec G_loc, PetscInt num_walls, const PetscInt walls[… in Surface_Forces_NS() argument 83 const PetscInt wall = walls[w], *points; in Surface_Forces_NS() 258 const PetscInt *walls = honee->app_ctx->wall_forces.walls; in TSMonitor_WallForce() local 268 PetscCall(Surface_Forces_NS(honee->dm, G_loc, num_wall, walls, reaction_force)); in TSMonitor_WallForce() 279 PetscInt wall = walls[w]; in TSMonitor_WallForce()
|
| H A D | boundary_condition.c | 49 PetscCall(PetscMalloc1(bc_def->num_label_values, &app_ctx->wall_forces.walls)); in BoundaryConditionSetUp() 50 …PetscCall(PetscArraycpy(app_ctx->wall_forces.walls, bc_def->label_values, bc_def->num_label_values… in BoundaryConditionSetUp()
|
| H A D | honee.c | 103 PetscCall(PetscFree(app_ctx->wall_forces.walls)); in HoneeDestroy()
|
| /honee/doc/ |
| H A D | runtime_options.md | 346 If in a region where the flow velocity is known (e.g., away from viscous walls), use `bc_freestream… 361 If acoustic reflections are not a concern and/or the flow is impacted by walls or interior structur…
|
| H A D | examples.md | 75 Forces on the cylinder walls are computed using the "reaction force" method, which is variationally… 191 …odic in the streamwise direction, and no-slip and non-penetration boundary conditions at the walls. 477 … boundary conditions are applied to the side walls and wall boundary conditions are applied at the…
|
| H A D | auxiliary.md | 187 …eftrightarrow \overline \phi = \phi$ at boundaries (this is reasonable at walls, but for convenien…
|
| /honee/include/ |
| H A D | navierstokes.h | 105 PetscInt *walls; member
|