Dear All,

I need to create a faceSet from topoSet or any other. From this, I will further create a patch using createPatch and work with simulation.

To create faceSet, I have data related to faces and faceCentres. I have points too, I know I can use pointToFace and then create faceSet. But, I do not want to use points for creating faceSet.

So, How to create faceSet using only faces and faceCentre data?

faces example:

4

(

5(0 1 2 3 4)

4(5 6 7 8)

4(9 10 11 12)

4(13 14 15 16)

)

faceCentres example:

4

(

(0.1430288 0.00218509 0.0001205211)

(0.1905574 0.005802098 0.0004476021)

(0.1940142 0.007457328 0.0002026334)

(0.1986899 0.01370724 0.0003252593)

)

Any leads will be appreciated.

Regards,

Sunag R A.

Similar questions and discussions