Search found 6 matches

by Jacob
1 year ago
Forum: Syntax
Topic: Error: overflow in + operation (addop)
Replies: 12
Views: 10109

Re: Error: overflow in + operation (addop)

I don't see any difference from the last iteration: --- Generating NLP model Thermal[LST:1279] --- PVT circular with tube insulation.gms(678) 7 Mb[FIL:"C:\Users\mbuss\Downloads\PVT circular with tube insulation.gms",678,0] --- 3,691 rows 3,692 columns 10,897 non-zeroes --- 15,296 nl-code ...
by Jacob
1 year ago
Forum: Syntax
Topic: Error: overflow in + operation (addop)
Replies: 12
Views: 10109

Re: Error: overflow in + operation (addop)

I don't see any difference from the last iteration: --- Generating NLP model Thermal[LST:1279] --- PVT circular with tube insulation.gms(678) 7 Mb[FIL:"C:\Users\mbuss\Downloads\PVT circular with tube insulation.gms",678,0] --- 3,691 rows 3,692 columns 10,897 non-zeroes --- 15,296 nl-code ...
by Jacob
1 year ago
Forum: Syntax
Topic: Error: overflow in + operation (addop)
Replies: 12
Views: 10109

Re: Error: overflow in + operation (addop)

Before looking into consequences of the third solve, I would first look at the second solve. Conopt fails because the Jacobian values are too big. Knitro can't make the model feasible. You did not share the log/lst of your run. Did you succeed solving the second ("Thermal") model? Only if...
by Jacob
1 year ago
Forum: Syntax
Topic: Error: overflow in + operation (addop)
Replies: 12
Views: 10109

Re: Error: overflow in + operation (addop)

When I run the model the listing file points me to the problematic equation "**** Exec Error at line 449: overflow in * operation (mulop)". Line 449 reads "E90..I_pv =e= IL1L - (Io1L * ((exp((Vb + (I_pv * Rs1L))/(a1L + 0.01))) - 1)) - ((Vb + (I_pv * Rs1L))/(Rsh1L + 0.01));". So ...
by Jacob
1 year ago
Forum: Syntax
Topic: Error: overflow in + operation (addop)
Replies: 12
Views: 10109

Re: Error: overflow in * operation (mulop)

PVT circular with pressure loss & thermosiphon flow.gms PVT circular with pressure loss & thermosiphon flow.log Hello; Greetings. I am seeking help on the above error in my code "overflow in * operation (mulop)". I have attached the log and code files. Anyone with an idea ...
by Jacob
2 years ago
Forum: Syntax
Topic: Loop for objective function
Replies: 34
Views: 314069

Re: Loop for objective function

Hello Renger, I have a related challenge on the above subject and I am kindly requesting for your expertise. I would like to find the objective function value (P) and (I_pv) for each V(i). Below is a copy of the code; *********************************** Set i "Point" /1*11/; Parameters V(i...