Pere Frontera

Results 5 comments of Pere Frontera

Sorry, I think that I was not clear enough about the purpose of the commit. The goal is to access the kinematic viscosity which will then be used to compute...

> FYI, the style check is failing in Travis CI: > > ![image](https://user-images.githubusercontent.com/4604869/183748444-4b5bda64-4972-4b44-bac2-b929b9a0e698.png) My apologies, I did not know about _Travis CI_ at all and to be honest, neither was...

Similarly, I have another doubt about the `actuatorLineElement::pitch` function. ``` vector rotationPoint = position_; rotationPoint += chordDirection_*chordLength_*(chordMount_ - chordFraction); rotate(rotationPoint, spanDirection_, radians, false); ``` Where `chordFraction` is just 0.25. Because...

Dear Guillén, I discussed with Pete about this same issue and others related to picth [here](https://github.com/turbinesFoam/turbinesFoam/issues/350). Maybe this can help you :)

I face a similar problem when trying to create the WEIS environment in WSL. This should have little to do with WEIS itself since this step is executed well before...