Searched refs:walls (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | boundary_condition.c | 53 PetscCall(PetscMalloc1(bc_def->num_label_values, &app_ctx->wall_forces.walls)); in BoundaryConditionSetUp() 54 …PetscCall(PetscArraycpy(app_ctx->wall_forces.walls, bc_def->label_values, bc_def->num_label_values… in BoundaryConditionSetUp()
|
| H A D | setupts.c | 57 static PetscErrorCode Surface_Forces_NS(DM dm, Vec G_loc, PetscInt num_walls, const PetscInt walls[… in Surface_Forces_NS() argument 70 const PetscInt wall = walls[w]; in Surface_Forces_NS() 245 const PetscInt *walls = user->app_ctx->wall_forces.walls; in TSMonitor_WallForce() local 255 PetscCall(Surface_Forces_NS(user->dm, G_loc, num_wall, walls, reaction_force)); in TSMonitor_WallForce() 266 PetscInt wall = walls[w]; in TSMonitor_WallForce()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 330 PetscCall(PetscFree(app_ctx->wall_forces.walls)); in main()
|
| H A D | navierstokes.h | 119 PetscInt *walls; member
|
| H A D | README.md | 250 If in a region where the flow velocity is known (e.g., away from viscous walls), use `bc_freestream… 265 If acoustic reflections are not a concern and/or the flow is impacted by walls or interior structur…
|
| H A D | index.md | 446 …eftrightarrow \overline \phi = \phi$ at boundaries (this is reasonable at walls, but for convenien… 580 … boundary conditions are applied to the side walls and wall boundary conditions are applied at the… 649 Forces on the cylinder walls are computed using the "reaction force" method, which is variationally… 684 …odic in the streamwise direction, and no-slip and non-penetration boundary conditions at the walls.
|