Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(HexMesh), | intent(in) | :: | mesh | |||
class(Face), | intent(in) | :: | f | |||
real(kind=RP), | intent(out), | dimension(NDIM,0:f%Nf(1),0:f%Nf(2)) | :: | V | ||
real(kind=RP), | intent(out), | dimension(0:f%Nf(1),0:f%Nf(2)) | :: | rho | ||
real(kind=RP), | intent(out), | dimension(0:f%Nf(1),0:f%Nf(2)) | :: | mu | ||
real(kind=RP), | intent(out), | dimension(0:f%Nf(1),0:f%Nf(2)) | :: | dWall | ||
real(kind=RP), | intent(out), | dimension(NDIM,0:f%Nf(1),0:f%Nf(2)) | :: | Vavg |