2004-06-18 14:55:35 +06:00
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
< html >
< head >
< title > Introduction to SMESH< / title >
2005-11-28 14:57:47 +05:00
< meta http-equiv = "content-type" content = "text/html; charset=windows-1252" >
< meta name = "generator" content = "RoboHelp by eHelp Corporation www.ehelp.com" >
< link rel = "stylesheet" href = "../default_ns.css" > < script type = "text/javascript" language = "JavaScript" title = "WebHelpSplitCss" >
2004-06-18 14:55:35 +06:00
<!--
if (navigator.appName !="Netscape")
{ document.write("< link rel = 'stylesheet' href = '../default.css' > ");}
//-->
< / script >
< style type = "text/css" >
<!--
2005-11-28 14:57:47 +05:00
img_whs1 { border:none; width:30px; height:30px; float:none; border-style:none; }
ul.whs2 { list-style:disc; }
ul.whs3 { list-style:circle; }
p.whs4 { margin-left:40px; }
img_whs5 { border:none; width:472px; height:355px; float:right; }
p.whs6 { margin-left:40px; font-weight:bold; }
2004-06-18 14:55:35 +06:00
-->
2005-11-28 14:57:47 +05:00
< / style > < script type = "text/javascript" language = "JavaScript" title = "WebHelpInlineScript" >
2004-06-18 14:55:35 +06:00
<!--
function reDo() {
if (innerWidth != origWidth || innerHeight != origHeight)
location.reload();
}
if ((parseInt(navigator.appVersion) == 4) & & (navigator.appName == "Netscape")) {
origWidth = innerWidth;
origHeight = innerHeight;
onresize = reDo;
}
onerror = null;
//-->
< / script >
< style type = "text/css" >
<!--
2005-11-28 14:57:47 +05:00
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
2004-06-18 14:55:35 +06:00
-->
2005-11-28 14:57:47 +05:00
< / style > < script type = "text/javascript" language = "javascript1.2" src = "../whmsg.js" > < / script >
2004-06-18 14:55:35 +06:00
< script type = "text/javascript" language = "javascript" src = "../whver.js" > < / script >
< script type = "text/javascript" language = "javascript1.2" src = "../whproxy.js" > < / script >
< script type = "text/javascript" language = "javascript1.2" src = "../whutils.js" > < / script >
< script type = "text/javascript" language = "javascript1.2" src = "../whtopic.js" > < / script >
< / head >
2005-11-28 14:57:47 +05:00
< body > < script type = "text/javascript" language = "javascript1.2" >
2004-06-18 14:55:35 +06:00
<!--
if (window.gbWhTopic)
{
if (window.addTocInfo)
{
2005-11-28 14:57:47 +05:00
addTocInfo("MESH module\nIntroduction to MESH");
2004-06-18 14:55:35 +06:00
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");
}
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage)
{
2004-12-01 15:48:31 +05:00
setRelStartPage("../smesh.htm");
2004-06-18 14:55:35 +06:00
2005-11-28 14:57:47 +05:00
autoSync(1);
2004-06-18 14:55:35 +06:00
sendSyncInfo();
sendAveInfoOut();
}
}
else
2005-11-28 14:57:47 +05:00
if (window.gbIE4)
document.location.reload();
2004-06-18 14:55:35 +06:00
//-->
< / script >
2005-11-28 14:57:47 +05:00
< h1 > Introduction to MESH< / h1 >
2004-06-18 14:55:35 +06:00
2005-11-28 14:57:47 +05:00
< p > < img src = "../i_blue.jpg" x-maintain-ratio = "TRUE" width = "30px" height = "30px" border = "0" class = "img_whs1" > < span style = "font-weight: bold;" > < B > MESH< / B > < / span > module of
2004-06-18 14:55:35 +06:00
SALOME is destined for: < / p >
< p > < / p >
< ul type = "disc" class = "whs2" >
< li class = kadov-p > < p > import and export of meshes in MED format,< / p > < / li >
< li class = kadov-p > < p > meshing geometrical models previously created
2005-11-28 14:57:47 +05:00
or imported by the GEOM component. MESH module allows to apply 1D, 2D,
2004-06-18 14:55:35 +06:00
3D meshing algorithms and a set of hypotheses:< / p > < / li >
< ul type = "circle" class = "whs3" >
< li class = kadov-p > < p > Local length< / p > < / li >
< li class = kadov-p > < p > Number of segments< / p > < / li >
< li class = kadov-p > < p > Max Element Area< / p > < / li >
< li class = kadov-p > < p > Max Element Volume< / p > < / li >
< / ul >
< li class = kadov-p > < p > modification of locally generated meshes by< / p > < / li >
< ul type = "circle" class = "whs3" >
< li class = kadov-p > < p > Addition/deletion of nodes and elements< / p > < / li >
< li class = kadov-p > < p > Moving nodes and elements< / p > < / li >
< / ul >
< li class = kadov-p > < p > grouping mesh elements and performing operations
on these groups < / p > < / li >
< li class = kadov-p > < p > quality control of meshes basing on a set of definite
criteria -< / p > < / li >
< / ul >
2005-11-28 14:57:47 +05:00
< p class = "whs4" > < img src = "../image7.jpg" x-maintain-ratio = "TRUE" width = "472px" height = "355px" align = "right" border = "0" class = "img_whs5" > < / p >
< p class = "whs6" > < / p >
2004-06-18 14:55:35 +06:00
2005-11-28 14:57:47 +05:00
< p class = "whs6" > for edges:< / p >
2004-06-18 14:55:35 +06:00
< p class = "whs4" > < / p >
< ul type = "disc" class = "whs2" >
< ul type = "circle" class = "whs3" >
< li class = kadov-p > < p > Length of edges < / p > < / li >
< li class = kadov-p > < p > Borders at multi-connections< / p > < / li >
< li class = kadov-p > < p > Free borders< / p > < / li >
< / ul >
< / ul >
< p class = "whs4" > < / p >
2005-11-28 14:57:47 +05:00
< p class = "whs6" > for faces:< / p >
2004-06-18 14:55:35 +06:00
< p class = "whs4" > < / p >
< ul type = "disc" class = "whs2" >
< ul type = "circle" class = "whs3" >
2005-11-28 14:57:47 +05:00
< li class = kadov-p > < p > Area < / p > < / li >
< li class = kadov-p > < p > Free edges< / p > < / li >
< li class = kadov-p > < p > Borders at multi-connection 2D< / p > < / li >
< li class = kadov-p > < p > Length 2D< / p > < / li >
2004-06-18 14:55:35 +06:00
< li class = kadov-p > < p > Minimum angle< / p > < / li >
< li class = kadov-p > < p > Taper< / p > < / li >
< li class = kadov-p > < p > Aspect Ratio< / p > < / li >
2005-11-28 14:57:47 +05:00
< li class = kadov-p > < p > Warping < / p > < / li >
< li class = kadov-p > < p > Skew< / p > < / li >
< / ul >
< / ul >
< p > < / p >
< p class = "whs6" > for solids:< / p >
< p class = "whs6" > < / p >
< ul type = "disc" class = "whs2" >
< ul type = "circle" class = "whs3" >
2004-06-18 14:55:35 +06:00
2005-11-28 14:57:47 +05:00
< li class = kadov-p > < p > Aspect ratio 3D< / p > < / li >
2004-06-18 14:55:35 +06:00
< / ul >
< / ul >
< p > < / p >
< p > < / p >
< script type = "text/javascript" language = "javascript1.2" >
<!--
if (window.writeIntopicBar)
writeIntopicBar(0);
//-->
< / script >
< / body >
< / html >