Request for Assistance with Pipeflow Example and RBC Dimension Handling #124
rishabhbhatt233
started this conversation in
General discussion
Replies: 1 comment 2 replies
-
To produce cell .pos files, you can use the packCells tool. You can find it here. When you import your own STL file for RBC, you can set the size with the radius of the cell tag in the same file (RBC.xml). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an STL file of a pipe (pipe.stl) for the "pipeflow" example, and I want to add red blood cells (RBCs) and flow to the simulation. Can I generate the rbc.pos file using an in-built script?
Additionally, when I load the STL file for the RBC, it becomes slightly larger than the RBC generated using the "MESH_FROM_SPHERE" method. How can I handle the dimensions of RBC.stl and pipe.stl after loading to ensure they are correctly sized?
Beta Was this translation helpful? Give feedback.
All reactions