
Contains abstract transition procedures
Getter for ingoingStates
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(in) | :: | this |
Getter for outgoingStates
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(in) | :: | this |
Getter for rate values
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(in) | :: | this |
Getter for rateMomentum values
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(in) | :: | this |
Getter for rateEnergy
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(in) | :: | this |
Get cross-section values from column col
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(in) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | col |
Check whether rates in this transition include an electron density factor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(in) | :: | this |
Getter for csDim
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(in) | :: | this |
Getter for rate array length
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(in) | :: | this |
Setter for both ingoing and outgoing states
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(inout) | :: | this | |||
| integer(kind=ik), | intent(in), | dimension(:) | :: | inStates |
Ingoing state IDs |
|
| integer(kind=ik), | intent(in), | dimension(:) | :: | outStates |
Outgoing state IDs |
Setter for rate values
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(inout) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:) | :: | rate |
Setter for rateMomentum values
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(inout) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:) | :: | rate |
Setter for rateEnergy
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(inout) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:) | :: | rate |
Set cross-section values in column col
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(inout) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:) | :: | crossSection | ||
| integer(kind=ik), | intent(in) | :: | col |
Setter for crossSection
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(inout) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:,:) | :: | crossSection |
Setter for rateContainsElDensity
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(inout) | :: | this | |||
| logical, | intent(in) | :: | includeDens |
Setter for csDim
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(inout) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | csDim |
Default update routine - does nothing
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Transition), | intent(inout) | :: | this | |||
| type(VariableContainer), | intent(in) | :: | varCont |
Variable container used in update |
||
| class(ModelSurrogate), | intent(in), | optional | :: | hostModel |
Optional host model reference for callbacks during update |
|
| class(ModelboundData), | intent(in), | optional | :: | hostData |
Optional host data reference for callbacks during update |
|
| integer(kind=ik), | intent(in), | optional | :: | updatePriority |
Priority for this update call |