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 217 of file poiseuille.f90.
◆ makeconfig()
| subroutine poiseuille::makeconfig | ( | class(fosite), intent(inout) | Sim, |
| type(dict_typ), pointer | config | ||
| ) |
Definition at line 95 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.
Here is the call graph for this function:

1.9.4