diff --git a/Doku/Berechnung-foerderer-Längen_extended.md b/Doku/Berechnung-foerderer-Längen_extended.md index 663a31d..d220d2a 100644 --- a/Doku/Berechnung-foerderer-Längen_extended.md +++ b/Doku/Berechnung-foerderer-Längen_extended.md @@ -1,22 +1,19 @@ ![Alt text](bilder/SkizzeFördererStrecke_mitEinAuslauf.svg "Skizze von Förder und Strecke") Bekannt: - +![Alt text](bilder/Berechnung-Foerderer-extended.png) $$ L_1, H_0, H_1, \alpha_F, \alpha_S,\\ H_{SEA}, L_{SEA}, H_{FEA}, L_{FEA} $$ Gesucht: - $$ L_F, L_S, \Delta H_F, \Delta H_S, H_{Max}, x_{Verhältnis} $$ Beziehungen: - - $$ \frac{\Delta{H_F} - H_{FEA}}{L_{F} - L_{FEA}} = tan(\alpha_F) [1] $$ @@ -41,60 +38,46 @@ $$ $$ L_1 = L_F \cdot x_{Verhältnis} [6] $$ -$L_1$ aus [6] in [5]: + $\Delta H_S$ aus [2.2] in [4.2]: $$ - L_S = L_F \cdot (x_{Verhältnis} - 1) [7] -$$ -$\Delta{H_S}$ aus [2.2] in [4.2]: -$$ - \Delta{H_F} = H_1 - H_0 + tan(\alpha_S) \cdot (L_{S}-L_{SEA}) + H_{SEA}[9] -$$ -$L_S$ aus [7] in [9]: -$$ -\Delta{H_F} = H_1 - H_0 + tan(\alpha_S) \cdot [L_F \cdot (x_{Verhältnis} - 1) - L_{SEA})] + H_{FEA}[10] -$$ -$L_F$ aus [6] in [10]: -$$ -\Delta{H_F} = H_1 - H_0 + tan(\alpha_S) \cdot \Bigl[\frac{L_1}{x_{Verhältnis}} \cdot (x_{Verhältnis} - 1) - L_{SEA})\Bigr] + H_{FEA}[11] -$$ -$\Delta H_F$ aus [1.2] in [11]: -$$ -tan(\alpha_F) \cdot (L_{F} - L_{FEA}) + H_{FEA} = H_1 - H_0 + tan(\alpha_S) \cdot \Bigl[\frac{L_1}{x_{Verhältnis}} \cdot (x_{Verhältnis} - 1) - L_{SEA})\Bigr] + H_{FEA}[12] -$$ -dann [12] auflösen nach x: -$$ -tan(\alpha_F) \cdot (L_{F} - L_{FEA}) - H_1 + H_0 + tan(\alpha_S) \cdot L_{SEA} = tan(\alpha_S) \cdot L_1 \cdot \Bigl[1 - \frac{1}{x_{Verhältnis}}\Bigr] -$$ -$$ -tan(\alpha_F) \cdot (L_{F} - L_{FEA}) - H_1 + H_0 + tan(\alpha_S) \cdot L_{SEA} - L_1 \cdot tan(\alpha_S) = - tan(\alpha_S) \cdot L_1 \cdot \Bigl[\frac{1}{x_{Verhältnis}}\Bigr] -$$ -$$ -\frac{tan(\alpha_F) \cdot (L_{F} - L_{FEA}) - H_1 + H_0 + tan(\alpha_S) \cdot L_{SEA} - L_1 \cdot tan(\alpha_S)}{- tan(\alpha_S) \cdot L_1 }= \frac{1}{x_{Verhältnis}} -$$ -$$ -x_{Verhältnis}= \frac{- tan(\alpha_S) \cdot L_1 }{tan(\alpha_F) \cdot (L_{F} - L_{FEA}) - H_1 + H_0 + tan(\alpha_S) \cdot L_{SEA} - L_1 \cdot tan(\alpha_S)} -$$ -$$ -x_{Verhältnis}= \frac{tan(\alpha_S) \cdot L_1 }{-tan(\alpha_F) \cdot (L_{F} + L_{FEA}) + H_1 - H_0 - tan(\alpha_S) \cdot L_{SEA} + L_1 \cdot tan(\alpha_S)} +\Delta H_F = H_1 - H_0 + (\tan(\alpha_S) \cdot (L_S - L_{SEA}) + H_{SEA}) [7] $$ - - diff --git a/Doku/bilder/Berechnung-Foerderer-extended.png b/Doku/bilder/Berechnung-Foerderer-extended.png new file mode 100644 index 0000000..e57b14d Binary files /dev/null and b/Doku/bilder/Berechnung-Foerderer-extended.png differ diff --git a/Doku/bilder/Berechnung-Foerderer.png b/Doku/bilder/Berechnung-Foerderer.png index d8876ab..ff99576 100644 Binary files a/Doku/bilder/Berechnung-Foerderer.png and b/Doku/bilder/Berechnung-Foerderer.png differ