221 Star 941 Fork 692

GVPMindSpore/mindscience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
couette.yaml 866 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yi_Zhang 提交于 2022-12-18 19:53 +08:00 . add mindflow cfd
mesh:
dim: 2
nx: 4
ny: 100
x_range: [0, 1]
y_range: [0, 1]
pad_size: 3
material:
type: "IdealGas"
heat_ratio: 1.4
gas_constant: 1.0
dynamic_viscosity: 0.1
bulk_viscosity: 0.0
thermal_conductivity: 0.0
runtime:
fixed_timestep: True
timestep: 0.0002
CFL: 0.9
current_time: 0.0
end_time: 5.0
integrator:
type: "RungeKutta3"
space_solver:
is_convective_flux: False
convective_flux:
reconstructor: 'WENO5'
riemann_computer: 'Rusanov'
is_viscous_flux: True
viscous_flux:
interpolator: 'CentralFourthOrderInterpolator'
face_derivative_computer: 'FourthOrderFaceDerivativeComputer'
central_derivative_computer: 'FourthOrderCentralDerivativeComputer'
boundary_conditions:
x_min:
type: 'Periodic'
x_max:
type: 'Periodic'
y_min:
type: 'Wall'
y_max:
type: 'Wall'
velocity_x: 0.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
r0.3

搜索帮助