Collects all functions related to the physical fluxes of the compressible Navier-Stokes equations.
Physical flux calculation along x direction for Euler equation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | state(:) | The state in nodal space. Dimension is the number of vars, i.e. 4 for Navier-Stokes. |
||
real(kind=rk), | intent(in) | :: | state_gradient(:,:) | The state in nodal space. First dimension is the number of vars, i.e. 4 for Navier-Stokes. Second dimension is the dimension, e.g. 2 in two dimensions. |
||
real(kind=rk), | intent(in) | :: | mu | Dynamic Viscosity |
||
real(kind=rk), | intent(in) | :: | lambda | Viscosity |
||
real(kind=rk), | intent(in) | :: | thermCond | The thermal cond |
||
real(kind=rk), | intent(in) | :: | heatCap | The specific heat capacity (per mass unit mass, at constant volume) |
The physical flux along the x axis for all variables
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | density | The density |
||
real(kind=rk), | intent(in) | :: | velocity(2) | The velocity |
||
real(kind=rk), | intent(in) | :: | totEnergy | The total energy |
||
real(kind=rk), | intent(in) | :: | inVec(4) | Vector to be multiplied with nu11 |
||
real(kind=rk), | intent(in) | :: | mu | Dynamic Viscosity |
||
real(kind=rk), | intent(in) | :: | lambda | Viscosity |
||
real(kind=rk), | intent(in) | :: | thermCond | The thermal cond |
||
real(kind=rk), | intent(in) | :: | heatCap | The specific heat capacity (per mass unit mass, at constant volume) |
The result of the matrix vector product
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | density | The density |
||
real(kind=rk), | intent(in) | :: | velocity(2) | The velocity |
||
real(kind=rk), | intent(in) | :: | inVec(4) | Vector to be multiplied with nu11 |
||
real(kind=rk), | intent(in) | :: | mu | Dynamic Viscosity |
||
real(kind=rk), | intent(in) | :: | lambda | Viscosity |
The result of the matrix vector product
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | density | The density |
||
real(kind=rk), | intent(in) | :: | velocity(2) | The velocity |
||
real(kind=rk), | intent(in) | :: | inVec(4) | Vector to be multiplied with nu11 |
||
real(kind=rk), | intent(in) | :: | mu | Dynamic Viscosity |
||
real(kind=rk), | intent(in) | :: | lambda | Viscosity |
The result of the matrix vector product
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | density | The density |
||
real(kind=rk), | intent(in) | :: | velocity(2) | The velocity |
||
real(kind=rk), | intent(in) | :: | totEnergy | The total energy |
||
real(kind=rk), | intent(in) | :: | inVec(4) | Vector to be multiplied with nu11 |
||
real(kind=rk), | intent(in) | :: | mu | Dynamic Viscosity |
||
real(kind=rk), | intent(in) | :: | lambda | Viscosity |
||
real(kind=rk), | intent(in) | :: | thermCond | The thermal cond |
||
real(kind=rk), | intent(in) | :: | heatCap | The specific heat capacity (per mass unit mass, at constant volume) |
The result of the matrix vector product