# Huray Surface Roughness
HuraySurfaceRoughness is a surface roughness model based on metallic spheres distributed over a matte surface.
This object corresponds to tidy3d.rf.HuraySurfaceRoughness (opens new window).
# Relative Area
relative_area: Relative area of the matte base compared to a flat surface.
- Type: float number
- Constraint: greater than 0
- Default: 1
# Coefficients
coeffs: List of values for the Huray model.
- Type: list of pairs
- Unit:
- Required field
f_i: Ratio of total sphere surface area to the flat surface area.
r_i: Radius of the sphere.
# Roughness Correction
The power loss compared to a smooth surface is modeled as:
where is skin depth, is the sphere radius, is the relative matte area, and is the ratio of total sphere surface area to the flat surface area.