params_neut_floors_m Module

Parameters for the neutrals model related with floors



Contents


Variables

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).


Subroutines

public subroutine read_params_neut_floors(filename)

Reads parameters related with neut_floors

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename

Filename, to read from

public subroutine write_params_neut_floors(filename)

Reads parameters related with neut_floors

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in), optional :: filename

If present, filename where params are written to, if not present, writes to screen