Celeritas 0.7.0-dev.172+develop.fe2a0acd4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
celeritas::inp::SmearRoughness Struct Reference

Global surface normal with smearing. More...

#include <SurfacePhysics.hh>

Public Member Functions

 operator bool () const
 

Public Attributes

double roughness {-1}
 Scale from 0 = specular to 1 = diffuse.
 

Detailed Description

Global surface normal with smearing.

Roughness range is \( [0, 1] \), where 0 is specular and 1 is diffuse. This parameter is the complement of the polish as defined in Geant4:

roughness = 1 - GetPolish();
double roughness
Scale from 0 = specular to 1 = diffuse.
Definition SurfacePhysics.hh:75

.

See celeritas::optical::SmearRoughnessSampler .

Note
This model is used by the GLISUR subroutine in Geant3 and the corresponding "glisur" surface model in Geant4.

The documentation for this struct was generated from the following file: