CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - SOD

搜索资源列表

  1. 1D-Eurler-Solver-Clean-SOD

    0下载:
  2. Attempted 1D Euler Solver. Local Lax Friedrich scheme with MINMOD/SUPERBEE/MC flux limiter scheme. I m able to successfully apply the flux limiter, but for some reason, I still get some bizarre oscillations that do not amplify but causes unphysical r
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:8.31kb
    • 提供者:idaho kitty
  1. 1d-sod-no-debug

    0下载:
  2. 理想气体状态方程的一维波前追踪程序,能够精确捕捉界面,求解黎曼问题-ideal gas equation of state one-dimensional front tracking algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:491.84kb
    • 提供者:wangxing
  1. eno3

    1下载:
  2. 三阶精度ENO 求解SOD问题 采用C++ 类 自动释放 tecplot 给出结果-The third-order accuracy of ENO solving SOD the problem C++ class release tecplot automatically gives results
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:358.47kb
    • 提供者:wangyangming
  1. EULER_FVM_1D

    0下载:
  2. Euler Ideal Fluid System 1D with Finite Volume Method with 3 test problems. 1) Sod Shock Tube Riemann Problem 2) Woodward Collela Blast Wave 3) Two Shock Interaction
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:293.2kb
    • 提供者:Armor
  1. Sod

    5下载:
  2. 利用5阶WENO有限差分法求解一维Euler方程组,给出求解Sod型激波管问题的详细程序。-The use of 5-order WENO finite difference method for solving one-dimensional Euler equations given type of shock tube problem solving Sod detailed procedures.
  3. 所属分类:Algorithm

    • 发布日期:2014-04-11
    • 文件大小:2kb
    • 提供者:乐乐
  1. oned_euler_v1

    0下载:
  2. Here is a 1D Euler code (1D shock tube code) for solving Sod s shock tube problem, using Roe s Approximate Riemann solver, minmod limiter, and 2- stage Runge-Kutta time-stepping. Learn how a second-order non-oscillatory Euler code is written,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:5.51kb
    • 提供者:ARP
  1. oned_euler

    0下载:
  2. 一维欧拉方法的计算,解决Sod s激波管问题,使用李曼近似解-A method of calculating Viola, Sod' s shock tube problem solving, using Lehman approximate solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6.01kb
    • 提供者:桑红
  1. CODES

    0下载:
  2. CFD,一维Euler方程,Roe格式,三阶Runge-Kutta。可求解激波管问题等。-CFD,1 dimentional Euler equations, Roe scheme,3rd order Runge Kutta. used to solve SOD problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:71.04kb
    • 提供者:ys
  1. Lax_bassi_rebay

    2下载:
  2. 间断有限元方法( Runge–Kutta discontinuous Galerkin )求解N-S方程 算例为一维sod问题 流通量为BR1-Discontinuous Finite Element Method (Runge-Kutta discontinuous Galerkin) N-S equation solving a one-dimensional example problem sod Liquidity is BR1
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.12kb
    • 提供者:soong
  1. K-T1

    1下载:
  2. 此程序是中心格式,称作K-T格式(Kurganov-Tadmor)用于解决流体力学中一维激波管问题,例如sod问题等等。-CFD,central scheme(K-T格式),1-D shock-tube problem,sod problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.48kb
    • 提供者:蔡振宇
  1. weno5

    1下载:
  2. weno5求解sod激波管问题,是初学计算流编程时做作业的题目,供参考-sod shock problem solve by weno5 for reference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:李月
  1. vanleer

    0下载:
  2. 流体力学sod激波管问题的vanleer分裂,适合初学者使用。-Fluid mechanics sod shock tube problem vanleer division, suitable for beginners use.
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:1kb
    • 提供者:sa
  1. Numericalsolve_sod

    5下载:
  2. % 数值求解Sod激波管问题 % 采用Steger-Warming分裂 % 时间推进格式为3阶Runge-Kutta方法(A numerical solution for the Sod shock tube by using the method of Steger-Warming flux vector splitting.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-20
    • 文件大小:14kb
    • 提供者:晚风轻轻
  1. WENO-master

    1下载:
  2. sod 激波管问题的简单实现,包括weno3和weno5,makefile可正常运行,方便使用(Sod shock tube simple implementation of the problem, including weno3 and weno5, makefile can be normal operation, easy to use)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:855kb
    • 提供者:klzhao
  1. WenOOF-master

    0下载:
  2. 面向对象fortran写的一维流体力学代码,结构清晰,方便实现,欢迎下载(object-oriented FORTRAN written one-dimensional fluid mechanics code, clear structure, easy to implement, please download)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:124kb
    • 提供者:klzhao
  1. 一维激波管

    4下载:
  2. 本程序源码为用C语言编写的一维激波管问题计算程序(1d sod shock tube problem)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-28
    • 文件大小:1kb
    • 提供者:qqw14
  1. SOD

    4下载:
  2. 采用matlab计算一维SOD激波管问题程序,采用了有限差分格式(One dimensional SOD shock tube problem is calculated by MATLAB, and the finite difference scheme is adopted.)
  3. 所属分类:matlab例程

  1. sod

    1下载:
  2. sod激波管问题,x<0:(u,ρ,p)=(0,1,1);x≥0:(u,ρ,p)=(0,0.125,0.1),画出t=0.14时刻的u,ρ,p曲线.(The Sod shock tube problem, named after Gary A. Sod, is a common test for the accuracy of computational fluid codes, like Riemann solvers, and was heavily investigated by S
  3. 所属分类:数学计算

    • 发布日期:2020-07-22
    • 文件大小:14kb
    • 提供者:李威
  1. sod

    2下载:
  2. 计算sod激波管问题,可以自动判断和自动输出结果,只需要输入激波管问题的初始条件(The calculation of SOD shock tube)
  3. 所属分类:数学计算

    • 发布日期:2020-06-17
    • 文件大小:2kb
    • 提供者:益达233
  1. sod

    1下载:
  2. 使用Sterger_warming 格式计算一维激波管,适合计算流体力学入门(steger_warming method was been used for 1D sod tube)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-16
    • 文件大小:1kb
    • 提供者:linghui
« 12 »
搜珍网 www.dssz.com