205 Star 843 Fork 617

GVPMindSpore / mindscience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
numeric.yaml 579 Bytes
一键复制 编辑 原始数据 按行查看 历史
Brian-K 提交于 2023-08-18 11:46 . [mod]: add logger
mesh:
dim: 2
nx: 256
ny: 256
gamma: 1.4
x_range: [0, 1]
y_range: [0, 1]
pad_size: 3
material:
type: "IdealGas"
heat_ratio: 1.4
specific_heat_ratio: 1.4
specific_gas_constant: 1.0
runtime:
CFL: 0.9
current_time: 0.0
end_time: 0.3
integrator:
type: "RungeKutta3"
space_solver:
is_convective_flux: True
convective_flux:
reconstructor: "WENO5"
riemann_computer: "Rusanov"
is_viscous_flux: False
boundary_conditions:
x_min:
type: "Neumann"
x_max:
type: "Neumann"
y_min:
type: "Neumann"
y_max:
type: "Neumann"
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
master

搜索帮助