DelNov / T-Flows

Program for Simulation of Turbulent Flows
Other
109 stars 48 forks source link

Fix bulk velocity and backup #182

Closed Niceno closed 4 years ago

Niceno commented 4 years ago

Dear Egor,

I discovered two errors: one in writing backup files, the other in computation of bulk velocities. Please have a look and accept the fixes if they are fine.

Cheers,

Bojan
palkinev commented 4 years ago

Unfortunately this pull request introduces another issue: all the tests crash at Backup_Mod_Save.f90

palkinev commented 4 years ago

And now Backup_Mod_Save.f90 is fine again.

Niceno commented 4 years ago

I implemented convective outflow only for k_eps_zeta_f because I didn't have time to do it for other models as well.

palkinev commented 4 years ago

I added other turb. models to Convective_Outflow.f90. Code compiles, but was not tested.