I'm curious, does anybody know if it is possible to get OpenModelica to store parameters, constants and/or variables that have been inferred to be constant in the "CSV" format?
I understand why they aren't in there by default (space), but it would be nice to explicitly request (all of) them. It is particularly unintuitive when variables that are not marked with the parameter
or constant
qualifiers are left out simply because, in a particular circumstance, the compiler has surmised that they are constants.
I couldn't find a 'simflag' that seemed to trigger writing them out. But I'm hoping I missed something.
Thanks.