所属分类:
物理计算
开发工具:Fortran
文件大小:19KB
下载次数:34
上传日期:2017-11-14 10:14:42
说明: 求解双马赫反射问题的各种解法,黎曼求解器包括WENO格式和MDCD格式,时间方向采用Runge-kutta 方法,方程包括Euler方程和NS方程。
(Program to solve Double Mach Reflection. Use WENO solver and MDCD solver to solve Riemann problem. Use Runge-Kutta to iterate in time scale. Equations conclude Euler equation and N-S equation.)
文件列表:
boundary_new.f90
boundarycondition.f90
Euler.f90
flowfield.f90
flowfield_new.f90
geometry.f90
initialization.f90
MDCD.f90
module.f90
output.f90
outputtest.f90
solver.f90