Skip to content

A first example setup

kmilidonis edited this page Mar 28, 2022 · 5 revisions

For illustrating how to step-by-step set-up and run a ray-tracing simulation, a Cassegrain reflector simulation as shown in Figure 1 is discussed in this page. The Cassegrain reflector is a combination of a primary concave mirror and a secondary convex mirror, often used in optical telescopes and radio antennas, the main characteristic being that the optical path folds back onto itself, relative to the optical system's primary mirror entrance aperture. The reflector is composed of three components, a primary mirror, a secondary mirror and a receiver.

ray_tracing_close

For creating the simulation scene, press the Scene tab on the vertical panel at the right of the screen. A Node is defined as a brown button with a cartesian coordinate system sign inside. A Shape is defined as a gray button with a triangle inside. To add the primary mirror, press the Node and then on the node add a Shape as shown in Figure 2. Rename the Node as Primary by double-clicking on the name. Clicking on the Primary node will enable the user to set the parameters of the node in the bottom panel. Here the translation, rotation and scale of the scene (if any) within the terrain grid can be set. For this primary mirror, we are keeping its location in the center of the grid, so no parameters should be changed here and must be kept as shown in Figure 2.

primary_mirror

By pressing on the shape icon the related parameters will come up in the bottom panel. Here the user can set-up the parameters related to the shape and optics of the primary mirror as shown in Figure 3.

primary_mirror_setup

For the shapeRT parameter, press on the corresponding Value and a drop down menu will appear. From there choose Parabolic shape and for the focal length fx and fy set 8 as shown below.

primary_mirror_setup_

For the profileRT parameter chose Circular from the drop-down menu as shown below. For the rmin and rmax set 0.3 and 1 respectively.

primary_mirror_setup_2

For the materialRT parameter set it as specular from the drop-down menu and set the reflectivity to 0.9 with Gaussian distribution and 0 slope.

primary_mirror_setup_3

The primary mirror is set-up. For creating the secondary mirror, insert another Node and on the Node insert a new Shape as shown below. Now we need the secondary mirror to be translated by 6.68m above the primary mirror, thus set the translation to: translation 0 0 6.68 as shown below.

secondary_mirror (1)

For the shape properties of the mirror, set a Hyperbolic shape with a Circular profile as shown below. Set also Specular for the material and set the reflectivity to 0.9 with Gaussian distribution and 0 slope as shown in Figure 8.

secondary_mirror_2

Finally, for the receiver, insert another Node and attach a new Shape on it. Translate the receiver 1m below the primary mirror by setting the translation to 0 0 -1 as shown below.

image

Clone this wiki locally