Basic normalization based on electron quantities and containing most common values
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | userDefined | = | .false. |
True only if user explicitly sets it to true |
Getter for userDefined
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Object), | intent(in) | :: | this |
Set userDefined to .true.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Object), | intent(inout) | :: | this |
Set userDefined to .false.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Object), | intent(inout) | :: | this |
Get normalization value associated with passed name
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Normalization), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name |
Get normalization value calculated as the product of normalization values with passed names raised to corresponding powers and optionally multiplied by a constant
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Normalization), | intent(in) | :: | this | |||
| type(StringArray), | intent(in), | dimension(:) | :: | names | ||
| real(kind=rk), | intent(in), | dimension(:) | :: | powers | ||
| real(kind=rk), | intent(in), | optional | :: | multConst |
Set normalization values array of normalization object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Normalization), | intent(inout) | :: | this | |||
| type(NamedReal), | intent(in), | dimension(:) | :: | normVals |
Initialize normalization based on config.json, loading temperature, density, and reference ion charge. The resulting object will have the following normalization quantities:
All names taken from key_names module
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(BasicNormalization), | intent(inout) | :: | this | |||
| type(JSONController), | intent(inout) | :: | jsonCont |
JSONController used to get parameters from ./config.json |
||
| type(MPIController), | intent(inout) | :: | mpiCont |
MPIController used with JSONController |