221 Star 941 Fork 692

GVPMindSpore/mindscience

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
numeric.yaml 579 Bytes
Copy Edit Raw Blame History
b_rookie authored 2023-08-18 11:46 +08:00 . [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"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
r0.6

Search