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