登录
首页 » matlab » WENO-scheme-for-blast-wave

WENO-scheme-for-blast-wave

于 2020-07-16 发布 文件大小:142KB
0 250
下载积分: 1 下载次数: 76

代码说明:

  有限差分法,5阶WENO格式求解一维Euler方程组的双冲击波问题(fifth-order WENO scheme for 1-D Euler equation with two blast waves problem)

文件列表:

7---双冲击波问题
................\F.m,126,2013-01-08
................\flux.m,282,2013-01-11
................\initialization.m,357,2013-01-11
................\main.m,1403,2013-03-15
................\primitive_to_U.m,252,2012-12-10
................\reconstruction_WENO_5_L.m,577,2012-12-19
................\reconstruction_WENO_5_R.m,577,2012-12-19
................\RK3.m,412,2013-01-08
................\uu6.mat,141552,2013-01-11
................\U_to_primitive.m,231,2012-12-07
................\WENO_5_flux.m,1334,2013-01-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Dickies return label
    说明:  Amplitude of Explosion.In contrast to the design of sparks number, the am-plitude of a good firework explosion is smaller than that of a bad one. Amplitudeof explosion for each firework is defined as follows
    2019-04-13 14:27:46下载
    积分:1
  • 11087 统逆序对
    说明:  Description 设a[0…n-1]是一个包含n个数的数组,若在ia[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • MYFEM
    有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭加 QEB:总刚度矩阵和总列阵合成 BDE:边界条件处理 SOLGS:Gauss-Seidel迭代法求解方程组 UDIFF(NI,NFLAG,UDIF,LE,ADJ):标准元素内形状函数导数计算 DIFF:节点上 , 加权平均 (In this program, FEM was used to solve the possion equation. It is implemented through FORTRAN)
    2009-05-22 17:22:56下载
    积分:1
  • sphcone_rcs
    计算球体RCS,输入球直接获取球的雷达散射截面(Sphere radar cross section calculation)
    2021-05-08 15:58:36下载
    积分:1
  • 贝叶斯聚焦法IEEE Bayesian-Focusing
    最新的关于贝叶斯聚焦算法IEEE文章。该算法通过利用信号DOA概率密度函数实现加权的阵列波前差值法,能实现宽带相干信号的DOA估计,并能减小阵列聚焦误差,提高宽带阵列频域波束形成鲁棒性。(In this paper, we present and study a Bayesian focusing transformation (BFT) for coherent wideband array processing, which takes into account the uncertainty of the direction of arrivals (DOAs). The Bayesian focusing method minimizes the mean-square error of the transformation over the probability densityfunctions(pdfs)oftheDOAs,thusachievingimprovedfocusing accuracy over the entire bandwidth)
    2021-04-07 23:19:01下载
    积分:1
  • CCA
    CCA的MATLAB源代码,可做相关性分析,带注释(CCA MATLAB source code, do correlation analysis, with notes)
    2020-12-23 19:59:07下载
    积分:1
  • filon_integration
    final积分,一种用于计算积分的快速有效的fortran方法。(final integrate)
    2013-01-03 16:12:17下载
    积分:1
  • Target_Tracking_kalman_Program
    说明:  使用卡尔曼滤波进行目标追踪的matlab源代码(The use of Kalman filter for target tracking matlab source code)
    2008-09-20 09:22:41下载
    积分:1
  • zjbhydm
    正交变换源程序,带vc工程。 学习正交变换算法的有力工具。(Orthogonal transformation source code, with vc works. Orthogonal transformation algorithm to learn a powerful tool.)
    2008-04-01 22:53:07下载
    积分:1
  • stack100
    用栈的思想实现的简易计算器,可直接输入表达式,然后自动计算结果(Ideology with a stack of simple calculator, you can directly enter an expression, then automatically calculated)
    2016-06-02 11:23:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载