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

搜索资源列表

  1. 二维非结构化网格生成及流动传热求解程序

    4下载:
  2. delauney二维非结构化网格生成程序 采用fortran语言-Delauney 2D unstructured mesh generation process using FORTRAN language
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6828
    • 提供者:asdf
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. MESH

    3下载:
  2. 用fortran写的画分网格的程序,大家有做有限元的可以看下-Written using fortran programs painting sub-grid
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-11-26
    • 文件大小:5509
    • 提供者:zhb
  1. mesh_2d

    0下载:
  2. 二维贴体网格 fortran 源程序;偏微分方程生成网格,附详细的说明文档-body-fit mesh generation, two dimension
  3. 所属分类:Algorithm

    • 发布日期:2014-05-18
    • 文件大小:3072
    • 提供者:朱海
  1. unstruct

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:393193
    • 提供者:zhuchuanyun
  1. triangular-mesh-generation

    0下载:
  2. 这里提供一个生成三角形网格的基本程序:平面三角形网格生成原理及程序,内有说明文档-Planar triangular mesh generation principles and procedures for
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:259712
    • 提供者:枫过留痕
  1. code

    2下载:
  2. 二维非结构网格生成程序。用 Delaunay 三角形化方法,实现x‐y 平面上给定的梯形区域的非结构化网格划分。-Unstructured mesh generation process. Delaunay triangulation method used to achieve x-y plane of the trapezoidal region given unstructured mesh.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5790
    • 提供者:GSD
  1. mesh-generation

    0下载:
  2. 采用微分方程生成网格的例子,带有附加说明和源码-the mesh generation by using the pde, with the reference file and the source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:193258
    • 提供者:followtime
  1. MESH

    0下载:
  2. Fortran Programme for Meshing in 2D and 3D
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:25521
    • 提供者:Hamma
  1. paramesh4.0

    3下载:
  2. 做网格的好程序,PARAMESH is a package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code with adaptive mesh refinem
  3. 所属分类:Algorithm

    • 发布日期:2015-12-02
    • 文件大小:919396
    • 提供者:wangsong
  1. mesh

    0下载:
  2. 叶轮机械多级叶轮网格生成程序介绍 侯 乐 毅 非定常流课题组 本文开发的叶轮机械多级叶轮网格生成程序,采用的网格类型为H型,并在叶片前面/后面延伸区域设置平直网格数ID1和IDN。主程序MESH_BLADE_STAGES,分成三个部分,原始叶型及控制参数从输入程序INPUT输入,求解程序为GRID(ZERO),输出程序为OUTPUT。-Multi-stage turbomachinery impeller mesh generation procedures introduce Hou
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:116194
    • 提供者:韦世锋
  1. laplas

    0下载:
  2. Laplace method to make mesh
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1862
    • 提供者:amir
  1. meshgeneration

    0下载:
  2. 计算用网格剖分程序,利用Bowyer-Watson method 法剖分,生成Delaunay网格-Calculation mesh generation procedure, and use law split Bowyer-Watson method to generate Delaunay meshes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4964
    • 提供者:宋力
  1. airfoil

    1下载:
  2. 利用FORTRAN 开发的机翼数值模拟的源代码。其中包括了网格划分。-The development of the use of FORTRAN source code for the numerical simulation of the wing. Including mesh.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3191
    • 提供者:程鹏
  1. code

    0下载:
  2. 用偏微分方程法实现 x-y 平面上的给定的椭圆区域的结构化网格划分.同时在控制函数中设置某些参数,还可以实现网格的整体的移动或局部的吸引。-With partial differential equations method to achieve a given xy plane elliptical region structured mesh. While in the control function to set some parameters, but also allows the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2994
    • 提供者:GSD
  1. colmod

    0下载:
  2. 一个解常微分边值问题的高端求解器,可以解显式表达的微分方程组,且此微分方程组的每一个方程可以容许4阶的微分。长于解非线性的奇异问题。内附论文。程序自带说明和算例。-Automatic Continuation With Collocation. This Package Solves `Stiff Boundary Value Problems For Ordinary Differential Equations By Using Continuation, As Descri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:246284
    • 提供者:刘项
  1. 222

    0下载:
  2. SOURSE.无机构有限体积法,适用于3D河流有限元数值模拟,三角形网格,有限容积法-SOURSE. No body finite volume method for 3D finite element numerical simulation of the river, triangular mesh, finite volume method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:16447
    • 提供者:王彪
  1. unstructive-mesh

    1下载:
  2. 非结构化网格的实现,二维非结构化网格生成及流动传热求解程序-Unstructured grid implementation, two-dimensional unstructured grid generation and flow and heat transfer solver
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:6848
    • 提供者:zhaolei
  1. DONGWANGGE

    1下载:
  2. 动网格生成程序,FORTRAN语言编写,具体效果可以看AVI文件-Moving mesh generation program, FORTRAN language, the specific effect of AVI files can be seen
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-04-05
    • 文件大小:1129391
    • 提供者:duhui
  1. Gmsh-4.0.6-source

    1下载:
  2. 经典的三维有限元网格生成程序全套源代码及配套的前处理、后处理程序。用C++和Fortran开发。同时配有Manual使用手册。(a three-dimensional finite element mesh generator with built-in pre- and post-processing facilities, source codes are compiled by C++ and Fortran language, with manual.)
  3. 所属分类:数学计算

    • 发布日期:2019-01-02
    • 文件大小:13599744
    • 提供者:Welson Lau
« 12 »
搜珍网 www.dssz.com