Skip to content
Snippets Groups Projects
Commit a15ee85e authored by MARSOLLIER Felix's avatar MARSOLLIER Felix
Browse files

addition of a value for the input to supply the order of the polynom to fit

parent 08ebebac
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@ equation
head = TAeZoSysPro.FluidDynamics.Components.Machines.BaseClasses.PumpCharacteristics.polynomialFlow(
V_flow = V_flow,
V_flow_nominal = V_flow_nominal,
head_nominal = head_nominal) ;
head_nominal = head_nominal,
OrderPolyFitting = 2) ;
annotation(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment