physical maximum batch size
int? get nUBatch => _nUBatch;
set nUBatch(int? value) { _nUBatch = value; notifyListeners(); }