Public Attributes | |
int | boundaryCondition |
Patch boundary condition number. More... | |
int | localBlockFaceNumer |
The local block face number. More... | |
int | L1BEGIN |
The local patch l1 begin coordinate. More... | |
int | L1END |
The local patch l1 end coordinate. More... | |
int | L2BEGIN |
The local patch l2 begin coordinate. More... | |
int | L2END |
The local patch l2 end coordinate. More... | |
int | remoteBlockNumber |
The remote block number. More... | |
int | remoteBlockFaceNumber |
The remote block face number that is connecting with this block. More... | |
int | remoteL1BEGIN |
The remote block's patch l1 begin coordinate. More... | |
int | remoteL1END |
The remote block's patch l1 end coordinate. More... | |
int | remoteL2BEGIN |
The remote block's patch l2 begin coordinate. More... | |
int | remoteL2END |
The remote block's patch l2 end coordinate. More... | |
int | coupled |
A flag to the external solver. More... | |
int boundaryCondition |
Patch boundary condition number.
Definition at line 114 of file hdf2plt.C.
Referenced by readBlock().
int coupled |
int L1BEGIN |
The local patch l1 begin coordinate.
Definition at line 116 of file hdf2plt.C.
Referenced by readBlock().
int L1END |
The local patch l1 end coordinate.
Definition at line 117 of file hdf2plt.C.
Referenced by readBlock().
int L2BEGIN |
The local patch l2 begin coordinate.
Definition at line 118 of file hdf2plt.C.
Referenced by readBlock().
int L2END |
The local patch l2 end coordinate.
Definition at line 119 of file hdf2plt.C.
Referenced by readBlock().
int localBlockFaceNumer |
int remoteBlockFaceNumber |
The remote block face number that is connecting with this block.
Definition at line 121 of file hdf2plt.C.
Referenced by readBlock().
int remoteBlockNumber |
int remoteL1BEGIN |
The remote block's patch l1 begin coordinate.
Definition at line 122 of file hdf2plt.C.
Referenced by readBlock().
int remoteL1END |
The remote block's patch l1 end coordinate.
Definition at line 123 of file hdf2plt.C.
Referenced by readBlock().
int remoteL2BEGIN |
The remote block's patch l2 begin coordinate.
Definition at line 124 of file hdf2plt.C.
Referenced by readBlock().
int remoteL2END |
The remote block's patch l2 end coordinate.
Definition at line 125 of file hdf2plt.C.
Referenced by readBlock().