Interface for routine to get the value of the velocity and pressure field at a specified integer coordinate
Get the value of the density and velocity at a certain integer coordinate
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | coord(4) | |||
| type(mus_scheme_type), | intent(inout) | :: | scheme | |||
| integer, | intent(in) | :: | vel_pos(3) | |||
| integer, | intent(in) | :: | dens_pos | |||
| integer, | intent(in) | :: | vol_frac_pos | |||
| real(kind=rk), | intent(out) | :: | rho | |||
| real(kind=rk), | intent(out) | :: | u(3) | |||
| real(kind=rk), | intent(out) | :: | eps_f | |||
| logical, | intent(out) | :: | err |
Error code: set to TRUE if we could not find ldPos of coord we are trying to grab value at (for example because it is outside domain and not a halo. |
Get the value of the density and velocity at a certain integer coordinate
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | coord(4) | |||
| type(mus_scheme_type), | intent(inout) | :: | scheme | |||
| integer, | intent(in) | :: | vel_pos(3) | |||
| integer, | intent(in) | :: | dens_pos | |||
| real(kind=rk), | intent(out) | :: | rho | |||
| real(kind=rk), | intent(out) | :: | u(3) | |||
| logical, | intent(out) | :: | err |
Error code: set to TRUE if we could not find ldPos of coord we are trying to grab value at (for example because it is outside domain and not a halo. |