carpemonf
carpemonf
Issues with UnsteadyNSTurb and 21unsteadyNSTurb_RBF tutorial: nut field update and RBF interpolation
For future reference, I looked further into the issue and got good results by addressing: * FOM. There are already functions implemented such as `velDerivativeCoeff`, and others, to compute the...
Issues with UnsteadyNSTurb and 21unsteadyNSTurb_RBF tutorial: nut field update and RBF interpolation
@giovastabile, the issue has been partially resolved but additional logic and refactoring are needed for a PR. Further work is still needed to make the different combinations of DAEs and...
Issues with UnsteadyNSTurb and 21unsteadyNSTurb_RBF tutorial: nut field update and RBF interpolation
Sorry, another note for the `22datadriven_corrections` tutorial. Running it with a high number of modes (50) results in a division by zero error at `modesEig.col(i) = modesEig.col(i).array() / normFact(i, 0);`...
Issues with UnsteadyNSTurb and 21unsteadyNSTurb_RBF tutorial: nut field update and RBF interpolation
Never mind my previous message, this was originated by calculating the modes for a uniform field (nut was constant and not updated over time). I also noticed that the FOM...
Issues with UnsteadyNSTurb and 21unsteadyNSTurb_RBF tutorial: nut field update and RBF interpolation
The `22datadriven_corrections` tutorial worked for me with the changes in PR #549 and other fixes. I will create another PR and come back to the initial issue with `21unsteadyNSTurb_RBF`. Thanks.