BUG: class header incorrect for writeObject - anywrite
Refer EP#516
Refer EP#516
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
'anywrite' also writes e.g. constant/turbulenceProperties. This is as expected. Otherwise choose auto_write.
the problem is that in the header the class becomes the actual type instead of 'dictionary':
class kEpsilon;
this gives problems in re-reading since it expects a 'dictionary'
works with autoWrite
closed