﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2538	Support for partial derivatives of functions	Adrian Pop	Per Östlund	"It seems we have no support for partial derivatives of functions.
See the attached model and Modelica Spec 3.2 revision 2, Section 12.7.2. 

The question is how we should handle this?
We save the information for the back-end?

We have a function definition such as:
{{{
function df_dqflow = der(flowCharacteristic, q_flow);
}}}
Use this script:
{{{
loadFile(""tfm.mo""); getErrorString();
simulate(ThermoPower.Test.GasComponents.TestFanMech); getErrorString();
}}}
"	defect	closed	blocker	Future	New Instantiation	trunk	fixed		Karim Adbdelhak Andreas Heuermann
