Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Patch Struct Reference

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...
 

Detailed Description

Definition at line 112 of file hdf2plt.C.

Member Data Documentation

int boundaryCondition

Patch boundary condition number.

Definition at line 114 of file hdf2plt.C.

Referenced by readBlock().

int coupled

A flag to the external solver.

Definition at line 126 of file hdf2plt.C.

Referenced by readBlock().

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

The local block face number.

Definition at line 115 of file hdf2plt.C.

Referenced by readBlock().

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

The remote block number.

Definition at line 120 of file hdf2plt.C.

Referenced by readBlock().

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().


The documentation for this struct was generated from the following file: