搜索资源列表
feixianxingpianweifen
- 非线性偏微分方程用不同差分格式求解两种TVD格式-nonlinear partial differential equations were different format for two TVD
对称TVD计算激波反射的程序
- 使用对称TVD格式计算一维激波管,C++程序
使用TVD格式求解流体力学中的激波管问题
- 使用TVD格式求解流体力学中的激波管问题,TVD format used for solving fluid dynamics in the shock tube problem
WENOandENO
- 利用5阶精度的WENO方法求解欧拉方程,里面有源代码和说明文档,具体可参考论文Efficient Implementation of Weighted ENO Schemes。-The use of 5-order accuracy of the WENO method for solving Euler equations, which source code and documentation, specific reference papers Efficient Implementati
TVD
- TVD格式求解一维浅水方程,参考书籍为《计算流体力学》,作者傅德薰,马延文。-TVD Schemes for one-dimensional shallow water equations, reference books as " computational fluid dynamics" by Fu De smoked, Mayan Wen.
tvdip
- Performs discrete total variation denoising (TVD) using a primal-dual interior-point solver.
TVD
- 一维波动方程TVD格式源程序,空间二阶精度,附带计算结果及说明-One-dimensional wave equation TVD scheme source, space second-order accuracy, with results and instructions
Burgers_Harten
- Burgers方程的Harten格式数值解,是一种高精度的TVD格式-Harten format numerical solution for Burgers equation, is an accurate TVD scheme with high resolution
symmetry-TVD-shock
- 对称TVD查分算法求解超音速流在前台阶管道中的流动问题-Symmetric TVD to check sub-algorithm for solving flow problems in the supersonic flow in the former step pipeline
minmod
- minmod限制器函数,计算流体力学TVD格式中的开关函数。-minmod limiter function
ch5soft
- 应该可以说这些格式见证了CFD的发展历史,从简单的CTCS到TVD、ENO这里都应有尽有。 不知道放在这里合适不?-Should say these formats witness the CFD development history, from simple CTCS to TVD ENO here everything all don t know in here not appropriate
ch8soft
- 应该可以说这些格式见证了CFD的发展历史,从简单的CTCS到TVD、ENO这里都应有尽有。 不知道放在这里合适不?-Should say these formats witness the CFD development history, from simple CTCS to TVD ENO here everything all don t know in here not appropriate
ch9soft
- 应该可以说这些格式见证了CFD的发展历史,从简单的CTCS到TVD、ENO这里都应有尽有。 不知道放在这里合适不?-Should say these formats witness the CFD development history, from simple CTCS to TVD ENO here everything all don t know in here not appropriate
1d_scalar
- 计算流体力学解决一维流动问题,包括迎风格式、Laxw-Wendroff格式和Harten TVD格式-CFD solves the one-dimension question,including upwind,Laxw-Wendroff and Harten TVD
TVD
- 用matlab编写的TVD格式一维激波管问题,包含黎曼问题精确解,Hll格式和Roe格式,采用minmod,vanleer等多种限制器-TVD scheme using matlab one-dimensional shock tube problems, including Riemann problem exact solution, Hll formats and Roe format using minmod, vanleer other limiters
sparse-frequency-decomposition
- 包括TVD去噪(速度非常快),最小平方最优程序,用于稀疏频率分解,很好用。-Including TVD noising (very fast), the least-squares best program for sparse frequency resolution, very good use.
TVD
- TVD格式,总变差减小格式的Fortran程序,用于求解一维线性对流方程。-TVD scheme, total variation diminishing format Fortran program for solving one-dimensional linear convection equation.
TVD
- TVD格式的euler方程。各种限制器都有!(Euler equation of TVD scheme. There are all kinds of limiters!)
flow_limiter
- TVD格式的通量限制器,用于计算流体力学模拟,外加原理的笔记文件。(Flow Limiter in TVD Format)
CFD迎风格式,LAXWendroff格式,TVD格式
- 计算流体力学使用一阶迎风格式,Lax_Wendroff格式,TVD格式求解一维标量问题。