Home
last modified time | relevance | path

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

/honee/src/
H A Dsetupts.c72 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 Dboundary_condition.c49 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 Dhonee.c103 PetscCall(PetscFree(app_ctx->wall_forces.walls)); in HoneeDestroy()
/honee/doc/
H A Druntime_options.md346 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 Dexamples.md75 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 Dauxiliary.md187 …eftrightarrow \overline \phi = \phi$ at boundaries (this is reasonable at walls, but for convenien…
/honee/include/
H A Dnavierstokes.h105 PetscInt *walls; member