File:Coriolis-Erde.png

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

Original file (1,600 × 1,200 pixels, file size: 564 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Deutsch: Corioliskraft auf der Erdoberfläche
Date
Source Own work + File:Earthmap1000x500compac.jpg (Public Domain)
Author Stündle

Source

[edit]
// povray +I ./Coriolis-Erde.pov -geometry 1600x1200
  #include "colors.inc"
  background{White}
  camera {
    orthographic
    angle 20
    location <0, .1, 10>
    look_at <0, .1, 0>
  }
  light_source { <2, 2, 12>
    color White shadowless
    parallel
    point_at<0, 0, 0> 
  }
  light_source { <-2, -2, 12>
    color White shadowless
    parallel
    point_at<0, 0, 0> 
  }


// Erdkugel

// http://commons.wikimedia.org/wiki/File:Earthmap1000x500compac.jpg 

sphere { <0,0,0> 1
  texture {
    pigment{
      image_map {
        gif "Earthmap.gif"
        map_type 1  // Esfera
      }
    }
  }
  rotate y*+90
}


// omega_E

cylinder{<0,0,0>,<0,0.25,0>,0.01
    //rotate<0,0,180>
    //rotate<45,-45,0>
    translate<0,1,0>
    //rotate<0,-45,-45>
    pigment{color Red}
  }
cone{<0,0,0>,0.05,<0,0.1,0>,0
    //rotate<0,0,180>
    translate<0,0.25,0>
    //rotate<45,-45,0>
    translate<0,1,0>
    //rotate<0,-45,-45>
    pigment{color Red}
  }


// v_W

cylinder{<0,0,0>,<0,-0.4,0>,0.01
    rotate<0,0,-90>
    translate<0,0,1>
    rotate<-30,0,0>
    rotate<0,30,0>

    pigment{color Blue}
  }
cone{<0,0,0>,0.05,<0,-0.1,0>,0
    translate<0,-0.4,0>
    rotate<0,0,-90>
    translate<0,0,1>
    rotate<-30,0,0>
    rotate<0,30,0>
    pigment{color Blue}
  }


// F_C,Norm

cylinder{<0,0,0>,<0,0.4,0>,0.01
    //rotate<0,0,180>
    rotate<120,0,0>
    translate<0,0,1>
    rotate<-30,0,0>
    rotate<0,30,0>
    pigment{color Green}
  }
cone{<0,0,0>,0.05,<0,0.1,0>,0
    //rotate<0,0,180>
    //rotate<120,0,0>
    translate<0,0.4,0>
    rotate<120,0,0>
    translate<0,0,1>
    rotate<-30,0,0>
    rotate<0,30,0>
    pigment{color Green}
  }



// F_C,N

cylinder{<0,0,0>,<0,0.25,0>,0.01
    rotate<0,0,180>
    translate<0,0,1>
    //rotate<0,30,30>
    rotate<-30,0,0>
    rotate<0,30,0>

    pigment{color SpringGreen}
  }
cone{<0,0,0>,0.05,<0,0.1,0>,0
    rotate<0,0,180>
    translate<0,-0.25,0>
    translate<0,0,1>

    rotate<-30,0,0>
    rotate<0,30,0>

    pigment{color SpringGreen}
  }


// omega_O

cylinder{<0,0,0>,<0,0.25,0>,0.01
    //rotate<0,0,180>
    //rotate<30,30,0>
    rotate<30,0,0>
    translate<0,0,1>
    rotate<-30,0,0>
    rotate<0,30,0>
    pigment{color Red}
  }
cone{<0,0,0>,0.05,<0,0.1,0>,0
    //rotate<0,0,180>
    translate<0,0.25,0>
    rotate<30,0,0>
    translate<0,0,1>
    rotate<-30,0,0>
    rotate<0,30,0>
    pigment{color Red}
  }



// v_N

cylinder{<0,0,0>,<0,0.4,0>,0.01
    rotate<0,0,180>
    translate<0,0,1>
    //rotate<0,30,30>
    rotate<-30,0,0>
    rotate<0,-45,0>

    pigment{color Blue}
  }
cone{<0,0,0>,0.05,<0,0.1,0>,0
    rotate<0,0,180>
    translate<0,-0.4,0>
    translate<0,0,1>

    rotate<-30,0,0>
    rotate<0,-45,0>

    pigment{color Blue}
  }


// v_N,Norm

cylinder{<0,0,0>,<0,0.15,0>,0.01
    //rotate<0,0,180>
    rotate<120,0,0>
    translate<0,0,1>
    rotate<-30,0,0>
    rotate<0,-45,0>
    pigment{color SlateBlue}
  }
cone{<0,0,0>,0.05,<0,0.1,0>,0
    //rotate<0,0,180>
    //rotate<120,0,0>
    translate<0,0.15,0>
    rotate<120,0,0>
    translate<0,0,1>
    rotate<-30,0,0>
    rotate<0,-45,0>
    pigment{color SlateBlue}
  }


// F_C,O

cylinder{<0,0,0>,<0,0.25,0>,0.01
    //rotate<0,0,180>
    rotate<0,0,-90>
    translate<0,0,1>
    rotate<-30,0,0>
    rotate<0,-45,0>
    pigment{color Green}
  }
cone{<0,0,0>,0.05,<0,0.1,0>,0
    //rotate<0,0,180>
    translate<0,0.25,0>
    rotate<0,0,-90>
    translate<0,0,1>
    rotate<-30,0,0>
    rotate<0,-45,0>
    pigment{color Green}
  }


// omega_N

cylinder{<0,0,0>,<0,0.25,0>,0.01
    //rotate<0,0,180>
    //rotate<30,30,0>
    rotate<30,0,0>
    translate<0,0,1>
    rotate<-30,0,0>
    rotate<0,-45,0>
    pigment{color Red}
  }
cone{<0,0,0>,0.05,<0,0.1,0>,0
    //rotate<0,0,180>
    translate<0,0.25,0>
    rotate<30,0,0>
    translate<0,0,1>
    rotate<-30,0,0>
    rotate<0,-45,0>
    pigment{color Red}
  }

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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current08:24, 1 March 2014Thumbnail for version as of 08:24, 1 March 20141,600 × 1,200 (564 KB)Stündle (talk | contribs)fix vektor
11:52, 19 August 2012Thumbnail for version as of 11:52, 19 August 20121,200 × 900 (402 KB)Stündle (talk | contribs)minor annotation fix
08:59, 12 August 2012Thumbnail for version as of 08:59, 12 August 20121,200 × 900 (405 KB)Stündle (talk | contribs)

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata