Development and application of the finite element method based on MATLAB:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Berlin [u.a.]
Springer
2010
|
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | Literaturangaben |
Beschreibung: | X, 64 S. graph. Darst. 24 cm |
ISBN: | 9783642131523 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV036680348 | ||
003 | DE-604 | ||
005 | 20120215 | ||
007 | t| | ||
008 | 100921s2010 xx d||| |||| 00||| eng d | ||
015 | |a 10N17 |2 dnb | ||
016 | 7 | |a 1001790057 |2 DE-101 | |
020 | |a 9783642131523 |c Pp. : EUR 85.55 |9 978-3-642-13152-3 | ||
035 | |a (OCoLC)699661334 | ||
035 | |a (DE-599)DNB1001790057 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-83 |a DE-29T |a DE-706 | ||
082 | 0 | |a 620.1050151825 |2 22/ger | |
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a 620 |2 sdnb | ||
100 | 1 | |a Baaser, Herbert |d 1971- |e Verfasser |0 (DE-588)121417190 |4 aut | |
245 | 1 | 0 | |a Development and application of the finite element method based on MATLAB |c Herbert Baaser |
264 | 1 | |a Berlin [u.a.] |b Springer |c 2010 | |
300 | |a X, 64 S. |b graph. Darst. |c 24 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Literaturangaben | ||
650 | 0 | 7 | |a MATLAB |0 (DE-588)4329066-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Finite-Elemente-Methode |0 (DE-588)4017233-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Festkörpermechanik |0 (DE-588)4129367-8 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Festkörpermechanik |0 (DE-588)4129367-8 |D s |
689 | 0 | 1 | |a Finite-Elemente-Methode |0 (DE-588)4017233-8 |D s |
689 | 0 | 2 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 0 | |5 DE-604 | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-3-642-13153-0 |
856 | 4 | |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=3459052&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020599225&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-020599225 |
Datensatz im Suchindex
_version_ | 1821297272924667904 |
---|---|
adam_text |
CONTENTS A QUICK START INTO DAEDALON 1 1.1 DOWNLOAD AND INSTALLATION 1
1.2 ELASTOMECHANICAL EXAMPLE 1 1.3 PRINCIPLE OF VIRTUAL DISPLACEMENTS 2
1.4 DISCRETIZATION OF BASIC EQUATIONS 3 1.5 RUN DAEDALON 5 FUNDAMENTALS
OF SOLID (CONTINUUM) MECHANICS 11 2.1 VECTOR-, MATRIX- AND
TENSOR-NOTATION 11 2.2 KINEMATICS AND DEFORMATION GRADIENT F 12 2.2.1
DEFINITIONS 12 2.2.2 PROPERTIES AND DERIVATIVES OF F 13 2.2.3
IMPLEMENTATION 15 2.3 STRAIN- AND STRESS-TENSORS 15 2.3.1 A SELECTION 15
2.3.2 INVARIANTS AND DERIVATIVES OF STRAIN TENSORS 16 2.3.3 STRESS
REPRESENTATION * VOIGT NOTATION 16 2.4 RATE OF STRAIN ENERGY * STRESS
POWER, INTERNAL ENERGY TURN OVER 18 2.5 VARIATIONAL PRINCIPLE AND WEAK
FORM 18 2.6 DISCRETIZATION IN SPACE 19 2.6.1 PREPARATION AND
REARRANGEMENT OF EQUATIONS 19 2.6.2 LINEAR SHAPE FUNCTIONS 20 2.6.3
DERIVATIVES OF THE SHAPE FUNCTIONS 21 2.6.4 VOLUME INTEGRATION 23 2.7
GENERAL TREATMENT OF NONLINEARITIES * SOLUTION BY NEWTON-PROCEDURE 25
2.7.1 LINEARIZATION 26 2.7.2 ITERATION 26 BIBLIOGRAFISCHE INFORMATIONEN
HTTP://D-NB.INFO/1001790057 DIGITALISIERT DURCH X CONTENTS 3
CONSTITUTIVE BEHAVIOR 27 3.1 THE MATERIALS POINT OF VIEW 27 3.1.1 STRESS
RESPONSE 27 3.1.2 THE MATERIAL MODULUS D 27 3.2 SELECTED CONSTITUTIVE
MODELS 28 3.2.1 HYPERELASTICITY 28 3.2.2 PARAMETER CALIBRATION 31 3.2.3
INELASTIC BEHAVIOR 32 4 FEM IMPLEMENTATION WITHIN MATLAB 37 4.1 MATLAB
BASICS 37 4.2 STRUCTURE OF DAEDALON 38 4.3 PREPROCESSING 39 4.3.1
STRUCTURE OF INPUT-FILES AND PROCESSING 39 4.4 NUMERICAL SOLUTION 39
4.4.1 ASSEMBLY PROCEDURE * THE GLOBAL SYSTEM 39 4.4.2 NEWTON-ITERATION
40 4.5 POSTPROCESSING 41 4.5.1 MESH REPRESENTATION, LOADS AND BOUNDARY
CONDITIONS 41 4.5.2 CONTOUR-PLOTS 41 4.5.3 GUI * REALIZATION OF A
GRAPHICAL ENVIRONMENT 41 4.6 WRITING EXTENSIONS FOR DAEDALON 42 4.6.1
CONTINUUM ELEMENT ELEM4.M WITH 4-NODES IN PLANE STRAIN 42 4.6.2
FORMULATION FOR ROTATIONAL SYMMETRY OF ELEM4.M . 43 4.6.3 EAS
EXPANSION OF ELEM4 .M 44 4.6.4 GENERAL TRUSS ELEMENT ELEMLO.M WITH 2
NODES 47 4.6.5 MATERIAL MODELS 48 5 APPLICATIONS AND EXAMPLES 51 5.1
CRANE MODELED BY 2D-TRUSSES 51 5.2 AXISYMMETRIC APPLICATIONS 53 5.3
CRACK TIP SIMULATION 54 5.3.1 KJ-FIELD 54 5.3.2 ANALYSIS OF PLASTIC ZONE
WITHIN /C/*FIELD 57 6 |
any_adam_object | 1 |
author | Baaser, Herbert 1971- |
author_GND | (DE-588)121417190 |
author_facet | Baaser, Herbert 1971- |
author_role | aut |
author_sort | Baaser, Herbert 1971- |
author_variant | h b hb |
building | Verbundindex |
bvnumber | BV036680348 |
classification_rvk | ST 601 |
ctrlnum | (OCoLC)699661334 (DE-599)DNB1001790057 |
dewey-full | 620.1050151825 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 620 - Engineering and allied operations |
dewey-raw | 620.1050151825 |
dewey-search | 620.1050151825 |
dewey-sort | 3620.1050151825 |
dewey-tens | 620 - Engineering and allied operations |
discipline | Maschinenbau / Maschinenwesen Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV036680348</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20120215</controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">100921s2010 xx d||| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">10N17</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1001790057</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783642131523</subfield><subfield code="c">Pp. : EUR 85.55</subfield><subfield code="9">978-3-642-13152-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)699661334</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1001790057</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-83</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-706</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">620.1050151825</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 601</subfield><subfield code="0">(DE-625)143682:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">620</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Baaser, Herbert</subfield><subfield code="d">1971-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)121417190</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Development and application of the finite element method based on MATLAB</subfield><subfield code="c">Herbert Baaser</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin [u.a.]</subfield><subfield code="b">Springer</subfield><subfield code="c">2010</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">X, 64 S.</subfield><subfield code="b">graph. Darst.</subfield><subfield code="c">24 cm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Literaturangaben</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Finite-Elemente-Methode</subfield><subfield code="0">(DE-588)4017233-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Festkörpermechanik</subfield><subfield code="0">(DE-588)4129367-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Festkörpermechanik</subfield><subfield code="0">(DE-588)4129367-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Finite-Elemente-Methode</subfield><subfield code="0">(DE-588)4017233-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-3-642-13153-0</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=3459052&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020599225&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-020599225</subfield></datafield></record></collection> |
id | DE-604.BV036680348 |
illustrated | Illustrated |
indexdate | 2025-01-15T07:00:31Z |
institution | BVB |
isbn | 9783642131523 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-020599225 |
oclc_num | 699661334 |
open_access_boolean | |
owner | DE-83 DE-29T DE-706 |
owner_facet | DE-83 DE-29T DE-706 |
physical | X, 64 S. graph. Darst. 24 cm |
publishDate | 2010 |
publishDateSearch | 2010 |
publishDateSort | 2010 |
publisher | Springer |
record_format | marc |
spelling | Baaser, Herbert 1971- Verfasser (DE-588)121417190 aut Development and application of the finite element method based on MATLAB Herbert Baaser Berlin [u.a.] Springer 2010 X, 64 S. graph. Darst. 24 cm txt rdacontent n rdamedia nc rdacarrier Literaturangaben MATLAB (DE-588)4329066-8 gnd rswk-swf Finite-Elemente-Methode (DE-588)4017233-8 gnd rswk-swf Festkörpermechanik (DE-588)4129367-8 gnd rswk-swf Festkörpermechanik (DE-588)4129367-8 s Finite-Elemente-Methode (DE-588)4017233-8 s MATLAB (DE-588)4329066-8 s DE-604 Erscheint auch als Online-Ausgabe 978-3-642-13153-0 text/html http://deposit.dnb.de/cgi-bin/dokserv?id=3459052&prov=M&dok_var=1&dok_ext=htm Inhaltstext DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020599225&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Baaser, Herbert 1971- Development and application of the finite element method based on MATLAB MATLAB (DE-588)4329066-8 gnd Finite-Elemente-Methode (DE-588)4017233-8 gnd Festkörpermechanik (DE-588)4129367-8 gnd |
subject_GND | (DE-588)4329066-8 (DE-588)4017233-8 (DE-588)4129367-8 |
title | Development and application of the finite element method based on MATLAB |
title_auth | Development and application of the finite element method based on MATLAB |
title_exact_search | Development and application of the finite element method based on MATLAB |
title_full | Development and application of the finite element method based on MATLAB Herbert Baaser |
title_fullStr | Development and application of the finite element method based on MATLAB Herbert Baaser |
title_full_unstemmed | Development and application of the finite element method based on MATLAB Herbert Baaser |
title_short | Development and application of the finite element method based on MATLAB |
title_sort | development and application of the finite element method based on matlab |
topic | MATLAB (DE-588)4329066-8 gnd Finite-Elemente-Methode (DE-588)4017233-8 gnd Festkörpermechanik (DE-588)4129367-8 gnd |
topic_facet | MATLAB Finite-Elemente-Methode Festkörpermechanik |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=3459052&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020599225&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT baaserherbert developmentandapplicationofthefiniteelementmethodbasedonmatlab |