-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimeHistory
cannot gather the same field from different locations
#2300
Comments
@TotoGaz I experienced the same issue when working with a cased wellbore problem comprising three regions casing, cement and rock. For instant I need to defined one |
Likely the way to implement this with the least amount of refactoring is allowing the |
Related to #1636 |
To go further for this issue, as suggested by @wrtobin what do you think of allowing It needs a rework of Should I change those functions or add new functions with plural name (getTargetObjects, etc) ? |
It's surely a good way to move in the correct direction. |
There is a globalID. Is it global to all cellblocks of a cellElementRegion ? In that case we could either « merge and permut » or concat the fields and output also the global index |
It’s possible for
TimeHistory
to gather multiple sources of information into one unique file.But it’s not possible for the
TimeHistory
/PackCollection
pair to extract the same field on multiple locations and save them into the same file.Consider the
PoroElastic_Mandel
test case.For convenience, generate the cubic mesh with two different cell blocks (here cb1 and cb2):
and accordingly
Then create/update the Tasks
and the TimeHistory
Do not forget to trigger
The case described does not work as TimeHistory does not know how to “merge” the same field into the same file.
Additionally, we can provide one set, but if this set is spread over two sub regions, then the process fails since they can't be merged.
The text was updated successfully, but these errors were encountered: