updateDataLBC Interface

interface
private module subroutine updateDataLBC(this, hostModel, inputVars, updatePriority)

Arguments

Type IntentOptional Attributes Name
class(ModelboundLBCData), intent(inout) :: this
class(ModelSurrogate), intent(in) :: hostModel

Host model - unused

class(VariableContainer), intent(in) :: inputVars

Variable container used to calculate modelbound data

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

Priority for this update call (determines which variables are updated) - unused here

Description

Update modelbound data based on input variable container