boundary_axis_mod Module Reference
Boundary module for axis boundaries. More...
Data Types | |
| type | boundary_axis |
Functions/Subroutines | |
| subroutine | initboundary_axis (this, Mesh, Physics, dir, config) |
| Constructor for the axis boundary condition. More... | |
Variables | |
| character(len=32), parameter | boundcond_name = "axis" |
Detailed Description
Boundary module for axis boundaries.
- Todo:
- compiles, but strange behavior at axis. Be carefull
Function/Subroutine Documentation
◆ initboundary_axis()
| subroutine boundary_axis_mod::initboundary_axis | ( | class(boundary_axis), intent(inout) | this, |
| class(mesh_base), intent(in) | Mesh, | ||
| class(physics_base), intent(in) | Physics, | ||
| integer | dir, | ||
| type(dict_typ), intent(in), pointer | config | ||
| ) |
Constructor for the axis boundary condition.
Definition at line 58 of file boundary_axis.f90.
Variable Documentation
◆ boundcond_name
|
private |
Definition at line 49 of file boundary_axis.f90.
1.9.4