61 lines
4.2 KiB
HTML
61 lines
4.2 KiB
HTML
<html><head><title>FEM CalculiX/ru</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>FEM CalculiX/ru</h1></div>
|
|
|
|
<div id="mw-content-text" lang="ru" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
|
|
<ul>
|
|
<li class="toclevel-1 tocsection-1"><a href="#Preface"><span class="tocnumber">1</span> <span class="toctext">Preface</span></a></li>
|
|
<li class="toclevel-1 tocsection-2"><a href="#Interface"><span class="tocnumber">2</span> <span class="toctext">Interface</span></a>
|
|
<ul>
|
|
<li class="toclevel-2 tocsection-3"><a href="#Preprocessing_interface"><span class="tocnumber">2.1</span> <span class="toctext">Preprocessing interface</span></a>
|
|
<ul>
|
|
<li class="toclevel-3 tocsection-4"><a href="#FEM_Elements"><span class="tocnumber">2.1.1</span> <span class="toctext">FEM Elements</span></a></li>
|
|
<li class="toclevel-3 tocsection-5"><a href="#Analysis"><span class="tocnumber">2.1.2</span> <span class="toctext">Analysis</span></a></li>
|
|
<li class="toclevel-3 tocsection-6"><a href="#Materials"><span class="tocnumber">2.1.3</span> <span class="toctext">Materials</span></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toclevel-2 tocsection-7"><a href="#Postprocessing_interface"><span class="tocnumber">2.2</span> <span class="toctext">Postprocessing interface</span></a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<h3><span class="mw-headline" id="Preface">Preface</span></h3>
|
|
<p>This page collects all informations about the current solver used by FreeCAD's <a href="FEM_Module.html" title="FEM Module">FEM Module</a>. The interface between the solver and FreeCAD in pre- as well as post processing is also described. At the moment (Begin 2016 and FreeCAD 0.16dev) the only supported solver by the FEM Module is [<a rel="nofollow" class="external text" href="http://www.calculix.de/">CalculiX</a>]. Depending on the operating system you are working with you need to install CalculiX first. Check out [FEM Install].
|
|
</p>
|
|
<h3><span class="mw-headline" id="Interface">Interface</span></h3>
|
|
<p>Interaction between FEM Module and CalculiX is done by text files. The FEM Module writes a CalculiX input file, starts CalculiX, logs the output of CalculiX and read the output files of CalculiX if they are available. The <a href="FEM_SolverControl.html" title="FEM SolverControl">FEM Control Solver</a> tool manages the whole process. User interaction in the process is possible.
|
|
</p>
|
|
<h4><span class="mw-headline" id="Preprocessing_interface">Preprocessing interface</span></h4>
|
|
<p>CalculiX uses abaqus input file format. The input file could be edited before the solver is started. The units used in the CalculiX input file are independet from the units used in FreeCAD. They will be mm and N. (ToDo: check this. What happens with the mesh if inch is used in FreeCAD. Density was introduced. With this we have kg and s and no longer N?! how about this !?!)
|
|
</p><p>The FEM Module - CalculiX interface supports the following objects:
|
|
</p>
|
|
<h5><span class="mw-headline" id="FEM_Elements">FEM Elements</span></h5>
|
|
<ul><li> Tet4 and Tet10</li>
|
|
<li> S3 and S6 </li>
|
|
<li> B31 and B32</li>
|
|
<li> see <a href="FEM_Mesh_CalculiX.html" title="FEM Mesh CalculiX">FEM_Mesh_CalculiX</a></li></ul>
|
|
<h5><span class="mw-headline" id="Analysis">Analysis</span></h5>
|
|
<ul><li> linear static analysis</li>
|
|
<li> Frequency analysis</li>
|
|
<li> Coupled thermal structural analysis</li></ul>
|
|
<h5><span class="mw-headline" id="Materials">Materials</span></h5>
|
|
<ul><li> one linear elastic isotropic (uniformity in all directions) material</li>
|
|
<li> multiple material is in development</li></ul>
|
|
<h4><span class="mw-headline" id="Postprocessing_interface">Postprocessing interface</span></h4>
|
|
<p>read resulting stress (Von Mises) and all displacement
|
|
</p>
|
|
<div style="clear:both"></div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div><div class="printfooter">
|
|
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=FEM_CalculiX/ru&oldid=229427">http://www.freecadweb.org/wiki/index.php?title=FEM_CalculiX/ru&oldid=229427</a>"</div>
|
|
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
|
|
</div>
|
|
</div>
|
|
<div id="mw-navigation">
|
|
<h2>Navigation menu</h2>
|
|
|
|
</body></html> |