module that holds all routines to calculate the flux for hyperbolic linearzied gas dynamic equations.
Function for physical flux of the LinearEuler equation F, 1D? Since it is 1d, there need to be passed the correct background velocity (u0 for F - flux in x direction, v0 for G - flux in y direction, w0 for H - flux in z direction)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | state(5) |
State to compute the fluxes (rho, u, v, w) |
||
type(atl_LinearEuler_type), | intent(in) | :: | LinearEuler |
Datatype for LinearEuler equation include all background data |
||
integer, | intent(in) | :: | iDir |
Direction of flux, used fot background velocity |
The resulting flux in x direction