Next: Interfaces
Up: CartGrid3D
Previous: Calling Symmetry Boundary Conditions
Contents
| avoid_origin |
Scope: private |
| BOOLEAN |
| Description: Don't place grid points on the coordinate origin/axes |
|
| Range |
|
| Default: yes |
|
: |
|
|
| avoid_originx |
Scope: private |
| BOOLEAN |
| Description: Don't place grid points on the x-coordinate origin/axes |
|
| Range |
|
| Default: yes |
|
: |
|
|
| avoid_originy |
Scope: private |
| BOOLEAN |
| Description: Don't place grid points on the y-coordinate origin/axes |
|
| Range |
|
| Default: yes |
|
: |
|
|
| avoid_originz |
Scope: private |
| BOOLEAN |
| Description: Don't place grid points on the z-coordinate origin/axes |
|
| Range |
|
| Default: yes |
|
: |
|
|
| no_origin |
Scope: private |
| BOOLEAN |
| Description: DEPRECATED: Don't place grid points on the coordinate origin/axes |
|
| Range |
|
| Default: yes |
|
: |
|
|
| no_originx |
Scope: private |
| BOOLEAN |
| Description: DEPRECATED: Don't place grid points on the x-coordinate origin/axes |
|
| Range |
|
| Default: yes |
|
: |
|
|
| no_originy |
Scope: private |
| BOOLEAN |
| Description: DEPRECATED: Don't place grid points on the y-coordinate origin/axes |
|
| Range |
|
| Default: yes |
|
: |
|
|
| no_originz |
Scope: private |
| BOOLEAN |
| Description: DEPRECATED: Don't place grid points on the z-coordinate origin/axes |
|
| Range |
|
| Default: yes |
|
: |
|
|
| register_default_coordinate_systems |
Scope: private |
| BOOLEAN |
| Description: register cartnd as the default coordinate systems |
|
| |
|
| Default: yes |
| bitant_plane |
Scope: restricted |
| KEYWORD |
| Description: Plane defining bitant domain |
|
| Range |
|
| Default: xy |
|
xy |
xy-plane |
|
|
xz |
xz-plane |
|
|
yz |
yz-plane |
|
| domain |
Scope: restricted |
| KEYWORD |
| Description: Domain type |
|
| Range |
|
| Default: full |
|
octant |
Use an octant about the origin |
|
|
quadrant |
Use a quadrant in x-y plane |
|
| see [1] below |
Use a quadrant with rotation symmetry about an axis |
|
|
bitant |
Use a bitant about the x-y plane |
|
|
bitant_rotate |
Use a bitant with rotation symmetry about an axis |
|
|
full |
Use the full domain |
|
[1] quadrant\_reflect\_rotate
| dx |
Scope: restricted |
| REAL |
| Description: Coarse grid spacing in x-direction |
|
| Range |
|
| Default: 0.3 |
|
0: |
Positive |
|
| dxyz |
Scope: restricted |
| REAL |
| Description: Coarse grid spacing in x,y,z-directions |
|
| Range |
|
| Default: 0.0 |
|
0: |
Positive |
|
| dy |
Scope: restricted |
| REAL |
| Description: Coarse grid spacing in y-direction |
|
| Range |
|
| Default: 0.3 |
|
0: |
Positive |
|
| dz |
Scope: restricted |
| REAL |
| Description: Coarse grid spacing in z-direction |
|
| Range |
|
| Default: 0.3 |
|
0: |
Positive |
|
| quadrant_direction |
Scope: restricted |
| KEYWORD |
| Description: Direction defining quadrant domain |
|
| Range |
|
| Default: z |
|
x |
x-direction |
|
|
y |
y-direction |
|
|
z |
z-direction |
|
| rotation_axis |
Scope: restricted |
| KEYWORD |
| Description: Axis about which the rotation symmetry is to be applied |
|
| Range |
|
| Default: z |
|
x |
x-axis |
|
|
y |
y-axis |
|
|
z |
z-axis |
|
| symmetry_xmax |
Scope: restricted |
| BOOLEAN |
| Description: Symmetry boundary condition on upper x boundary |
|
| Range |
|
| Default: no |
|
: |
Logical |
|
| symmetry_xmin |
Scope: restricted |
| BOOLEAN |
| Description: Symmetry boundary condition on lower x boundary |
|
| Range |
|
| Default: no |
|
: |
Logical |
|
| symmetry_ymax |
Scope: restricted |
| BOOLEAN |
| Description: Symmetry boundary condition on upper y boundary |
|
| Range |
|
| Default: no |
|
: |
Logical |
|
| symmetry_ymin |
Scope: restricted |
| BOOLEAN |
| Description: Symmetry boundary condition on lower y boundary |
|
| Range |
|
| Default: no |
|
: |
Logical |
|
| symmetry_zmax |
Scope: restricted |
| BOOLEAN |
| Description: Symmetry boundary condition on upper z boundary |
|
| Range |
|
| Default: no |
|
: |
Logical |
|
| symmetry_zmin |
Scope: restricted |
| BOOLEAN |
| Description: Symmetry boundary condition on lower z boundary |
|
| Range |
|
| Default: no |
|
: |
Logical |
|
| type |
Scope: restricted |
| KEYWORD |
| Description: Grid type |
|
| Range |
|
| Default: box |
|
box |
Box grid from -0.5 to 0.5 |
|
|
byrange |
Specify min and max values |
|
|
byspacing |
Specify grid spacings |
|
|
coordbase |
Get specification from CoordBase |
|
| xmax |
Scope: restricted |
| REAL |
| Description: Coordinate maximum in x-direction |
|
| Range |
|
| Default: 1.0 |
|
: |
Anything |
|
| xmin |
Scope: restricted |
| REAL |
| Description: Coordinate minimum in x-direction |
|
| Range |
|
| Default: -1.0 |
|
: |
Anything |
|
| xyzmax |
Scope: restricted |
| REAL |
| Description: Coordinate maximum in xyz-directions |
|
| Range |
|
| Default: -424242 |
|
: |
Anything |
|
| xyzmin |
Scope: restricted |
| REAL |
| Description: Coordinate minimum in x,y,z-directions |
|
| Range |
|
| Default: -424242 |
|
: |
Anything |
|
| ymax |
Scope: restricted |
| REAL |
| Description: Coordinate maximum in y-direction |
|
| Range |
|
| Default: 1.0 |
|
: |
Anything |
|
| ymin |
Scope: restricted |
| REAL |
| Description: Coordinate minimum in y-direction |
|
| Range |
|
| Default: -1.0 |
|
: |
Anything |
|
| zmax |
Scope: restricted |
| REAL |
| Description: Coordinate maximum in z-direction |
|
| Range |
|
| Default: 1.0 |
|
: |
Anything |
|
| zmin |
Scope: restricted |
| REAL |
| Description: Coordinate minimum in z-direction |
|
| Range |
|
| Default: -1.0 |
|
: |
Anything |
|
| periodic |
Scope: shared from DRIVER |
| BOOLEAN |
| periodic_x |
Scope: shared from DRIVER |
| BOOLEAN |
| periodic_y |
Scope: shared from DRIVER |
| BOOLEAN |
| periodic_z |
Scope: shared from DRIVER |
| BOOLEAN |
Next: Interfaces
Up: CartGrid3D
Previous: Calling Symmetry Boundary Conditions
Contents
|