diff --git a/parts/chapters/subsections/5.3/UDADIMS.fodt b/parts/chapters/subsections/5.3/UDADIMS.fodt index 0e693c6f..f1a061e4 100644 --- a/parts/chapters/subsections/5.3/UDADIMS.fodt +++ b/parts/chapters/subsections/5.3/UDADIMS.fodt @@ -4364,20 +4364,20 @@ Updated with AFR/TSA Rev-D comments and new keywords.MXUDA - MXUDA is a positive integer that defines the maximum number of unique arguments in a keyword that are replaced by numeric UDQ values. + MXUDA is a positive integer that defines the maximum number of unique arguments in a keyword that are replaced by numeric UDA values. Note that MXUDA differs from NMUDA, for example: - If only the oil rate argument of, say the WCONPROD keyword is specified by a UDQ, then both NMUDA and NMUDA equal one. + If only the oil rate argument of, say the WCONPROD keyword is specified by a UDA, then both NMUDA and MXUDA equal one. - However, if a second WCONPROD uses a different UDQ, then NMUDA equals two, but MXUDA would can still be one. + However, if a second WCONPROD uses a different UDA, then NMUDA equals two, but MXUDA would still be one. - Finally, if the same UDQ is used separately in two lines of WCONPROD data, then both NMUDA and MXUDA must be set to two. + Finally, if the same two distinct UDAs are used separately in two lines of WCONPROD data, then both NMUDA and MXUDA must be set to two. - As MXUDA’s default value is 100 then this only needs to be increased where the same UDQ is used as a UDA more than 100 times. + As MXUDA’s default value is 100 then this only needs to be increased where the same UDA is used more than 100 times. 100