Twoz_Include

Top  Previous  Next

{ TWO_SPHERES.INC

an include file to provide consistent data for multiple scripts

}

    R1 = 0.2      { sphere 1 radius and center}

    x1 = -0.5

    y1 = -0.5

    V1 = -1

    Z1 = -box/2

 

    R2 = 0.1      { sphere 2 radius and center}

    x2 = 0.2

    y2 = 0.2

    V2 = 2

    Z2 = box/2