@@ -259,6 +259,7 @@ if (Options$thermo){
259259 AddSetting(name = " BuoyancyX" , default = 0.0 , comment = ' applied (rho_h-rho)*BuoyancyX' )
260260 AddSetting(name = " BuoyancyY" , default = 0.0 , comment = ' applied (rho_h-rho)*BuoyancyY' )
261261 AddSetting(name = " BuoyancyZ" , default = 0.0 , comment = ' applied (rho_h-rho)*BuoyancyZ' )
262+ AddSetting(name = " vlimiter" , default = 0.0 , comment = " Velocity limiter value" )
262263# #################################
263264# #######TRACKING VARIABLES########
264265# #################################
@@ -321,6 +322,7 @@ if (Options$thermo){
321322 AddGlobal(name = " LiqTotalVelocityX" , comment = ' use to determine avg velocity of droplets' , unit = " m/s" )
322323 AddGlobal(name = " LiqTotalVelocityY" , comment = ' use to determine avg velocity of droplets' , unit = " m/s" )
323324 AddGlobal(name = " LiqTotalVelocityZ" , comment = ' use to determine avg velocity of droplets' , unit = " m/s" )
325+ AddGlobal(name = " LimitedCells" , comment = ' Number of cells where we limited the velocity' , unit = " 1" )
324326 AddGlobal(name = " NumFluidCells" , comment = ' Number of fluid cells' )
325327 AddGlobal(name = " NumSpecialPoints" , comment = ' Number of special points' )
326328 AddGlobal(name = " NumWallBoundaryPoints" , comment = ' Number of boundary nodes' )
0 commit comments