precice/calculix-adapter
Inconsistent lookup for read/write data in CHT and FSI
Chiusa
#107 aperta il 24 ott 2022
buggood first issue
Metriche repository
- Star
- (59 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
For temperature and heat flux, we are checking whether the field name is exactly matched in the config:
For other fields, we are checking whether the field name just starts with this prefix (similar behavior as in the OpenFOAM adapter), sometimes with a trailing -, sometimes without:
Additionally, data names are hard-coded for preCICE:
Finally, this error message is rather confusing:
"Does not exist" made me think that I still needed to specify it somewhere. However, it just means that the adapter does not know how to handle it.