poiseuille.f90 File Reference
Go to the source code of this file.
Functions/Subroutines | |
program | poiseuille |
Program and data initialization for testing the law of Hagen-Poiseuille. More... | |
subroutine | makeconfig (Sim, config) |
subroutine | initdata (Mesh, Physics, Timedisc) |
Function/Subroutine Documentation
◆ initdata()
subroutine poiseuille::initdata | ( | class(mesh_base), intent(in) | Mesh, |
class(physics_base), intent(in) | Physics, | ||
class(timedisc_base), intent(inout) | Timedisc | ||
) |
Definition at line 192 of file poiseuille.f90.
◆ makeconfig()
subroutine poiseuille::makeconfig | ( | class(fosite), intent(inout) | Sim, |
type(dict_typ), pointer | config | ||
) |
Definition at line 80 of file poiseuille.f90.
◆ poiseuille()
program poiseuille | ( | ) |
Program and data initialization for testing the law of Hagen-Poiseuille.
- Test:
- Poisseuille flow through a pipe
Definition at line 33 of file poiseuille.f90.