# sputtering Fortran module: `sputtering` ## Parameters User-configurable parameters (can be set via `param_dict`): | Parameter | Type | Default | Description | |-----------|------|---------|-------------| | `epso` | `` | `0.0` | | | `eta` | `` | `0.0` | | | `projectiles` | `int32[(6,)]` | `array(6,)` | | | `sconst` | `` | `0.0` | | ## Constants (Read-Only) Fortran PARAMETER constants (compile-time values): | Constant | Type | Value | |----------|------|-------| | `dp` | `` | `8` | | `vaporize_speed` | `` | `19.0` | ## Runtime Access Access `sputtering` parameters at runtime using `uclchem.advanced.GeneralSettings()`. See [Accessing Fortran Parameters](index.html#accessing-fortran-parameters-at-runtime) on the main Fortran API page for examples.