Kaynağa Gözat

a5

tags/CANDIDATE
gtheler 6 yıl önce
ebeveyn
işleme
69e09dc34a
3 değiştirilmiş dosya ile 28 ekleme ve 26 silme
  1. +2
    -0
      meta.yaml
  2. +12
    -9
      nafems4.md
  3. +14
    -17
      simple.tex

+ 2
- 0
meta.yaml Dosyayı Görüntüle

@@ -15,4 +15,6 @@ mathspec: true
formats: html tex pdf epub
listings: true
template: simple
classoption: twoside
geometry: "a5paper, left=15mm, right=15mm, bottom=25mm, top=20mm, foot=15mm, head=10mm"
...

+ 12
- 9
nafems4.md Dosyayı Görüntüle

@@ -297,7 +297,7 @@ You get the point, even though we know thanks to [Richard Feynmann](https://en.w
Getting back to the case study: do we need to do FEM analysis? Well, it does not look like we can obtain the stresses of the transient cycles with just pencil and paper. But how much complexity should we add? We might do as little as axisymmetric linear steady-state conservative studies or as much as full three-dimensional non-linear transient best-estimate plus uncertainties computations. And here is where good engineers should appear: in putting their engineering judgement (call it experience or hunches) into defining what to solve. And it is not (just) because the first option is faster to solve than the latter. Involving many complex methods need more engineering time

1. to prepare the input data and set up the algorithms,
2. to cope with the many more errors that will inevitable appear during the computation, and
2. to cope with the many more mistakes that will inevitable appear during the computation, and
3. to analyse the output data and write engineering reports.

In the first years of the [history of computers](https://en.wikipedia.org/wiki/History_of_computing_hardware), when programs were written in decks and output results were printed in continuous paper sheets, it made sense for computer programs to calculate and write as much data as possible even if it was not needed. One would never know if it would not be needed in the future, and CPU time was so expensive that re-running engineering computations because a particular result was not included in the output was forbidden. But that is not remotely true in the XXI century anymore. Computing time is far cheaper than engineering time (result known as the [UNIX Rule of Economy](http://www.catb.org/~esr/writings/taoup/html/ch01s06.html)) that it should be neglected with respect to the time spent by a cognisant engineer searching and sorting thousands of hard-to-read floating-point numbers.
@@ -525,12 +525,12 @@ The loads in each cases are applied to the three remaining faces, namely “righ
````{=latex}
\rowcolors{2}{black!10}{black!0}
````
| | | “right” | | | “back” | | | “top” | |
| ------------------- |:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|
| | $F_x$ | $F_y$ | $F_z$ | $F_x$ | $F_y$ | $F_z$ | $F_x$ | $F_y$ | $F_z$ |
| Case A, pure normal | +10 | 0 | 0 | 0 | +20 | 0 | 0 | 0 | +30 |
| Case B, pure shear | 0 | +15 | -15 | +25 | 0 | -5 | -15 | +25 | 0 |
| Case C, combination | +10 | +15 | -15 | +25 | +20 | -5 | -15 | +25 | +30 |
| | | “right” | | | “back” | | | “top” | |
| ------ |:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|
| | $F_x$ | $F_y$ | $F_z$ | $F_x$ | $F_y$ | $F_z$ | $F_x$ | $F_y$ | $F_z$ |
| Case A | +10 | 0 | 0 | 0 | +20 | 0 | 0 | 0 | +30 |
| Case B | 0 | +15 | -15 | +25 | 0 | -5 | -15 | +25 | 0 |
| Case C | +10 | +15 | -15 | +25 | +20 | -5 | -15 | +25 | +30 |

divert(-1)

@@ -760,8 +760,9 @@ You can get both the exponential nature of each added bullet and how easily we c
* The error with respect to the analytical solutions as a function of the CPU time needed to compute the membrane stress is similar for both first and second-order grids. But for the computation of the membrane plus bending stress ([@fig:error-MB-vs-cpu]), first-order grids give very poor results compared to second-order grids for the same CPU time.

::::: {#fig:error-vs-cpu}
![Membrane $\text{M}$](error-M-vs-cpu.svg){#fig:error-M-vs-cpu width=48%}\
![Membrane plus bending $\text{MB}$](error-MB-vs-cpu.svg){#fig:error-MB-vs-cpu width=48%}
![Membrane $\text{M}$](error-M-vs-cpu.svg){#fig:error-M-vs-cpu width=90%}

![Membrane plus bending $\text{MB}$](error-MB-vs-cpu.svg){#fig:error-MB-vs-cpu width=90%}

Error in the computation of the linearised stresses vs. CPU time needed to solve the problem using FEM
:::::
@@ -1236,6 +1237,8 @@ los cufens son parecidos

errors and uncertainties: model parameters (is E what we think? is the material linear?), geometry (does the CAD represent the reality?) equations (any effect we did not have take account), discretization (how well does the mesh describe the geometry?)

garbage in - garbage out

do you trust your FEM program?

do you trust your engineering judgment?

+ 14
- 17
simple.tex Dosyayı Görüntüle

@@ -193,24 +193,21 @@ $endif$
\usepackage{lastpage}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
$if(docnumber)$
\lhead{$docnumber$}
$endif$
\lfoot{\scriptsize{$if(date)$ $date$ $endif$ / $if(hash)$ \texttt{$hash$} $endif$}}
\rfoot{\thepage/\pageref{LastPage}}
\rhead{\includegraphics[height=10pt]{logo}}
\renewcommand{\headrulewidth}{0.0pt}
\renewcommand{\footrulewidth}{0.4pt}
% \fancyhf{} % clear all header and footer fields
% \lfoot{\scriptsize{$if(date)$ $date$ $endif$ / $if(hash)$ \texttt{$hash$} $endif$}}
% \rfoot{\thepage/\pageref{LastPage}}
% \rhead{\includegraphics[height=10pt]{logo}}
% \renewcommand{\headrulewidth}{0.0pt}
% \renewcommand{\footrulewidth}{0.4pt}

\fancypagestyle{plain}{%
\fancyhf{} % clear all header and footer fields
$if(hash)$
% \lhead{\scriptsize{\texttt{$hash$}}}
\rfoot{\scriptsize{\texttt{$hash$}}}
$endif$
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}}
% \fancypagestyle{plain}{%
% \fancyhf{} % clear all header and footer fields
% $if(hash)$
% % \lhead{\scriptsize{\texttt{$hash$}}}
% \rfoot{\scriptsize{\texttt{$hash$}}}
% $endif$
% \renewcommand{\headrulewidth}{0pt}
% \renewcommand{\footrulewidth}{0pt}}

$if(links-as-notes)$
% Make links footnotes instead of hotlinks:

Yükleniyor…
İptal
Kaydet