sedov2d.f90 File Reference
Go to the source code of this file.
Functions/Subroutines | |
program | sedov2d |
2D Sedov explosion More... | |
subroutine | makeconfig (Sim, config) |
subroutine | initdata (Mesh, Physics, Timedisc) |
Function/Subroutine Documentation
◆ initdata()
subroutine sedov2d::initdata | ( | class(mesh_base), intent(in) | Mesh, |
class(physics_base), intent(in) | Physics, | ||
class(timedisc_base), intent(inout) | Timedisc | ||
) |
Definition at line 323 of file sedov2d.f90.
◆ makeconfig()
subroutine sedov2d::makeconfig | ( | class(fosite), intent(inout) | Sim, |
type(dict_typ), pointer | config | ||
) |
Definition at line 158 of file sedov2d.f90.
◆ sedov2d()
program sedov2d | ( | ) |
2D Sedov explosion
References: [sedov1945] [sedov1959] [padmanabhan2000]
Definition at line 35 of file sedov2d.f90.