Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
直接自己写还是有类似fvm::ddt隐式模块?
fvc::ddt: (1)∂ϕ∂t=ϕt−ϕt−ΔtΔt fvm::ddt: (2)∂ϕ∂t=ϕt+Δt−ϕtΔt
fvc::ddt
fvm::ddt
使用fvc,所包含的头文件以及其它设置文件都与fvm是一样的吗
一样的没区别
我想在shallowWaterFoam里加上粘性项 在预测步中
solve(hUEqn == -magg * h * fvc::grad(h + h0))
加入粘性项变成
solve(hUEqn == -magg*h*fvc::grad(h + h0)+fvm::laplacian(nu, hU));
在校正步中需要加入吗?
不需要
6/6
2019年9月30日 10:24