Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 29-Sep-2024 14:32:36 paraheat_functional_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test paraheat_functional which accepts diffusivity parameters as input, solves a certain steady heat equation problem and returns the solution value at selected locations. Generating 2 random diffusivity cases. The initial random number seed is 123456789 Each case involves: 1 diffusivity seed, 16 diffusivity parameters, 50 sensor readings. Case 1, diffusivity_seed = 123456789 diffusivity_print: Diffusivity grid is 4 x 4 (i,j) (xl,yb) (xr,yt) v(i,j) (1,1) (0.000000,0.000000) (0.250000,0.250000) 3.164165 (2,1) (0.250000,0.000000) (0.500000,0.250000) 3.170683 (3,1) (0.500000,0.000000) (0.750000,0.250000) 3.047765 (4,1) (0.750000,0.000000) (1.000000,0.250000) 4.067820 (1,2) (0.000000,0.250000) (0.250000,0.500000) 1.784995 (2,2) (0.250000,0.250000) (0.500000,0.500000) 4.263468 (3,2) (0.500000,0.250000) (0.750000,0.500000) 4.919396 (4,2) (0.750000,0.250000) (1.000000,0.500000) 1.274495 (1,3) (0.000000,0.500000) (0.250000,0.750000) 3.852732 (2,3) (0.250000,0.500000) (0.500000,0.750000) 3.717226 (3,3) (0.500000,0.500000) (0.750000,0.750000) 4.118136 (4,3) (0.750000,0.500000) (1.000000,0.750000) 4.243626 (1,4) (0.000000,0.750000) (0.250000,1.000000) 4.592737 (2,4) (0.250000,0.750000) (0.500000,1.000000) 0.989543 (3,4) (0.500000,0.750000) (0.750000,1.000000) 0.517770 (4,4) (0.750000,0.750000) (1.000000,1.000000) 1.654048 Graphics saved as "diffusivity_bars_123456789.png" Graphics saved as "diffusivity_patches_123456789.png". Graphics saved as "fem_contour_123456789.png" Graphics saved as "fem_surface_123456789.png" Case 2, diffusivity_seed = 123456790 diffusivity_print: Diffusivity grid is 4 x 4 (i,j) (xl,yb) (xr,yt) v(i,j) (1,1) (0.000000,0.000000) (0.250000,0.250000) 2.704954 (2,1) (0.250000,0.000000) (0.500000,0.250000) 3.878672 (3,1) (0.500000,0.000000) (0.750000,0.250000) 0.554722 (4,1) (0.750000,0.000000) (1.000000,0.250000) 0.699027 (1,2) (0.000000,0.250000) (0.250000,0.500000) 5.317370 (2,2) (0.250000,0.250000) (0.500000,0.500000) 1.796222 (3,2) (0.500000,0.250000) (0.750000,0.500000) 4.936012 (4,2) (0.750000,0.250000) (1.000000,0.500000) 2.274888 (1,3) (0.000000,0.500000) (0.250000,0.750000) 0.616295 (2,3) (0.250000,0.500000) (0.500000,0.750000) 2.846851 (3,3) (0.500000,0.500000) (0.750000,0.750000) 0.762406 (4,3) (0.750000,0.500000) (1.000000,0.750000) 0.778592 (1,4) (0.000000,0.750000) (0.250000,1.000000) 4.123200 (2,4) (0.250000,0.750000) (0.500000,1.000000) 3.871739 (3,4) (0.500000,0.750000) (0.750000,1.000000) 4.570268 (4,4) (0.750000,0.750000) (1.000000,1.000000) 1.245567 Graphics saved as "diffusivity_bars_123456790.png" Graphics saved as "diffusivity_patches_123456790.png". Graphics saved as "fem_contour_123456790.png" Graphics saved as "fem_surface_123456790.png" 2 by 67 array of data written to "paraheat_data.txt" paraheat_functional_test(): Normal end of execution. 29-Sep-2024 14:33:47