
Houses derivation returning electron sheath heat transmission coefficient with given electron and ion temperatures
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ElectronSheathGammaDerivation), | intent(inout) | :: | this | |||
| type(RealArray), | intent(in), | dimension(:) | :: | inputArray | ||
| integer(kind=ik), | intent(in), | dimension(:) | :: | indices |
Initialize electron sheath gamma derivation object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ElectronSheathGammaDerivation), | intent(inout) | :: | this | |||
| real(kind=rk), | intent(in) | :: | massRatio | |||
| integer(kind=ik), | intent(in) | :: | boundaryIndex |
Returns the sheath heat transmission coefficient for electrons depending on electron and ion temperatures in the boundary cell. Assumes the indices are in Te,Ti order
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | userDefined | = | .false. |
True only if user explicitly sets it to true |
|
| real(kind=rk), | private | :: | massRatio |
e-i mass ratio |
|||
| integer(kind=ik), | private | :: | boundaryIndex |
Index of the local cell used for this boundary calculation |
| procedure, public :: isDefined => isDefinedObject | |
| procedure, public :: makeDefined => makeDefinedObject | |
| procedure, public :: makeUndefined => makeUndefinedObject | |
| procedure, public :: init => initElectronSheathGamma | |
| procedure, public :: calculate => calculateElectronGamma |