Generates entities which can be used in defining regions for boundary conditions.
onEntity
(string)newEntityName
(string)Function
(block)<Updater generateOpen>
kind = entityGenerator2d
onGrid = domain
newEntityName = openBoundary
onEntity = ghost
<Function mask>
kind = exprFunc
exprs = ["if( (x>0.001) and (y>0.34),1.0,-1.0)"]
</Function>
</Updater>