KikeM / msc-thesis

TU Delft M. Sc. Aerospace / Applied Mathematics Thesis
0 stars 0 forks source link

ENH : Stabilization via artificial viscosity #61

Closed KikeM closed 3 years ago

KikeM commented 3 years ago

This could be studied together with #45.

KikeM commented 3 years ago

Looking at a parametric sweep for multiple alpha values, ranging from 1e-1 to 1e-11, I find out that all of them except the last two are dissipative.

timeseries

Captura de pantalla 2021-10-02 a las 22 56 15

However, all of them have the same error in the mass check.

This data seems to points towards the fact that I should use 1e-10. Let's cross fingers and hope for the best when it comes to the SVD of the stiffness matrix. I might need to refactor to apply the diffusion coefficient only at the end, once the FOM/ROM operator has been assembled.

Actually I might just do that straight away, to make sure I don't run into problems in a couple of days.

KikeM commented 3 years ago

I have just run a simplified HROM to see if such a small diffusion coefficient would endure the SVD and the thetas calculation ... and it did! :D

yeah! 😎

Let's put all the above nice and clean in the thesis draft and keep moving.

validation_rom_vs_fom