basic_normalization_procedures Submodule

Contains module procedures associated with the basic normalization class


Uses


Module Subroutines

module subroutine initNormalizationFromJSON(this, jsonCont, mpiCont)

Initialize normalization based on config.json, loading temperature, density, and reference ion charge. The resulting object will have the following normalization quantities:

Read more…

Arguments

Type IntentOptional 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