boundary_custom.f90 File Reference
Go to the source code of this file.
Data Types | |
type | boundary_custom_mod::boundary_custom |
Modules | |
module | boundary_custom_mod |
Boundary module for custom conditions. | |
Functions/Subroutines | |
subroutine | boundary_custom_mod::initboundary_custom (this, Mesh, Physics, dir, config) |
Constructor for custom boundary conditions. More... | |
pure subroutine | boundary_custom_mod::setboundarydata (this, Mesh, Physics, time, pvar) |
Applies the custom boundary conditions. More... | |
subroutine | boundary_custom_mod::setcustomboundaries (this, Mesh, Physics, cbtype, kepler_radius) |
subroutine | boundary_custom_mod::finalize (this) |
Variables | |
character(len=32), parameter | boundary_custom_mod::boundcond_name = "custom" |