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.

femsolver<br />

PROBE PLOT PARAMETERS<br />

Properties to the time-dependent solver and the parametric solver:<br />

PROPERTY NAME PROPERTY VALUE DESCRIPTION<br />

plotglobal<br />

plotglobalpar<br />

plotint<br />

plotintpar<br />

plotinterp<br />

plotinterppar<br />

String or cell array of<br />

strings<br />

Cell array or cell<br />

array of cell arrays<br />

String or cell array of<br />

strings<br />

Cell array or cell<br />

array of cell arrays<br />

String or cell array of<br />

strings<br />

Cell array or cell<br />

array of cell arrays<br />

Global plot expressions<br />

Property/values to<br />

postglobaleval<br />

Integration plot expressions<br />

Property/values to postint<br />

Probe plot expressions<br />

Property/values to<br />

postinterp<br />

The properties plotglobalpar, plotinpar, and plotinterppar must be a cell<br />

array containing property/values to the corresponding evaluating function<br />

postglobaleval, postint, and postinterp, respectively. In addition, the<br />

property title can be specified. Also, plotinterppar must contain the property<br />

probecoord with the value being an sdim-by-n coordinate matrix. If, for example,<br />

plotint is a cell array of expressions to plot, plotintpar can either be a cell array<br />

of property/values, or, if different property/values are to be specified for the<br />

different expressions, a cell array of cell arrays of property/values.<br />

An example of a femstatic call for a parametric problem specifying one global<br />

expression, one interpolation expression, and two integration expressions.<br />

fem.sol = femstatic(fem, ...<br />

'solcomp',{}, ...<br />

'outcomp',{}, ...<br />

'plotglobal',{'w1','w2'}, ...<br />

'plotglobalpar',{'phase',pi,'title','Global'}, ...<br />

'plotinterp','u', ...<br />

'plotinterppar',{'probecoord',[0.1; 0.2]}, ...<br />

'plotint',{'u','ux','uy'}, ...<br />

'plotintpar',{{'phase',0, 'edim',0,'dl',4}, ...<br />

{'phase',pi,'edim',1,'intorder',5},...<br />

{'phase',pi,'edim',2,'dl',[3,6,7]}});<br />

151

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

Saved successfully!

Ooh no, something went wrong!