登录
首页 » Visual C++ » Euler_DG_Quadrilateral_2D

Euler_DG_Quadrilateral_2D

于 2021-01-29 发布 文件大小:46KB
0 184
下载积分: 1 下载次数: 60

代码说明:

  自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。 程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采 用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss- Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等 等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^ 如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具 有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法 (物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N 来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program Last made ​ ​ a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the Program to curved edge quadrilateral element vortices appear Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn Is 1234 and then the side of the midpoint of the number 5678. Time promote the use of Runge-Kutta method Numerical flux of the overall situation of Lax-Friedrichs, flux Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici. The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss- The Legendr)

文件列表:

Euler_DG_Quadrilateral_2D
.........................\2DWeights_GaussLegendreLobatto2.cpp,192,2012-04-07
.........................\DGFEM_quadrilateral.h,11078,2012-04-11
.........................\DifferentialMatrix2.cpp,594,2012-04-11
.........................\DifferentialMatrix4eta.cpp,456,2011-11-02
.........................\DifferentialMatrix4xi.cpp,451,2011-11-02
.........................\DwDxy.cpp,2511,2012-04-07
.........................\dxydxieta.cpp,1956,2012-04-07
.........................\ElementInitialization.cpp,3804,2012-04-07
.........................\Element_Node.txt,29520,2012-04-04
.........................\fRight.cpp,12174,2012-04-11
.........................\Function.cpp,2065,2012-04-11
.........................\FunPoly.cpp,24907,2011-10-27
.........................\f_RungeKutta.cpp,19182,2012-04-07
.........................\GridCorrect.cpp,1153,2012-04-11
.........................\GridData.cpp,2246,2012-04-10
.........................\Inside_Node.txt,720,2012-04-04
.........................\InterpolationMatrix2.cpp,690,2012-04-10
.........................\InterpolationMatrix4.cpp,413,2012-04-07
.........................\InterpolationMatrixN_NEG.cpp,648,2012-04-08
.........................\InverseMatrixN.cpp,1294,2012-04-07
.........................\LengthNormal.cpp,10181,2012-04-11
.........................\MainFile_DGFEM_quadrilateral.cpp,579,2012-04-11
.........................\MassMatrix.cpp,5314,2012-04-07
.........................\Node_Coordinate.txt,32214,2012-04-04
.........................\Outside_Node.txt,720,2012-04-04
.........................\pre_RungeKutta.cpp,13564,2012-04-11
.........................\ProgramInitialization.cpp,2112,2012-04-09
.........................\Result.cpp,9325,2012-04-12
.........................\RungeKutta.cpp,3743,2012-04-11
.........................\SpectralRadius.cpp,0,2012-04-08
.........................\TimeStepDeltaT.cpp,602,2012-04-08
.........................\ZerosWeights_GaussLegendreLobattoCurve.cpp,1452,2012-04-07
.........................\ZerosWeights_GaussLegendreLobattoN.cpp,1401,2012-04-07
.........................\ZerosWeights_GaussLegendreLobattoNGLL.cpp,1519,2012-04-07

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

发表评论

0 个回复

  • MM1
    用C++实现排队论中M/M/1模型。简单方便。(Using C++ implementation in the M/M/1 queuing theory model. Easy and convenient.)
    2020-11-16 13:39:41下载
    积分:1
  • Program
    利用表达式求解和栈的只是,设计一个简易的数学题库, 可供小学生作业,并能给出分数。 要求:建立试题库文件,随机产生 n 个题目;题目涉及加减乘除,带括弧的混合运算;随时可以退出;保留历史分数,能回顾历史,给出与历史分数比较后的评价。(Use solving expressions and stack just design a simple math exam, students for the job, and can give a score. Requirements: Create test file, randomly generating n topics topics involving addition, subtraction with parentheses mixing operation ready to quit keep historical scores, can look back at history, and history is given uation scores after comparison.)
    2020-12-29 22:59:01下载
    积分:1
  • shuzhifenxi
    北京航空航天大学硕士研究生数值分析课的第一次大作业,用幂法反幂法求取矩阵的最大最小特征值(Minimum and maximum eigenvalue of the first graduate of Beijing University of Aeronautics and Astronautics numerical analysis class job, using the power method matrix inverse power law to strike)
    2012-12-05 22:07:01下载
    积分:1
  • 4-fft
    FFT快速傅里叶变换 采用基4 fft实现的c语言版(FFT Fast Fourier Transform implemented using the base 4 fft c language version)
    2020-12-16 15:09:13下载
    积分:1
  • Workshop7
    An example of using a matrix object in order to pass values and complete a function.
    2015-12-10 23:32:02下载
    积分:1
  • fitellipse(two-method)
    我收集的老外编的椭圆拟合算法,C++实现,输入一组XY数据就能求出椭圆参数(I collected foreigner series the oval fitting algorithm, C++, achieve)
    2020-10-16 09:17:29下载
    积分:1
  • aphysicaltool
    用于计算大物实验中常用的平均值和不确定度。(a simple tool to calculate average of input values.)
    2015-01-16 17:01:29下载
    积分:1
  • Preamble-detection
    可实现OFDM电力载波通信的前导序列检测,能进行连续多个前导检测(Can achieve OFDM power carrier communication leading sequence detection, can carry out a number of continuous preamble detection)
    2017-03-01 09:59:37下载
    积分:1
  • ems
    用于处理电力系统中含有4个节点的随机潮流计算(Four nodes to deal with the random flow calculation)
    2009-06-16 09:43:28下载
    积分:1
  • Computational-Science-codes
    开发环境没有可选项,fortran90,Fortran_90_and_Computational_Science-_codes(Computational Science codes by fortran90 )
    2013-10-10 17:07:12下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载