Call the evaluateTermByName routine on model with given index and for given term name - optionally use variable container other than the one stored in the modeller
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Modeller), | intent(in) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | modelIndex | |||
| character(len=*), | intent(in) | :: | name | |||
| type(VariableContainer), | intent(in), | optional | :: | varCont |