登入帳戶  | 訂單查詢  | 購物車/收銀台(0) | 在線留言板  | 付款方式  | 運費計算  | 聯絡我們  | 幫助中心 |  加入書簽
會員登入 新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2023年度TOP分類瀏覽雜誌 臺灣用戶
品種:超過100萬種各類書籍/音像和精品,正品正價,放心網購,悭钱省心 服務:香港台灣澳門海外 送貨:速遞郵局服務站

新書上架簡體書 繁體書
暢銷書架簡體書 繁體書
好書推介簡體書 繁體書

十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書
五月出版:大陸書 台灣書
四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書
11月出版:大陸書 台灣書
十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書

『簡體書』有限元语言及应用 I(英文版)

書城自編碼: 2717820
分類:簡體書→大陸圖書→自然科學數學
作者: 梁国平,周永发
國際書號(ISBN): 9787030465177
出版社: 科学出版社
出版日期: 2015-12-01

頁數/字數: 264页
書度/開本: B5

售價:HK$ 199.8

我要買

 

** 我創建的書架 **
未登入.


新書推薦:
大单元教学设计20讲
《 大单元教学设计20讲 》

售價:HK$ 76.2
儿童自我关怀练习册:做自己最好的朋友
《 儿童自我关怀练习册:做自己最好的朋友 》

售價:HK$ 69.4
高敏感女性的力量(意大利心理学家FSP博士重磅力作。高敏感是优势,更是力量)
《 高敏感女性的力量(意大利心理学家FSP博士重磅力作。高敏感是优势,更是力量) 》

售價:HK$ 62.7
元好问与他的时代(中华学术译丛)
《 元好问与他的时代(中华学术译丛) 》

售價:HK$ 87.4
汽车传感器结构·原理·检测·维修
《 汽车传感器结构·原理·检测·维修 》

售價:HK$ 109.8
怪谈百物语:不能开的门(“日本文学史上的奇迹”宫部美雪重要代表作!日本妖怪物语集大成之作,系列累销突破200万册!)
《 怪谈百物语:不能开的门(“日本文学史上的奇迹”宫部美雪重要代表作!日本妖怪物语集大成之作,系列累销突破200万册!) 》

售價:HK$ 65.0
罗马政治观念中的自由
《 罗马政治观念中的自由 》

售價:HK$ 50.4
中国王朝内争实录:宠位厮杀
《 中国王朝内争实录:宠位厮杀 》

售價:HK$ 61.6

 

內容簡介:
有限元语言是一种适用于有限元方法求解偏微分 方程的模型语言。采用有限元语言编程就是书写偏微 分方程和算法,然后由生成器产生全部FORTRAN语言 的有限元程序。梁国平、周永发编*的《有限元语言 及应用Ⅰ英文版精》的主要内容包括微分方程表 达式,单物理场算法和多场耦合有限元算法的描述语 言;元件化程序设计方法;有限元的数据结构;形函 数库,微分算子库,单物理算法库等。
目錄
Preface to the Series in Information and Computational Science
Preface
Introduction
Chapter 1 Description Language of Differential Equation Expression
1.1 Writing PDE Files
1.1.1 DEFI Information Segments
1.1.2 FUNC Information Segments
1.1.3 STIF Information Segments
1.1.4 MASS Information Segments
1.1.5 DAMP Information Segments
1.1.6 LOAD Information Segments
1.1.7 Insert Fortran Source Programs
1.1.8 Examples
1.2 Writing CDE Files
1.2.1 DEFI Information Segments
1.2.2 FUNC Information Segments
1.2.3 SHIF Information Segments
1.2.4 MASS Information Segments
1.2.5 DAMP Information Segment
1.2.6 LOAD Information Segments
1.2.7 Insert Fortran Source Programs
1.2.8 Examples
1.3 Writing VDE Files
1.3.1 Vector and Matrix Specification Statements
1.3.2 ARRAY Specification Statements
1.3.3 Tensor Operation Expressions
1.3.4 Examples
1.4 Writing FDE Files
1.4.1 Writing Format of FDE Documents
1.4.2 FVECT and FMATR Statements
1.4.3 l Operator Statements
1.4.4 Common l Operator Library
1.4.5 a Operator Statements
1.4.6 w Operator Statements
1.4.7 s Operator Statements
1.4.8 r Operator Statements
1.4.9 Examples
1.5 Writing FBC Files
1.6 Writing GES Files
1.6.1 GES Files Structure
1.6.2 Rules for Writing GES Files
1.6.3 Examples
1.6.4 Element Subroutine
1.7 Writing GLT Files
1.7.1 DEFI Information Segments
1.7.2 VART Information Segments
1.7.3 Insert Fortran Source Programs
1.8 Writing Finite Volume Method Programs
1.8.1 GVS File Structure
1.8.2 Rules for Writing GVS Files
1.8.3 Rules for writing FVS Files
1.8.4 Basic flow of Finite Volume Method Program
1.8.5 Examples
1.8.6 FVS Files of Several Types of Elements
Chapter 2 Description Language of Algorithms in Single-physics Fields
2.1 NFE File Structure
2.2 Rules of writing NFE Files
2.2.1 DEFI Information Segments
2.2.2 COEF Information Segments
2.2.3 EQUATION Information Segments
2.2.4 SOLUTION Information Segments
2.2.5 Insert Fortran Source Programs
2.2.6 The Ending Character
2.3 NFE Algorithm Library
2.3.1 ell. nfe
2.3.2 nell. nfe
2.3.3 parb. nfe
2.3.4 par. ale
2.3.5 nparb, nfe
2.3.6 npar. nfe
2.3.7 wave. nfe
2.3.8 wavev. nfe
2.3.9 newmark. nfe
2.3.10 waveexp. nfe
2.3.11 nwave, nfe
2.3.12 nnewmark. nfe
2.3.13 nwaveexp. nfe
2.3.14 str. nfe
2.3.15 nstr. nfe
2.3.16 hypls, nfe
2.3.17 cbsexp, nfe
Chapter 3 Description Language of Coupling FEM Algorithms in Multi-Physlcs Fields
3.1 Writing GCN Files
3.1.1 Writing Pattern
3.1.2 Examples
3.2 GCN Library
3.3 Writing MDI Files
3.3.1 Writing Pattern
3.3.2 Examples
Chapter 4 Component-based Program Design Method
4.1 Finite Element Program Structure and Component-based Program Design Method
4.1.1 Program Structure
4.1.2 Component-based Program Design Method
4.2 Five Component Programs
4.2.1 START Component Program
4.2.2 BFT Component Program
4.2.3 E Component Program
4.2.4 SOLV Solver
4.2.5 U Component Program
Chapter 5 Data Structure of Finite Element Method
5.1 Component Description of Input Data for Finite Element Computation
5.1.1 Data Entry Form
5.1.2 ReadWrite Format of Table Files
5.2 Input Data of FEM in Single-physics Problem
5.2.1 Coordinate Data Table
5.2.2 Table of Node Specification Number
5.2.3 Table of Specified Nodal Displacement and Nodal Load Information
5.2.4 Table of Initial Values
5.2.5 Element Information Data
5.3 Display and Query of FEM Input Data
5.4 PRE Files
5.4.1 Linear Steady State Examples
5.4.2 Nonlinear Transient Examples
5.4.3 Examples of Coupling Problems in Multi-physics Fields ~
5.4.4 Automatic Writing and Modification of Files
5.5 Results Display POS Files
Appendix A Interpolation Functions and Element Types
A.1 1D Lagrange Element
A.1.1 1D Linear Element
A.1.2 1D Quadratic Element
A.2 2D Lag-range Element
A.2.1 Four Nodal Rectangular Element
A.2.2 Nine-Node Rectangular Element
A.2.3 Eight Nodal Rectangular Element
A.2.4 Three Nodal Triangle Element
A.2.5 Six Triangle Element
A.3 3D Lagrange Element
A.3.1 Eight-node Hexahedral Element
A.3.2 27-node Hexahedral Element
A.3.3 20-node Hexahedral Element
A.3.4 Four nodal Tetrahedron Element
A.3.5 Ten-node Tetrahedron Element
A.3.6 Six-node Triangular Prism Element
Appendix B Isoparametric Element
B.1 Integral Transformation for Rectangular Coordinates of Natural Coordinates
B.2 Integral Transformation for Rectangular Coordinates of Natural Coordinates
Appendix C Numerical Integration
C.1 Gaussian Integral
C.2 Nodal Integral
Appendix D Appendix D Term Collections of Finite Element Program
Appendix E Collections of Key Words of Finite Element Language
Symbol Table
References
Index

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 大陸用户 | 海外用户
megBook.com.hk
Copyright © 2013 - 2024 (香港)大書城有限公司  All Rights Reserved.