Saves the className model in a single file, together with all other classes
that it depends on. This function uses a naive heuristic based on which
identifiers are used and might save things which are not actually used,
and is meant to be used in cases where the normal saveTotalModel fails.
function saveTotalModelDebug
input String filename;
input TypeName className;
output Boolean success;
end saveTotalModelDebug;
Generated at 2022-06-26T00:32:45Z by OpenModelicaOpenModelica
1.20.0~dev-163-g897feb0 using GenerateDoc.mos