Atjaunināt sīkdatņu piekrišanu

E-grāmata: 3D Discrete Element Workbench for Highly Dynamic Thermo-mechanical Analysis: GranOO

(Arts et Métiers ParisTech), (Arts et Métiers ParisTech), (Arts et Métiers ParisTech)
  • Formāts: PDF+DRM
  • Izdošanas datums: 27-Oct-2015
  • Izdevniecība: ISTE Ltd and John Wiley & Sons Inc
  • Valoda: eng
  • ISBN-13: 9781119239789
Citas grāmatas par šo tēmu:
  • Formāts - PDF+DRM
  • Cena: 165,30 €*
  • * ši ir gala cena, t.i., netiek piemērotas nekādas papildus atlaides
  • Ielikt grozā
  • Pievienot vēlmju sarakstam
  • Šī e-grāmata paredzēta tikai personīgai lietošanai. E-grāmatas nav iespējams atgriezt un nauda par iegādātajām e-grāmatām netiek atmaksāta.
  • Bibliotēkām
  • Formāts: PDF+DRM
  • Izdošanas datums: 27-Oct-2015
  • Izdevniecība: ISTE Ltd and John Wiley & Sons Inc
  • Valoda: eng
  • ISBN-13: 9781119239789
Citas grāmatas par šo tēmu:

DRM restrictions

  • Kopēšana (kopēt/ievietot):

    nav atļauts

  • Drukāšana:

    nav atļauts

  • Lietošana:

    Digitālo tiesību pārvaldība (Digital Rights Management (DRM))
    Izdevējs ir piegādājis šo grāmatu šifrētā veidā, kas nozīmē, ka jums ir jāinstalē bezmaksas programmatūra, lai to atbloķētu un lasītu. Lai lasītu šo e-grāmatu, jums ir jāizveido Adobe ID. Vairāk informācijas šeit. E-grāmatu var lasīt un lejupielādēt līdz 6 ierīcēm (vienam lietotājam ar vienu un to pašu Adobe ID).

    Nepieciešamā programmatūra
    Lai lasītu šo e-grāmatu mobilajā ierīcē (tālrunī vai planšetdatorā), jums būs jāinstalē šī bezmaksas lietotne: PocketBook Reader (iOS / Android)

    Lai lejupielādētu un lasītu šo e-grāmatu datorā vai Mac datorā, jums ir nepieciešamid Adobe Digital Editions (šī ir bezmaksas lietotne, kas īpaši izstrādāta e-grāmatām. Tā nav tas pats, kas Adobe Reader, kas, iespējams, jau ir jūsu datorā.)

    Jūs nevarat lasīt šo e-grāmatu, izmantojot Amazon Kindle.

Complex behavior models (plasticity, cracks, visco elascticity) face some theoretical difficulties for the determination of the behavior law at the continuous scale. When homogenization fails to give the right behavior law, a solution is to simulate the material at a meso scale in order to simulate directly a set of discrete properties that are responsible of the macroscopic behavior.  The discrete element model has been developed for granular material. The proposed set shows how this method is capable to solve the problem of complex behavior that are linked to discrete meso scale effects. The first book solves the local problem, the second one presents a coupling approach to link the structural effects to the local ones, this third book presents the software workbench that includes all the theoretical developments.

List of Figures
ix
List of Tables
xiii
Introduction xv
Chapter 1 Object Oriented Approach and UML
1(14)
1.1 Object Oriented (OO) paradigms
1(3)
1.2 OO analysis and design
4(5)
1.2.1 Association
4(1)
1.2.2 Association class
5(1)
1.2.3 Inheritance
5(1)
1.2.4 Aggregation
5(1)
1.2.5 Composition
6(1)
1.2.6 Genericity with the template classes
7(1)
1.2.7 Encapsulation and class interface
8(1)
1.3 UML diagrams
9(6)
1.3.1 Class diagram
10(2)
1.3.2 Sequence diagram
12(3)
Chapter 2 Operating Architecture
15(38)
2.1 The GranOO package
16(7)
2.1.1 The Docs directory
18(1)
2.1.2 The Examples directory
19(1)
2.1.3 The Libs directory
19(2)
2.1.4 The Licenses directory
21(1)
2.1.5 The Local directory
22(1)
2.1.6 The Tests directory
22(1)
2.1.7 The Too Is directory
22(1)
2.2 Compilation process of the executable file
23(2)
2.3 Launching a GranOO executable
25(1)
2.4 The input files
26(8)
2.4.1 Quick introduction to XML: the tags
26(1)
2.4.2 Input file structure
27(1)
2.4.3 The header and footer sections
28(1)
2.4.4 The plugin sections
28(2)
2.4.5 Input file validation process
30(4)
2.5 The magic world of the plugins
34(10)
2.5.1 The standard plugins versus user plugins
34(1)
2.5.2 Writing a good plugin
34(1)
2.5.3 The plugin class hierarchy
35(1)
2.5.4 The plugin object factory
36(1)
2.5.5 Interaction with the input file
37(5)
2.5.6 Calling a plugin from another plugin
42(2)
2.6 The output files
44(9)
2.6.1 The output directory
44(1)
2.6.2 The GDD files
45(1)
2.6.3 The sensor file
46(6)
2.6.4 Conclusion
52(1)
Chapter 3 Focus on Libraries
53(48)
3.1 The geometrical library
54(19)
3.1.1 About performance
54(2)
3.1.2 All you need is frame
56(2)
3.1.3 The Sector class
58(2)
3.1.4 The Point class
60(1)
3.1.5 The quaternion class
61(2)
3.1.6 The matrix class
63(1)
3.1.7 The shape classes
64(1)
3.1.8 The elastic pendulum example
65(8)
3.1.9 Conclusion
73(1)
3.2 The DEM library
73(26)
3.2.1 Focus on the SetOf class environment
74(8)
3.2.2 The discrete element classes
82(2)
3.2.3 The physical property class group
84(3)
3.2.4 The interaction class group
87(4)
3.2.5 The discrete shape classes
91(2)
3.2.6 Class serialization using boost library
93(4)
3.2.7 On-the-fly contact detection and treatment
97(2)
3.3 The libMySandbox library
99(1)
3.4 Conclusion
99(2)
Chapter 4 Tools and Practical Examples of Use of GranOO
101(48)
4.1 Tool overview
101(13)
4.1.1 gddViewer program: a tool to visualize GDD files
101(3)
4.1.2 Postprocessing sensors data with plot-sensor-data.py
104(3)
4.1.3 Building and running parametric studies
107(4)
4.1.4 Building gdd file with cooker
111(3)
4.15 Cohesive beam calibration
114(5)
4.1.6 Managing project
118(1)
4.2 Granular simulation: the bluewave example
119(5)
4.3 The continuous discrete element model
124(23)
4.3.1 Silica glass calibration
124(6)
4.3.2 The failure tensile test
130(11)
4.3.3 The failure torsion problem
141(2)
4.3.4 Loose abrasive grinding of silica glass
143(4)
4.4 Conclusion
147(2)
Conclusion 149(4)
Appendices 153(2)
Appendix 1 Using Quaternions 155(14)
Appendix 2 Pendulum Problem Complete Code 169(6)
Bibliography 175(4)
Index 179
Damien Andre, Arts et Métiers ParisTech, I2M.

Jean Luc Charles, Arts et Métiers ParisTech.

Ivan Iordanoff, professor at Arts et Métiers ParisTech, Research at I2M laboratory.