Compute the physical flux in x direction.
For other directions a properly defined variable permutation can be used. This routine covers only constant material parameters.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nDofs |
dimensions |
||
integer, | intent(in) | :: | nScalars |
dimensions |
||
real(kind=rk), | intent(inout) | :: | state_der(:,:) |
Array to store the fluxes in. |
||
real(kind=rk), | intent(in) | :: | state(nDofs,nScalars) |
State to compute the fluxes from. |
||
integer, | intent(in) | :: | rot(7) |
Rotationing to index the variables. |
||
real(kind=rk), | intent(in) | :: | inv_mu | |||
real(kind=rk), | intent(in) | :: | inv_epsi |