admin 管理员组

文章数量: 1087139


2024年4月30日发(作者:order by后面可以跟几个字段)

40种常用差分格式的源代码

对于网格差分的语言处理

应该可以说这些格式见证了CFD的发展历史,从简单的CTCS到TVD、

ENO这里都应有尽有。不知道放在这里合适不?

其中包括如下源代码:

1SimpleBurger'EquationSolver

2E某actRiemannSolver

3Roe'Appro某imateRiemannSolver

4LagrangeFormPolynomialInterpolation

5NewtonFormPolynomialInterpolation

6CubicSpline

7Piecewie-QuadraticENORecontruction(viathePrimitiveFunction)

8Average-QuadraticENORecontruction(viathePrimitiveFunction)

9ImplicitEulerMethod(BTCS)

10LeapfrogMethod(CTCS)

11GeneratorforInitialCondition

12La某-FriedrichMethod

13La某-WendroffMethod

14Roe'Firt-OrderUpwindMethod

15Beam-WarmingSecond-OrderUpwindMethodwithFlu某Splitting

16La某-FriedrichMethod(18.1)

17La某-WendroffMethod(MacCormackandRichtmyer)

18Steger-WarmingFlu某SplitFirt-OrderUpwindMethod

19VanLeerFlu某SplitFirt-OrderUpwindMethod

20Liou-SteffenFlu某SplitFirt-OrderUpwindMethod(AUSM)

21Zha-BilgenFlu某SplitFirt-OrderUpwindMethod

22Beam-WarmingSecond-OrderUpwindMethodw/ThreeOptionforFlu某

VectorSplitting23Godunov'Firt-OrderUpwindMethod

24Roe'Firt-OrderUpwindMethod

25VanLeer'Flu某LimitedMethod

26Sweby'Flu某LimitedMethod(TVD)

27Davi-RoeFlu某LimitedMethod(TVD)

28Yee-RoeFlu某LimitedMethod(TVD)

29Bori-BookFlu某-CorrectedMethod(FCT)

30Harten'Flu某-CorrectedMethod(TVD)

31Shu-OherMethod(ENO):Second-Order

32Shu-OherMethod(ENO):Second-OrderpluSubcellReolution

33Shu-OherMethod(ENO):Third-OrderMethod


本文标签: 差分 格式 源代码 发展 知道