How to access the area and vol of RBCs in a multiblock domain #121
Replies: 2 comments
-
|
Even iterating over all blocks didn't work: `void CellInformationFunctionals::CellVolume::processGenericBlocks(Box3D domain, std::vector<AtomicBlock3D*> blocks) { }` Apparently there is only one block passed to the function. |
Beta Was this translation helpful? Give feedback.
-
|
While I'm traveling atm and can't give a full answer, some quick info from the top of my head: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am following the code provided for the onecellShear case to have access to cells volumes and area but I keep getting zero values. If I do this with one processor it works. But as soon as I use more than one, I would get zero.
So this:
Only works when I am running with 1 block:
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions