21.01.2015 Views

COMSOL Multiphysics™

COMSOL Multiphysics™

COMSOL Multiphysics™

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

meshembed<br />

Purpose<br />

meshembed<br />

Embed a 2D mesh object as a 3D mesh object.<br />

Syntax<br />

Description<br />

fem1 = meshembed(fem0,...)<br />

[mesh,geom]= meshembed(fem,’Out’,{’mesh’,’geom’},...)<br />

fem1 = meshembed(fem0,...) embeds the 2D geometry object in fem0.geom<br />

and the 2D mesh object in fem0.mesh, as a 3D geometry object and a 3D mesh<br />

object stored in fem1.geom and fem1.mesh, respectively.<br />

[geom,mesh]= meshembed(fem,’Out’,{’geom’,’mesh’},...) returns the<br />

embedded 3D geometry object in geom and the embedded 3D mesh object in mesh.<br />

Valid property/value pairs for the meshembed function are given in the following<br />

table. In addition, all embed parameters are supported and are passed to embed for<br />

creating the embedded 3D geometry object.<br />

PROPERTY VALUES DEFAULT DESCRIPTION<br />

Mcase integer 0 Mesh case number<br />

Out fem | mesh | geom fem Output variables<br />

Embedding a 2D mesh object as a 3D mesh object, the 2D vertex elements, the 2D<br />

boundary elements, the 2D triangular elements, and the 2D quadrilateral elements,<br />

are embedded as 3D vertex elements, 3D edge elements, 3D triangular boundary<br />

elements, and 3D quadrilateral boundary elements, respectively.<br />

See also<br />

embed, meshextrude, meshrevolve, femmesh<br />

255

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

Saved successfully!

Ooh no, something went wrong!