boundary_noslip.f90 File Reference
Go to the source code of this file.
Data Types | |
type | boundary_noslip_mod::boundary_noslip |
Modules | |
module | boundary_noslip_mod |
Boundary module for noslip conditions (see wikipedia ) | |
Functions/Subroutines | |
subroutine | boundary_noslip_mod::initboundary_noslip (this, Mesh, Physics, dir, config) |
Constructor for noslip boundary conditions. More... | |
pure subroutine | boundary_noslip_mod::setboundarydata (this, Mesh, Physics, time, pvar) |
Applies the noslip boundary condition. More... | |
subroutine | boundary_noslip_mod::finalize (this) |
Destructor for noslip boundary conditions. More... | |
Variables | |
character(len=32), parameter | boundary_noslip_mod::boundcond_name = "noslip" |