diff options
author | Daniel Ehlers <danielehlers@mindeye.net> | 2018-01-15 00:32:40 +0100 |
---|---|---|
committer | Daniel Ehlers <danielehlers@mindeye.net> | 2018-01-15 00:32:40 +0100 |
commit | 9b16ef37353de20b1a3d3c94e9a75e9b985e77c2 (patch) | |
tree | 4cb54e065435fb25c23f6ab6e80792a103ca1748 /standorte/mercator/mast.gp | |
parent | 3d87f6990c521de11171979de15a4decc93c0835 (diff) |
More mast plots
Diffstat (limited to 'standorte/mercator/mast.gp')
-rw-r--r-- | standorte/mercator/mast.gp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/standorte/mercator/mast.gp b/standorte/mercator/mast.gp new file mode 100644 index 0000000..d129004 --- /dev/null +++ b/standorte/mercator/mast.gp @@ -0,0 +1,7 @@ +gh(ggh) = 61 - ggh +fz(x,abst,ggh) = 17.31 * sqrt ( (diag(x) * diag_front(abst,ggh)) / ( 2462 * (diag(x) + diag_front(abst,ggh)))) +diag_front(abst,ggh) = sqrt( (gh(ggh) + 1 + 5) ** 2 + abst ** 2 ); +diag(x)=sqrt ( x ** 2 + 5 ** 2 ); + +# MastHöhe( Abstand zur Dachkante, Abstand zur Gegenstelle, Höhe der Gegenstelle) +mast(x,abst,ggh)=fz(x,abst,ggh) + 1 + tan(asin((gh(ggh) + fz(x,abst,ggh))/abst)) * x; |