and F represent the fluxes of the conserved variables across a surface. For example in x-direction.
Fx=ρuρu2+pρuvρuwu(Et+p)ρuY1ρuY2...
These are called the Euler fluxes. If Euler fluxes are the only present, the resultant equations are the Euler Equations.
Fvisc represents the fluxes due to molecular transport (viscous streess, heat fluxes, mass disffusion, etc). While S is a generic source term. While combining these terms appropiately we can build differnt type of equations (check definition in PROB), such as Euler, Navier-Stokes, Reactive Navier-Stokes, etc. The general equations can be seen in DNS .
Finite Volume Method
The expression can be written in divergence form
∂t∂U=−∇⋅(F+Fvisc)+S=−∇⋅F∗+S
Integrating over cell and dividing over control volume Vijk
Vijk1∫∂t∂UdV=Vijk1∫−∇⋅F∗dV+Vijk1∫SdV
Defining the cell-averaged value as
ϕijk=Vijk1∫ϕdV
and using divergence theorem
∂t∂Uijk=Vijk1∮δVF∗⋅ndA+Sijk
Using polyhedral cells, the following expression follows by summing over the cells faces ()
∂t∂Uijk=Vijk1f=1∑NfacesFf∗⋅nfAf+Sijk
The above formulation ensures global conservation as the fluxes of shared faces between two control volumes cancel out.