File:Corioliskraft-und-Normalkomponente.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 1,600 × 1,000 pixels, file size: 78 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Deutsch: Corioliskraft und Geschwindigkeitsvektor und dessen Normalkomponente zur Winkelgeschwindigkeit
Date
Source Own work
Author Stündle
 
This image was created with POV-Ray.

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Source

[edit]

Beschriftung mit Inkscape

  #include "colors.inc"
  background{White}
  camera {
    angle 20
    location <10, 60, -80>
    look_at <0, 1, 0>
  }
  light_source { <35, 100, -120> color White shadowless}
  light_source { <35, 100, -120> color Gray20}

// geschwindigkeit

  prism {
    linear_sweep
    linear_spline
    0, // sweep the following shape from here ...
    0.2, // ... up through here
    8, // the number of points making up the shape ...
    <0,0>, <1.,0.5>, <1.,0.1>, <8.08,0.1>, <8.08,-0.1>, <1.,-0.1>, <1.,-0.5>, <0,0>
    translate<0,-0.1,0>
    rotate<0,0,-30>
    translate<0,4.04,0>
    translate<-7,0,0>
    rotate<0,30,0>
    translate<7,0,1>
    pigment { color SlateBlue }
  } 


// normal-vektor geschwindigkeit/winkelgeschwindigkeit
  prism {
    linear_sweep
    linear_spline
    0, // sweep the following shape from here ...
    0.2, // ... up through here
    8, // the number of points making up the shape ...
    <0,0>, <1.,0.5>, <1.,0.1>, <7,0.1>, <7,-0.1>, <1.,-0.1>, <1.,-0.5>, <0,0>
    //translate<0,-0.1,0>
    translate<-7,0,0>
    rotate<0,30,0>
    translate<7,0,1>
    pigment { Blue }
  } 

// kraftvektor
  prism {
    linear_sweep
    linear_spline
    0, // sweep the following shape from here ...
    0.2, // ... up through here
    8, // the number of points making up the shape ...
    <0,0>, <1.,0.5>, <1.,0.1>, <6,0.1>, <6,-0.1>, <1.,-0.1>, <1.,-0.5>, <0,0>
    //translate<0,-0.1,0>
    translate<-6,0,0>
    rotate<0,90,0>
    rotate<0,30,0>
    translate<7,0,1>
    //translate<4,,6>
    pigment { Green }
  } 


// omega

cylinder{<0,0,0>,<0,5,0>,0.1
    //rotate<-90,0,0>
    pigment{color Red}
  }
cone{<0,0,0>,0.5,<0,1,0>,0
  translate<0,5,0>
  pigment{color Red}
  }

// omega #2

cylinder{<0,0,0>,<0,5,0>,0.1
    translate<7,0,1>
    pigment{color Red}
  }
cone{<0,0,0>,0.5,<0,1,0>,0
    translate<0,5,0>
    translate<7,0,1>
  pigment{color Red}
}

// rotationsebene
cylinder{<0,0,-0.3>,<0,0,0.3>,15
    rotate<90,0,0>
    translate<0,-0.3,0>
    pigment{color Gray95}
  }

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current07:19, 9 June 2012Thumbnail for version as of 07:19, 9 June 20121,600 × 1,000 (78 KB)Stündle (talk | contribs)nachgebessert
17:49, 30 April 2012Thumbnail for version as of 17:49, 30 April 20121,600 × 1,000 (81 KB)Stündle (talk | contribs)

There are no pages that use this file.