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.

elplastic<br />

Examples<br />

By faking a single plastic strain variable, the elplastic element can be used also as<br />

a pure postprocessing element to define variables extrapolated from the integration<br />

points. The following example works for a 2D plane strain model.<br />

el.elem = 'elplastic';<br />

el.g = {'1'};<br />

el.vars = {'foo'};<br />

el.varPairsToGpProcess = {'ex','ex_smpn',...<br />

'ey','ey_smpn',...<br />

'exy','exy_smpn'};<br />

gd.ind = {{'1'}};<br />

gd.Yield = {'0'};<br />

gd.EffStress = {'0'};<br />

gd.G = {{'0'}};<br />

gd.gporder = {'2'};<br />

el.geomdim{1} = {{},{},gd};<br />

fem.elem = [fem.elem {el}];<br />

See Also<br />

elempty<br />

102 | CHAPTER 1: COMMAND REFERENCE

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

Saved successfully!

Ooh no, something went wrong!