由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - what is second-order upwind?
相关主题
请教一个关于PDE数值解方面的问题Mathematica Problem: NDSolve:
如何用变步长的差分法解PDE?问关于advection equations
谁介绍一本差分法解偏微分方程的入门书?科普,谱元法
Mathematica数值求解Differential Equations的问题how to compute inverse of a 20000 by 20000 matrix???
再请教Re: 请教大家c++ array我也及问一个问题
[转载] 请教PDE有限差分法的CFL Condition请教一个Gaussian quadrature的问题
关于超大型矩阵的算法解ODE的六阶精度Runge-Kutta法
寻支持有限元和差分法的画图软件Finite difference and finite volume
相关话题的讨论汇总
话题: upwind话题: order话题: second话题: schemes话题: what
进入Computation版参与讨论
1 (共1页)
w**w
发帖数: 5391
1
first-order upwind, higher order upwind? thanks.
S***y
发帖数: 186
2
有限差分法里的术语吧。
就是在算某一个点处的微分时,只用该点某一侧的点处的函数值,而不是两侧
都用。order可能就是指用的点子越多,基本上order也就越高。
具体second-order是什么公式可就不知道了。

【在 w**w 的大作中提到】
: first-order upwind, higher order upwind? thanks.
c*******e
发帖数: 8624
3
我记得upwind就是用前面算出来的点,好比从上游到下游那么
一步步推下去,order什么的,一般用taylor series推一下就出来了
一般的10阶以下的数上肯定能找到.

【在 S***y 的大作中提到】
: 有限差分法里的术语吧。
: 就是在算某一个点处的微分时,只用该点某一侧的点处的函数值,而不是两侧
: 都用。order可能就是指用的点子越多,基本上order也就越高。
: 具体second-order是什么公式可就不知道了。

w**d
发帖数: 2334
4
You can explain it that way. The basic idea is that you can not use the
info of downstream of the flow to decide the upstream flow. High order
schemes are usually 'upwind biased'. There are also some high order
central schemes.
If the numerical scheme is not upwind, it will be unstable even for linear
equations. Some people call it linear instability.

【在 c*******e 的大作中提到】
: 我记得upwind就是用前面算出来的点,好比从上游到下游那么
: 一步步推下去,order什么的,一般用taylor series推一下就出来了
: 一般的10阶以下的数上肯定能找到.

w**w
发帖数: 5391
5
thank all of you.

【在 w**d 的大作中提到】
: You can explain it that way. The basic idea is that you can not use the
: info of downstream of the flow to decide the upstream flow. High order
: schemes are usually 'upwind biased'. There are also some high order
: central schemes.
: If the numerical scheme is not upwind, it will be unstable even for linear
: equations. Some people call it linear instability.

1 (共1页)
进入Computation版参与讨论
相关主题
Finite difference and finite volume再请教Re: 请教大家c++ array
[合集] 请教数值 解二阶偏微分方程[转载] 请教PDE有限差分法的CFL Condition
KDV type PDE关于超大型矩阵的算法
Postdoc position on biomedical image processing (转载)寻支持有限元和差分法的画图软件
请教一个关于PDE数值解方面的问题Mathematica Problem: NDSolve:
如何用变步长的差分法解PDE?问关于advection equations
谁介绍一本差分法解偏微分方程的入门书?科普,谱元法
Mathematica数值求解Differential Equations的问题how to compute inverse of a 20000 by 20000 matrix???
相关话题的讨论汇总
话题: upwind话题: order话题: second话题: schemes话题: what