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
if (isEqual(config->readDataNames[i], "Temperature")) {
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:
For temperature and heat flux, we are checking whether the field name is exactly matched in the config:
calculix-adapter/adapter/PreciceInterface.c
Line 624 in 4496e8f
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:calculix-adapter/adapter/PreciceInterface.c
Line 37 in 4496e8f
calculix-adapter/adapter/PreciceInterface.c
Line 654 in 4496e8f
Additionally, data names are hard-coded for preCICE:
calculix-adapter/adapter/PreciceInterface.c
Line 628 in 4496e8f
Finally, this error message is rather confusing:
calculix-adapter/adapter/PreciceInterface.c
Line 662 in 4496e8f
"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.
The text was updated successfully, but these errors were encountered: