Syntax
[result,model]=pdesolvesurfaceload(model,[fixfacet,loadfacet,loadvec])
Input Parameter
model : | | pdemodel created by pdemodelofSG |
fixfacet : | | list of facet that are fixed |
loadfacet : | | list of faces that are loaded |
loadvec : | | direction of load |
Property names
'FixedFaceIndices' : list of facet that are fixed
'LoadFaceIndices' : list of faces that are loaded
'Load' : direction of load
Output Parameter
result : | | simulation result |
model : | | simulated model; called by reference! |
Examples
Displacement of a bracket with hole
A=SGreadSTL(which('BracketWithHole.stl'),1000)
SGfigure; FSplot(A), view(30,30)
model=pdemodelofSG(A)
pdesolvesurfaceload(model,3,9,1e3)
pdesolvesurfaceload(model,'FixedFaceIndices',3,'LoadFaceIndices',9,'Load',1e3)
Copyright 2017-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. 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