Skip to content
Snippets Groups Projects
Commit eb29a283 authored by Jan Schäfer's avatar Jan Schäfer Committed by Jakub Klinkovský
Browse files

minor foxes in rhs

parent 7c601df9
No related branches found
No related tags found
1 merge request!14Euler
......@@ -237,8 +237,8 @@ class NavierStokesEnergyRightHandSide< Meshes::Grid< 2, MeshReal, Device, MeshIn
+ ( 4.0 / 3.0 * ( velocity_y_north * velocity_y_center - velocity_y_center * velocity_y_south
- velocity_y_center * velocity_y_center + velocity_y_south * velocity_y_south
) * hySquareInverse
- 2.0 / 3.0 * ( velocity_x_northEast * velocity_y_north - velocity_x_southEast * velocity_y_east
- velocity_x_northWest * velocity_y_north + velocity_x_southWest * velocity_y_west
- 2.0 / 3.0 * ( velocity_x_northEast * velocity_y_north - velocity_x_southEast * velocity_y_south
- velocity_x_northWest * velocity_y_north + velocity_x_southWest * velocity_y_south
) * hxInverse * hyInverse / 4
) * this->dynamicalViscosity;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment