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.

postplot<br />

fem.equ.c = 1; fem.equ.f = 1; fem.bnd.h = 1;<br />

fem.xmesh = meshextend(fem); fem.sol = femstatic(fem);<br />

Plot the solution as triangle color and z-height, and u.*x as contour lines<br />

postplot(fem,'tridata','u','contdata','u*x',...<br />

'triz','u','contz','u');<br />

Plot 30 streamlines for the field (-uy, x*ux) with color data u<br />

postplot(fem,'flowdata',{'-uy','x*ux'},...<br />

'flowlines',30,'flowcolordata','u')<br />

Cautionary<br />

Compatibility<br />

Some default values have changed from FEMLAB 2.3 resulting in slightly different<br />

plots.<br />

The properties contlabel, context, contorder, and tetmarker are no longer<br />

supported in FEMLAB 3.0.<br />

Properties ending with maxmin are no longer supported. To plot max/min markers,<br />

use the properties maxminsub, maxminbnd, and maxminedg to plot markers on<br />

subdomains, boundaries, and edges, respectively.<br />

The support for outputs from posteval as Post spec, has only a limited support and<br />

is not recommended.<br />

The properties starting with Princ are added in FEMLAB 3.1.<br />

The property contlabel is added in <strong>COMSOL</strong> Multiphysics 3.2a.<br />

See Also<br />

geomplot, meshplot, postanim, postarrow, postarrowbnd, postcont,<br />

postcrossplot, posteval, postflow, postiso, postlin, postmovie,<br />

postprinc, postprincbnd, postslice, postsurf, posttet<br />

367

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

Saved successfully!

Ooh no, something went wrong!