205 Star 843 Fork 617

GVPMindSpore / mindscience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
couette.yaml 866 Bytes
一键复制 编辑 原始数据 按行查看 历史
Brian-K 提交于 2023-08-18 11:46 . [mod]: add logger
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
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
master

搜索帮助