Go to the documentation of this file.
   21 #ifndef __boundaryExit_hpp__ 
   22 #define __boundaryExit_hpp__ 
   70         bool iterBeforeUpdate , 
 
  
 
bool afterIteration(const timeInfo &ti) final
 
bool beforeIteration(uint32 step, const timeInfo &ti, bool updateIter, bool iterBeforeUpdate, bool &callAgain) final
 
uint32 checkForExitInterval_
between successive check for particle exit (iteration-based).
 
real exitMarginLength_
Length of margin in the negative side of boundary to still allow points stay in the simulation.
 
TypeInfo("boundary<exit>")
 
add_vCtor(boundaryBase, boundaryExit, dictionary)
 
bool iterate(const timeInfo &ti) final
 
virtual ~boundaryExit()=default
 
boundaryExit(const dictionary &dict, const plane &bplane, internalPoints &internal, boundaryList &bndrs, uint32 thisIndex)
 
Dictionary holds a set of data entries or sub-dictionaries that are enclosed in a curely braces or ar...