carpemonf

Results 5 comments of carpemonf

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...

@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...

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);`...

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...

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.