Parameters for the neutrals model related with floors
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=GP), | protected | :: | floor_dens | = | GP_EPS |
Floor value for neutrals density |
|
| real(kind=GP), | protected | :: | floor_temp | = | GP_EPS |
Minimal neutrals temperature in neutrals model |
|
| real(kind=GP), | protected | :: | rho_min_for_parmom_advection | = | -GP_LARGEST |
Flux surface below which no parallel advection is applied for neutrals parallel momentum to avoid numerical problems due to divisions by small numbers (neutrals_dens is near zero). |
Reads parameters related with neut_floors
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename |
Filename, to read from |
Reads parameters related with neut_floors
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in), | optional | :: | filename |
If present, filename where params are written to, if not present, writes to screen |