声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 3253|回复: 2

[其他CAE] ELLPACK System介绍

[复制链接]
发表于 2005-6-6 08:07 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?我要加入

x
ELLPACK is implemented as a Fortran preprocessor supported by a large software library. Its very high level language can reduce the programming effort for a "routine" elliptic problem by a factor of a hundred or more. Its flexibility allows one to handle the "messy" aspects of many real problems by detailed Fortran code and still use its simple language and powerful library for the rest of the solution. ELLPACK is portable and has been run in a variety of computer environments. Its installation requires a Fortran compiler, the ability to create a Fortran library, and the machine constants for one small program. It can be brought up in an afternoon by someone familiar with the local system.

Problem Solving Capabilities

ELLPACK has the following problem solving capabilities using minimal programming.

  • Linear elliptic problems on rectangular 2-dimensional domains

  • both finite difference and finite element methods
  • fast methods for problems with simple structure
  • Gauss elimination, sparse matrix or iteration methods


  • Linear elliptic problems on general 2-dimensional domains

  • both finite difference and finite element methods
  • Gauss elimination, sparse matrix or iteration methods


  • Linear, self-adjoint elliptic problems on rectangular 3-dimensional domains

  • finite difference methods
  • fast methods for Poisson problems


  • Typical ELLPACK applications that have been made:

  • Poisson problems on general 2-D domains
  • Comparison of several methods for the semi-conductor equations
  • Solute segregation during solidification of a binary alloy
  • Analysis of convergence properties of iteration methods
  • nonlinear Poisson problem: uxx + uyy = u**2 (x**2 + y**2) EXP(- xy)
  • Minimal surface equations (Plateau problem)
  • Electrostatic problems in domains with slits
  • Two-phase diffusion
  • Non-linear, laminar, non-newtonian flow
  • Reynold's equation for gas-film lubrication
  • System of 2 and 3 nonlinear elliptic equations
  • Simple Ellpack Program


Simple Ellpack Program

  1. EQUATION.        UXX + Y*UYY + SIN(X+Y)*U = 1 - X + Y
  2. BOUNDARY.        U = 0        ON        X = 0.
  3. U = Y        ON        X = 1.
  4. U = 0        ON        Y = 0.
  5. U = X        ON        Y = 1.
  6. GRID.        21 X POINTS $ 21 Y POINTS
  7. DISCRETIZATION.        HERMITE COLLOCATION
  8. SOLUTION.        LINPACK BAND
  9. OUTPUT.        PLOT(U) $ TABLE(U)
  10. END.
复制代码
回复
分享到:

使用道具 举报

 楼主| 发表于 2005-6-6 08:08 | 显示全部楼层
发表于 2023-11-8 08:21 | 显示全部楼层
您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|声振论坛

GMT+8, 2024-6-21 13:57 , Processed in 0.047771 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表