21.01.2015 Views

COMSOL Multiphysics™

COMSOL Multiphysics™

COMSOL Multiphysics™

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

geomarrayr<br />

Purpose<br />

geomarrayr<br />

Create rectangular array of geometry objects.<br />

Syntax<br />

Description<br />

cg1 = geomarrayr(g1,dx)<br />

cg1 = geomarrayr(g1,dx,n)<br />

cg2 = geomarrayr(g2,dx,dy)<br />

cg2 = geomarrayr(g2,dx,dy,n)<br />

cg2 = geomarrayr(g2,dx,dy,nx,ny)<br />

cg3 = geomarrayr(g3,dx,dy,dz)<br />

cg3 = geomarrayr(g3,dx,dy,dz,n)<br />

cg3 = geomarrayr(g3,dx,dy,dz,nx,ny,nz)<br />

cg1 = geomarrayr(g1,dx) distributes copies of the 1D geometry object g1 with<br />

absolute displacements, dx with respect to geometry object g1. cg1 is a cell array<br />

with the distributed geometry objects. The cg1 cell array has the same size as dx.<br />

cg1 = geomarrayr(g1,dx,n) distributes copies of the 1D geometry object g1, n<br />

times with the relative scalar displacements dx.<br />

cg2 = geomarrayr(g2,dx,dy) distributes copies of the 2D geometry object g2<br />

with absolute displacements, dx and dy with respect to geometry object g2. The<br />

displacements dx and dy are matrices of equal size. cg2 is a cell array with the<br />

distributed geometry objects. The cg2 cell array has the same size as dx and dy.<br />

cg2 = geomarrayr(g2,dx,dy,n) distributes copies of the 2D geometry object g2,<br />

n times with the relative scalar displacements dx and dy.<br />

cg2 = geomarrayr(g2,dx,dy,nx,ny) distributes copies of the 2D geometry<br />

object g2, nx and ny times in corresponding directions, with the relative<br />

displacements dx and dy. The geometry g2 is included as the first item in the output<br />

cell array cg2.<br />

cg3 = geomarrayr(g3,dx,dy,dz) distributes copies of the geometry object g3<br />

with absolute displacements, dx, dy and dz with respect to geometry object g3. The<br />

displacements dx, dy and dz are matrices of equal size. cg3 is a cell array with the<br />

distributed geometry objects. The cg3 cell array has the same size as dx, dy and dz.<br />

cg3 = geomarrayr(g3,dx,dy,dz,n) distributes copies of the geometry object<br />

g3, n times with the relative scalar displacements dx, dy and dz.<br />

cg3 = geomarrayr(g3,dx,dy,dz,nx,ny,nz) distributes copies of the geometry<br />

object g3, nx, ny, and nz times in corresponding directions, with the relative<br />

displacements dx, dy and dz. The geometry g3 is included as the first item in the<br />

output cell array cg3.<br />

202 | CHAPTER 1: COMMAND REFERENCE

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!