Parameters for external sources in Braginskii model
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=64), | protected | :: | nesrc_select | = | 'NONE' |
Type of particle source |
|
| character(len=PATHLEN_MAX), | protected | :: | nesrc_path | = | '' |
Name of file where parameters for particle source are read |
|
| character(len=64), | protected | :: | tesrc_select | = | 'NONE' |
Type of electron temperature source |
|
| character(len=PATHLEN_MAX), | protected | :: | tesrc_path | = | '' |
Name of file where parameters for electron temperature source are read |
|
| logical, | protected | :: | is_powersource | = | .false. |
Switch that treats sources as power sources |
|
| character(len=64), | protected | :: | tisrc_select | = | 'NONE' |
Type of ion temperature source |
|
| character(len=PATHLEN_MAX), | protected | :: | tisrc_path | = | '' |
Name of file where parameters for ion temperature source are read |
Reads parameters related with brag_sources_external_select
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename |
Filename, to read from |
Reads parameters related with brag_sources_external_select
| 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 |