PFoamFoamPartition Method |
Creates a list of cell lists based on the cell connection graph
Cell->Face->FacePair->NeighborCell
Used mostly for splitting separate parts of the foam
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic IList<IList<PFCell>> FoamPartition()
Public Function FoamPartition As IList(Of IList(Of PFCell))
public:
IList<IList<PFCell^>^>^ FoamPartition()
member FoamPartition : unit -> IList<IList<PFCell>>
Return Value
Type:
IListIListPFCell[Missing <returns> documentation for "M:PolyFramework.PFoam.FoamPartition"]
See Also