L_pre 2[cm] "Inlet x-coordinate" L_post (4*(cell_type==1)+2*(cell_type==2))*L_wake "Outlet x-coordinate" cL_h (L_h-(N_h+1)*Th_h)/N_h "Cell horizontal dimension" cL_v (L_v-(N_v+1)*Th_v)/N_v "Cell vertical dimension" L_wake_1a 10*max(Th_h,Th_v) "Grid influence length rectangles a" L_wake_1b 10*(L_h*L_v/N_h/N_v-cL_h*cL_v)/(cL_h+cL_v) "Grid influence length rectangles b" L_wake_2 10*sqrt(L_h*L_v/N_h/N_v-cL_h*cL_v) "Grid influence length ellipses" L_wake (cell_type==1)*L_wake_1a+(cell_type==2)*(L_wake_1b+L_wake_2)/2 "Grid influence length" Cut_v_cell round((N_v+1)/2)*(cL_v+Th_v)-cL_v/2 "Cut dimension vertical, cell" Cut_h_cell round((N_h+1)/2)*(cL_h+Th_h)-cL_h/2 "Cut dimension horizontal, cell" Cut_v_edge round((N_v+1)/2)*(cL_v+Th_v)+Th_v/2 "Cut dimension vertical, edge" Cut_h_edge round((N_h+1)/2)*(cL_h+Th_h)+Th_h/2 "Cut dimension horizontal, edge"