How to access the area and vol of RBCs in a multiblock domain #121
mojtabaAmiraslanpour
started this conversation in
General discussion
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. |
0 replies
|
While I'm traveling atm and can't give a full answer, some quick info from the top of my head: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
All reactions