modelRegion
Base model for a 3D array of subregions
Information
If Lx is an empty vector (e.g., zeros(0),
ones(0), or fill(1, 0)), then there are no
subregions along the x axis and the boundaries along the x axis are
directly connected. The same applies to the other axes.
Parameters
| Type | Name | Default | Description |
| Integer | n_x | size(L_x, 1) | Number of sets of subregions along the x axis |
| Integer | n_y | size(L_y, 1) | Number of sets of subregions along the y axis |
| Integer | n_z | size(L_z, 1) | Number of sets of subregions along the z axis |
| Q.Length[Axis] | L | {sum(L_x), sum(L_y), sum(L_z)} | Length |
| Q.Area[Axis] | A | {L[cartWrap(axis + 1)]*L[cartWrap(axis + 2)] for axis in Axis} | Cross-sectional areas |
| Q.Volume | V | product(L) | Volume |
| Geometry |
| Q.Length[:] | L_x | {U.cm} | Lengths along the x axis |
| Q.Length[:] | L_y | {U.cm} | Lengths along the y axis |
| Q.Length[:] | L_z | {U.cm} | Lengths across the z axis |
| Assumptions › Included transport axes |
| Boolean | inclTransX | true | X |
| Boolean | inclTransY | true | Y |
| Boolean | inclTransZ | true | Z |
Components
| Type | Name | Default | Description |
| Subregion[n_x,n_y,n_z] | subregions | | Instances of the subregion model |
Contents
| Name | Description |
Subregion | |