You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vidulejs tried converting the list of read/write fields to dictionaries in the OpenFOAM adapter, and this seems to be possible and actually necessary, if we want to add type and operation to each exchanged data field.
@uekerman the issue is exactly what you already guessed in another comment: in OpenFOAM, we can read either a Dictionary or wordList. The wordList only accepts strings. Anything more complicated is a Dictionary.
Maybe we just need to distinguish here between the theoretical definition of a dictionary and the concrete implementation in each context.
Using a
set
ordict
would avoid duplicate entries in the schema. Alist
generally allows duplicate entries.Additionally navigation using a
dict
is more comfortable than for alist
.I started this discussion in #18 (comment) but we should continue here to avoid getting off-topic over there.
The text was updated successfully, but these errors were encountered: