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

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

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

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

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

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

售價:HK$ 199.8

我要買

share:

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


新書推薦:
他者中的近代朝鲜(西方韩国研究丛书)
《 他者中的近代朝鲜(西方韩国研究丛书) 》

售價:HK$ 85.8
索恩丛书·苏莱曼大帝的崛起:奥斯曼宫廷与16世纪的地中海世界
《 索恩丛书·苏莱曼大帝的崛起:奥斯曼宫廷与16世纪的地中海世界 》

售價:HK$ 86.9
攀龙附凤:北宋潞州上党李氏外戚将门研究(增订本)宋代将门百年兴衰史
《 攀龙附凤:北宋潞州上党李氏外戚将门研究(增订本)宋代将门百年兴衰史 》

售價:HK$ 97.9
金钱的力量:财富流动、债务、与经济繁荣
《 金钱的力量:财富流动、债务、与经济繁荣 》

售價:HK$ 97.9
超越想象的ChatGPT教育:人工智能将如何彻底改变教育     (土耳其)卡罗琳·费尔·库班     穆罕默德·萨欣
《 超越想象的ChatGPT教育:人工智能将如何彻底改变教育 (土耳其)卡罗琳·费尔·库班 穆罕默德·萨欣 》

售價:HK$ 75.9
应对百年变局Ⅲ:全球治理视野下的新发展格局
《 应对百年变局Ⅲ:全球治理视野下的新发展格局 》

售價:HK$ 85.8
咖啡烘焙师:CCR数据化咖啡烘焙实战
《 咖啡烘焙师:CCR数据化咖啡烘焙实战 》

售價:HK$ 74.8
前端工程化——体系架构与基础建设(微课视频版)
《 前端工程化——体系架构与基础建设(微课视频版) 》

售價:HK$ 97.9

 

內容簡介:
有限元语言是一种适用于有限元方法求解偏微分 方程的模型语言。采用有限元语言编程就是书写偏微 分方程和算法,然后由生成器产生全部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 - 2025 (香港)大書城有限公司  All Rights Reserved.