Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:general:cmdsprelim

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
doc:user:general:cmdsprelim [2013/07/12 15:45] – created jorisdoc:user:general:cmdsprelim [2015/01/07 14:45] boman
Line 1: Line 1:
 +====== Preliminary commands ======
  
 +Here is a list of commands that are found in most input files.
 +
 +Importation of relevant Python modules:
 +
 +  from wrap import *  # import C++/Python interface of Metafor
 +  import math         # import Python math module (to use ''math.sin'' for example)
 +
 +Creation of an analysis ''metafor'' and access to the domain:
 +
 +  metafor = Metafor()
 +  domain = metafor.getDomain()
 +
 +Configuration of geometry:
 +
 +  geometry = domain.getGeometry()
 +  geometry.setDim3D()             # 3D modelling
 +  geometry.setDimPlaneStrain()    # 2D modelling in plane strain (thickness = 1.0)
 +  geometry.setDimAxisymmetric()   # 2D axisymmetric modelling (thickness = 1 radian)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki