Iago Cupeiro

Results 5 comments of Iago Cupeiro

Is this something that could be implemented as a method? I saw this issue and it reminded me of this piece of code from our previous works ``` def shortTermCorrection(time,...

solved by changing `counter = 0` to `counter = 1` within the if statement. The final method would look like: ``` def circularField(N_b,B,H,D,r_b): coo = np.array([[0,0]]) # Firstt borehole placed...

Hey @jaeandersson @jgillis Do you still get mismatching GUID errors with the new nightly versions of OpenModelica? I started to get those ones, despite I follow a similar approach to...

@jaeandersson Is there any way to unload the FMU DLLs? So that the GUID mismatch is eliminated

Hey @jaeandersson I also noticed my NLPs fail when I compile the FMUs in OpenModelica and I use the flag -d=-disableDirectionalDerivatives. Basically I get a SIGABRT (signal 6) error, which...