FDTD_Solver.generate_mesh

rfnetwork.solver.FDTD_Solver.generate_mesh

FDTD_Solver.generate_mesh(d_max, d_min=None, surface_tolerance=0.1)

Generate the grid and FDTD coefficients for the model geometry.

Parameters

d_maxfloat

nominal cell width, inches. This cell width is used in open regions far from geometry features.

d_minfloat, optional

cell width around geometry edges, inches. Must be smaller than d_max if provided.

surface_tolerancefloat, optional

tolerance in inches used to determine if grid cells are inside or outside a conductor object. Default is 1/3 the minimum grid cell width.