Siirry sisältöön

Tiedosto:Pebble accretion r 1 1 1 1.png

Sivun sisältöä ei tueta muilla kielillä.
Wikikirjastosta

Alkuperäinen tiedosto (2 400 × 1 600 kuvapistettä, 764 KiB, MIME-tyyppi: image/png)

Tämä tiedosto on jaettu kohteesta Wikimedia Commons ja muut projektit saattavat käyttää sitä. Tiedot tiedoston kuvaussivulta näkyvät alla.

Yhteenveto

Kuvaus
English: Pebble accretion. If planet is surrounded by gas of protoplanetery disk, gas can anhance its collisional cross section. Then planet can capture pebbles, that are not too small or too big.

It is due to gas drag. Gas does not significantly show down big pebbles. Vary smal grains otherwise goes with gas pst of planet.

Middle sized pebbles: gas can brake then, motion snllows down, them fall to planet.
Päiväys
Lähde Oma teos
Tekijä Merikanto

POV-Ray 3.7 source code

//
// pebble accretion of giant planets core
//
// pov-ray source code
//
// 12.05.2024 0000.0001
//

 #include "colors.inc"
 #include "rand.inc"
 
 #declare randi1 = seed (1153);
  
 background { color LightBlue }
 sky_sphere {
  pigment { wrinkles
  warp { turbulence 0.33 }
  scale 0.2
  color_map {
  [0 color SkyBlue ]
  [1 color White ]
  }
  }
 }


 camera {
   location <0, 1, -100>
   look_at  <0, 1,  0>
   angle 11
 }


 light_source { <1, 0, -10>*1000*1000*1000 color White}
 sphere {
   <0, 0, 0>, 2
   texture {
     pigment {  gradient y sine_wave
        warp { turbulence y*0.3}
       color_map {
       [0 color Tan ]
       [1 color Brown ]
       }
      }
   
   finish { diffuse 0.6 }
   }


 }


torus {
3.5,0.1

rotate x*90
 scale z*0.1 

texture {
pigment { radial rotate x*90 frequency 12
 color_map {
  [0 color rgbt <0,1,0,0> ]
   [0.5 color rgbt <0,1,0,0> ]
       [0.5 color rgbt <1,1,1,1> ]
    [1 color rgbt <1,1,1,1> ]
 }
}
}

}


  1. declare arrow1=union {
   cone {0,1,y,0}
   cylinder {-y,0,0.5}
   pigment { color rgb <1,0,0> }
   finish {ambient 1}
   scale <1,4,1> // size change, longer
   scale 0.25


   rotate <0,0,180> // point in another direction (left)

}


object {arrow1 rotate z*(90-30) translate y*2.5 translate x*-0.5}

  1. for (n, 1,3)

object {arrow1 rotate z*90 translate y*3 translate x*-2*n}

  1. end


  1. for (n, -3,3)

object {arrow1 rotate z*90 translate y*6 translate x*-2*n}

  1. end
  1. for (n, -3,3)

object {arrow1 rotate z*90 rotate z*(rand(randi1)*64-32) translate y*-3 translate x*-2*n}

  1. end


  1. declare pebble1= object {

sphere {0,1} pigment { granite } }


object { pebble1 translate y*6 translate x*-7}

object { pebble1 scale 0.6 rotate <10,30,60> translate y*3 translate x*-7}

object { pebble1 scale 0.2 rotate <10,30,60> translate y*-3 translate x*-8} object { pebble1 scale 0.2 rotate <10,30,60> translate y*-2.5 translate x*-7} object { pebble1 scale 0.2 rotate <10,30,60> translate y*-3.5 translate x*-7}



Lisenssi

Minä, tämän teoksen tekijänoikeuksien haltija, julkaisen täten tämän teoksen seuraavalla lisenssillä:
Creative Commons CC-Zero Tämä teos on julkaistu Creative Commons CC0 1.0 Yleismaailmallinen Public Domain -lausuman alaisuudessa.
Henkilö, joka on yhdistänyt CC0:n teokseen tai viitannut siihen teoksessa, on luovuttanut teoksen vapaaseen yleiseen käyttöön (public domain) luopumalla maailmanlaajuisesti ja soveltuvan lainsäädännön sallimassa enimmäislaajuudessa kaikista tekijänoikeuslainsäädännön alaisista oikeuksistaan teokseen, lähioikeudet ja kaikki tekijänoikeuteen liittyvät oikeudet mukaan lukien. Teosta voi lupaa pyytämättä kopioida, muokata, levittää ja esittää, mukaan lukien kaupallisessa tarkoituksessa.

Kuvatekstit

Lisää yhden rivin pituinen kuvaus tästä tiedostosta
Pebble accretion

Kohteet, joita tässä tiedostossa esitetään

esittää

12. toukokuu 2024

Tiedoston historia

Päiväystä napsauttamalla näet, millainen tiedosto oli kyseisellä hetkellä.

PäiväysPienoiskuvaKokoKäyttäjäKommentti
nykyinen12. toukokuuta 2024 kello 17.34Pienoiskuva 12. toukokuuta 2024 kello 17.34 tallennetusta versiosta2 400 × 1 600 (764 KiB)MerikantoUpdate
12. toukokuuta 2024 kello 15.36Pienoiskuva 12. toukokuuta 2024 kello 15.36 tallennetusta versiosta2 400 × 1 600 (1,55 MiB)MerikantoUploaded own work with UploadWizard

Seuraava sivu käyttää tätä tiedostoa:

Metatieto