DelNov / T-Flows

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

Fix bulk velocity #181

Closed Niceno closed 4 years ago

Niceno commented 4 years ago

Dear Egor,

I corrected calculation of bulk velocities which assumed density was always one.

To that end, I needed to move Calculate_Fluxes from Bulk_Mod to Field_Mod, to have access to face densities, and keep object hierarchy as before.