% -*- octave -*- E1 = 210E+3; % [N/mm²] Young's Modulus for ... E2 = 210E+3; % [N/mm²] Young's Modulus for 34CrNiMo6 NU1 = 0.3; % [-] Poisson's ratio for ... NU2 = 0.3; % [-] Poisson's ratio for 34CrNiMo6 DX = 0.15; % [mm] resolution in x direction DY = 0.15; % [mm] resolution in y direction DZMIN1 = 0.2; % [mm] minimum element size in z direction DZMIN2 = 0.2; % [mm] minimum element size in z direction LZ1 = 0.2; % [mm] total height of the first body LZ2 = 0.2; % [mm] total height of the second body NZ_PER_LAYER1 = 1; % number of elements per mesh layer NZ_PER_LAYER2 = 1; % number of elements per mesh layer SURFACE1 = "plane_50.dat"; % filename for the 1st roughness topography SURFACE2 = "simple_2.dat"; % filename for the 2nd roughness topography DELTA = [0.05]; % [mm] relative approach of the bodies in contact PERIODIC_REPETITIONS_X = 1; PERIODIC_REPETITIONS_Y = 1;