PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
Go to the source code of this file.
Functions | |
PetscErrorCode | Create_WallNoSlip (BoundaryCondition *bc) |
Configures a BoundaryCondition object to behave as a no-slip, stationary wall. | |
PetscErrorCode | Create_InletConstantVelocity (BoundaryCondition *bc) |
Configures a BoundaryCondition object to behave as a constant velocity inlet. | |
PetscErrorCode | Create_InletParabolicProfile (BoundaryCondition *bc) |
PetscErrorCode | Create_NogradCopyGhost (BoundaryCondition *bc) |
PetscErrorCode Create_WallNoSlip | ( | BoundaryCondition * | bc | ) |
Configures a BoundaryCondition object to behave as a no-slip, stationary wall.
bc | A pointer to the generic BoundaryCondition object to be configured. |
PetscErrorCode Create_InletConstantVelocity | ( | BoundaryCondition * | bc | ) |
Configures a BoundaryCondition object to behave as a constant velocity inlet.
PetscErrorCode Create_InletParabolicProfile | ( | BoundaryCondition * | bc | ) |
PetscErrorCode Create_NogradCopyGhost | ( | BoundaryCondition * | bc | ) |