mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
Periodic boundary condition implementation
- boundaryBase class, some methods has been added, index list on host added, boundaryList friended - generalBoundary class is created for all boundary types - searchBoundary class is created for contact search -> (regular, none), - pointStructure can be accessed through contactSearch to be done: - A new class for periodic boundary condtion should be added. This class should handel pp and pw contact searchs. - Messages should be rearranged for boundaries. - Events and updates should be synced, so that the same contact list can be used for internal particles and boundary particles.
This commit is contained in:
@ -6,6 +6,7 @@ contactSearch/methods/cellBased/NBS/NBSLevel0.cpp
|
||||
contactSearch/methods/cellBased/NBS/NBS.cpp
|
||||
contactSearch/methods/cellBased/NBS/cellsWallLevel0.cpp
|
||||
contactSearch/contactSearch/contactSearch.cpp
|
||||
contactSearch/boundaries/searchBoundary.cpp
|
||||
contactSearch/ContactSearch/ContactSearchs.cpp
|
||||
interaction/interaction.cpp
|
||||
sphereInteraction/sphereInteractions.cpp
|
||||
|
Reference in New Issue
Block a user