test07.yaml (887B)
1 - sun: &sun { dni: 1 } 2 3 - atmosphere: 4 extinction: [{wavelength: 1, data: 0},{wavelength: 10, data: 0}] 5 6 - material: &specular 7 front: 8 mirror: { reflectivity: 1, slope_error: 0 } 9 back: 10 mirror: { reflectivity: 1, slope_error: 0 } 11 12 - geometry: &hemisphere 13 - material: *specular 14 hemisphere: 15 radius: 3 16 slices: 32 17 18 - geometry: &big_square 19 - material: { virtual: } 20 plane: 21 clip: 22 - operation: AND 23 vertices: 24 - [-5.00, -5.00] 25 - [-5.00, 5.00] 26 - [5.00, 5.00] 27 - [5.00, -5.00] 28 29 - entity: 30 name: "reflector" 31 primary: 1 32 transform: { rotation: [0, 0, 0], translation: [0, 0, 0] } 33 geometry: *hemisphere 34 35 - entity: 36 name: "square_receiver" 37 primary: 0 38 transform: { rotation: [0, 0, 0], translation: [0, 0, 4] } 39 geometry: *big_square