This routine returns the analytical solution of TGV 2D testcase for a given position and time (coord, t)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | coord(3) | position and time |
||
| real(kind=rk), | intent(in) | :: | t | position and time |
pressure, velX, velY, Sxx, Syy, Sxy
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private | :: | nuPhy | ||||
| real(kind=rk), | private | :: | tD | ||||
| real(kind=rk), | private | :: | x | ||||
| real(kind=rk), | private | :: | y |