Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=LINE_LENGTH), | public | :: | resultName | ||||
integer, | public | :: | nPoints | ||||
type(VTK2D_t), | public | :: | x | ||||
type(VTK2D_t), | public | :: | U | ||||
type(VTK1D_t), | public | :: | p | ||||
type(VTK1D_t), | public | :: | rho | ||||
real(kind=RP), | public, | ALLOCATABLE | :: | Q(:,:) | |||
real(kind=RP), | public | :: | Re | ||||
real(kind=RP), | public | :: | Mach | ||||
real(kind=RP), | public | :: | rhoRef | ||||
real(kind=RP), | public | :: | VRef | ||||
real(kind=RP), | public | :: | pRef | ||||
real(kind=RP), | public | :: | TRef |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VTKResult_t) | :: | self | ||||
character(len=*), | intent(in) | :: | VTKfile | |||
real(kind=RP), | intent(in) | :: | Ref(4) |