byuflowlab / vawt-wake-model

Parameterized VAWT wake model using CFD wake data
MIT License
5 stars 3 forks source link

Round off Error in running C++ Code #9

Open dpielstick opened 7 years ago

dpielstick commented 7 years ago

mpi4py Branch When running the Velocityexample.py GSL senses round off error. This breaks the function at about 36% complete. Hotfixed with rounding all parameters to 8 decimals.

dpielstick commented 7 years ago

Eduardo recommended trying Romberg integration. Implemented, but needs to be tested.