updateRates Interface

interface
private module subroutine updateRates(this, varCont, hostModel, hostData, updatePriority)

Arguments

Type IntentOptional Attributes Name
class(FixedECSTransition), intent(inout) :: this
type(VariableContainer), intent(in) :: varCont

Variable container used in update

class(ModelSurrogate), intent(in), optional :: hostModel

Host model - unused

class(ModelboundData), intent(in), optional :: hostData

Host data used to determine emitting cells for discrete cross-section

integer(kind=ik), intent(in), optional :: updatePriority

Priority for this update call - unused

Description

Update transition and moment exchange rate (if applicable)