Syntax
[stresstensor,sVonMises]=pdestressstatic(model,result,[inputParser])
Input Parameter
model : | | pde-model (attention: modified / call by reference) |
result : | | simulation result of function pdesolvesurfaceload |
inputParser : | | see Property Names |
Property names
'FaceAlpha' : Alpha value, default is 1
'Points' : Vertex list [nx3], default is empty
'Plot' : 'on' or 'off', default is 'off'
Output Parameter
stresstensor : | | List of stress tensors |
sVonMises : | | static von-Mises stress |
Examples
Simple Load Example:
A=SGbox([100,40,40])
model=pdemodelofSG(A,5);
[result, model]=pdesolvesurfaceload(model,4,2,1e4);
pdeplotresult(model,result);
pdestressstatic(model,result);
This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21