To make the use of the final calibration result easy, an export to a record should be implemented (as discussed).
In addition to the final values, the most relevant info about the calibration should also be in that record, e.g.:
Name: MODELNAME_Calibrated_DATEOFCALIBRATION.mo
Content:
record TestModel_Calibrated_20191204 "Final values of AixCaliBuHa-Calibration of Model AixCalTest.TestModel:
NRMSE = 0.002; Used Method: scipy_minimize - COBYLA"
parameter Real V=0.02 "Calibrated in bounds min=%s, max=%s";
parameter Real m_flow_nominal=0.02 "Calibrated in bounds min=%s, max=%s";
annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(
coordinateSystem(preserveAspectRatio=false)));
end TestModel_Calibrated_20191204;
To make the use of the final calibration result easy, an export to a record should be implemented (as discussed).
In addition to the final values, the most relevant info about the calibration should also be in that record, e.g.:
Name: MODELNAME_Calibrated_DATEOFCALIBRATION.mo
Content: