Fil:Magnetic bubbles getting squeezed.png

Sidans innehåll stöds inte på andra språk.
Från Wikipedia

Originalfil(480 × 640 pixlar, filstorlek: 30 kbyte, MIME-typ: image/png)

Sammanfattning

Beskrivning This image shows how one kind of domain in the orthomagnetic sheet of magnetic bubble memory grows and the other shrinks, as an external magnetic field (the big magnet poles) is imposed on them.
Datum
Källa Self-made, using the Persistence of Vision Raytracer
Skapare Søren Peo Pedersen
Tillstånd
(Återanvändning av denna fil)
GFDL-self

Licensiering

Jag, upphovsrättsinnehavaren av detta verk, publicerar härmed det under följande licens:
GNU head Tillstånd ges att kopiera, distribuera och/eller modifiera detta dokument under villkoren i GNU Free Documentation License, Version 1.2 eller senare version publicerad av Free Software Foundation, utan oföränderliga avsnitt, framsidestexter eller baksidestexter. En kopia av licensen ingår i avsnittet GNU Free Documentation License.
w:sv:Creative Commons
erkännande dela lika
Denna fil har gjorts tillgänglig under licensen Creative Commons Erkännande-Dela Lika 3.0 Generisk
Du är fri:
  • att dela – att kopiera, distribuera och sända verket
  • att remixa – att skapa bearbetningar
På följande villkor:
  • erkännande – Du måste ge lämpligt erkännande, ange en länk till licensen och indikera om ändringar har gjorts. Du får göra det på ett lämpligt sätt, men inte på ett sätt som antyder att licensgivaren stödjer dig eller din användning.
  • dela lika – Om du remixar, transformerar eller bygger vidare på materialet måste du distribuera dina bidrag under samma eller en kompatibel licens som originalet.
Detta licenstillägg lades till till denna fil som en del av GFDL:s licensuppdatering.

POV-Ray code

Below is the code for rendering the above image using the Persistence of Vision Raytracer:

/*
================================================
Magnetic domain bubbles, "squeezed down" in size
------------------------------------------------
Created by Søren Peo Pedersen - see my user page
at http://da.wikipedia.org/wiki/Bruger:Peo
================================================
*/

#declare MagnetFont="arialbd.ttf" // Font for the "N" and "S" nomenclature on magnets
#declare NorthLtr="N";  // Letter to indicate north pole
#declare SouthLtr="S";  // Letter to indicate south pole
#declare MagLayerUp=pigment {  // Gradient with white
  gradient y                   // south pole side facing up
  color_map {
    [0.0 color rgb <1,0,0>]
    [1.0 color rgb <1,1,1>]
    }
  scale .000602
  translate -.000301
  }
#declare MagLayerDn=pigment {   // Gradient with red north
  gradient y                    // pole side facing up
  color_map {
    [0.0 color rgb <1,1,1>]
    [1.0 color rgb <1,0,0>]
    }
  scale .000602
  translate -.000301
  }

box {<-4,-.3,-4>,<4,.3,4> // The orthomagnetic sheet itself
  pigment {
    bumps         // "Random" pattern formed by the domains
    pigment_map {
      [0.0 MagLayerUp]  // A majority of 0.7 x 100% = 70% of the
      [0.7 MagLayerUp]  // surface has a south pole facing upwards, and
      [0.7 MagLayerDn]  // a minority of 0.3 x 100% = 30% of the surface
      [1.0 MagLayerDn]  // (the "bubbles") has north poles facing up.
      }
    scale <1,1000,1>  // Stretch so boundaries seem
    }                 // orthogonal to the surface
  finish {ambient .5} // Softens the self-shadows
  }

// Magnets to "squeeze" bubbles down in size:
box {<-4,3.5,-4>,<4,30,4> // The big north pole above the sheet
  pigment {
    object {
      text {ttf MagnetFont,NorthLtr,3,0 // with the letter for "north" on it
        scale 10 translate <-3,4,-30>
        }
      pigment {color rgbt <1,0,0,.9>}  // High degree of transparency (0.9)
      pigment {color rgbt <1,1,1,.9>}  // to hint that the field is weak
      }
    }
  finish {ambient .5}
  }

box {<-4,-79,-4>,<4,-4.5,4> // The big south pole below the sheet
  pigment {
    object {
      text {ttf MagnetFont,SouthLtr,3,0 // with the letter for "south" on it
        scale 10 translate <-3,-12,-30>
        }
      pigment {color rgbt <1,1,1,.9>}  // High degree of transparency (0.9)
      pigment {color rgbt <1,0,0,.9>}  // to hint that the field is weak
      }
    }
  finish {ambient .5}
  }
background {color rgb 1}  // White background

camera {  // View it all ...
  location <8,5,-10> // ... from this location
  look_at <0,0,0>     // ... looking towards this point
  up <0,4/3,0> right <1,0,0> // Force 4/3 "portrait" aspect ratio
  }

light_source {    // light source
  <-100,150,-120> // to illuminate
  color rgb 1     // the scene
  }

Bildtexter

Ingen bildtext har definierats

Objekt som porträtteras i den här filen

motiv

Filhistorik

Klicka på ett datum/klockslag för att se filen som den såg ut då.

Datum/TidMiniatyrbildDimensionerAnvändareKommentar
nuvarande14 december 2007 kl. 00.03Miniatyrbild för versionen från den 14 december 2007 kl. 00.03480 × 640 (30 kbyte)Peo~commonswiki{{Information |Description=This image shows how one kind of domain in the orthomagnetic sheet of magnetic bubble memory grows and the other shrinks, as an external magnetic field (the big magnet poles) is imposed on them. |Source=Self-made, using the Pers

Inga sidor använder den här filen.

Global filanvändning

Följande andra wikier använder denna fil: