Go to the documentation of this file.
21 #ifndef __boundaryPeriodic_hpp__
22 #define __boundaryPeriodic_hpp__
69 bool iterBeforeUpdate ,
TypeInfo("boundary<periodic>")
bool afterIteration(const timeInfo &ti) final
realx3 boundaryExtensionLength() const override
The extention length (in vector form) for the boundary as required by each boundary type.
add_vCtor(boundaryBase, boundaryPeriodic, dictionary)
real neighborLength() const override
The distance length from boundary plane where neighbor particles still exist in that distance.
bool iterate(const timeInfo &ti) final
uint32 mirrorBoundaryIndex_
boundaryPeriodic(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...
bool beforeIteration(uint32 step, const timeInfo &ti, bool updateIter, bool iterBeforeUpdate, bool &callAgain) final
~boundaryPeriodic() override=default