James
James
Thanks for the reply. It's probably beyond me at this point in time, as I don't really have the time at the moment. Maybe down the line.
Apologies for the delay on this. My problem: ` # Example optimization of a generator for costs on a 5 MW reference turbine prob = om.Problem(reports=False) prob.model = Generator(design="dfig", n_pc=n_pc)...
Ah I see. How does the scalar parameter work? I'm unfamiliar with it
I tried running the simulation by increasing the overhang to -5.0 and I get the following error: FAST_Solution:FAST_AdvanceStates:SolveOption2a_Inp2BD:ED_CalcContStateDeriv:LAPACK_DGETRF: U( 15, 15)=0. Factor U is exactly singular. Additionally, I get the...
Thanks for the reply. I actually wanted to try building openfast using debug mode as I thought it would be easier to trace the errors in my setup and help...
@deslaughter Did you use the ifort or ifx compiler? I'm not sure if it is the new intel compiler I'm using Windows 11 I was building using the intel oneAPI...
Think I tried a ninja install and the install seemed to work, but when I tried running openfast, it didn't seem to work and just paused my terminal. but I'm...
If I'm honest, I don't entirely know. I watched some videos of people debugging other fortran programs and wanted to try to follow their approach. I don't know how possible...
on line 32, in the function tube_prop, in wisdem/drivetrainse/drive_structure.py: def tube_prop(s, Di, ti): L = s.max() - s.min() def equal_pts(xi): if len(xi) < len(s) and len(xi) == 2: x =...