.. $Id$  -*- rst -*-
.. pyformex reference manual --- fe_abq
.. CREATED WITH py2rst.py: DO NOT EDIT

.. include:: ../defines.inc
.. include:: ../links.inc

.. _sec:ref-fe_abq:

:mod:`fe_abq` --- An interface to write Finite Element models in Abaqus input file format.
==========================================================================================

.. automodule:: fe_abq
   :synopsis: An interface to write Finite Element models in Abaqus input file format.



   .. autoclass:: Step


      Step objects have the following methods:

      .. automethod:: write(fil,propDB,out=[],res=[],resfreq=1,timemarks=False)

   .. autoclass:: Output


      Output objects have the following methods:

      .. automethod:: fmt()

   .. autoclass:: Result


      Result objects have the following methods:


   .. autoclass:: AbqData


      AbqData objects have the following methods:

      .. automethod:: write(jobname=None,group_by_eset=True,group_by_group=False,header='')

**Functions defined in the module fe_abq**

   .. autofunction:: abqInputNames(job)
   .. autofunction:: nsetName(p)
   .. autofunction:: esetName(p)
   .. autofunction:: fmtHeading(text='')
   .. autofunction:: fmtMaterial(mat)
   .. autofunction:: fmtTransform(setname,csys)
   .. autofunction:: fmtFrameSection(el,setname)
   .. autofunction:: fmtGeneralBeamSection(el,setname)
   .. autofunction:: fmtBeamSection(el,setname)
   .. autofunction:: fmtConnectorSection(el,setname)
   .. autofunction:: fmtConnectorBehavior(fil,name)
   .. autofunction:: fmtShellSection(el,setname,matname)
   .. autofunction:: fmtSurface(prop)
   .. autofunction:: fmtSurfaceInteraction(prop)
   .. autofunction:: fmtGeneralContact(prop)
   .. autofunction:: fmtContactPair(prop)
   .. autofunction:: fmtOrientation(prop)
   .. autofunction:: writeNodes(fil,nodes,name='Nall',nofs=1)
   .. autofunction:: writeElems(fil,elems,type,name='Eall',eid=None,eofs=1,nofs=1)
   .. autofunction:: writeSet(fil,type,name,set,ofs=1)
   .. autofunction:: writeSection(fil,prop)
   .. autofunction:: writeBoundaries(fil,prop,op='MOD')
   .. autofunction:: writeDisplacements(fil,prop,op='MOD')
   .. autofunction:: writeCloads(fil,prop,op='NEW')
   .. autofunction:: writeDloads(fil,prop,op='NEW')
   .. autofunction:: writeDsloads(fil,prop,op='NEW')
   .. autofunction:: writeAmplitude(fil,prop)
   .. autofunction:: writeNodeOutput(fil,kind,keys,set='Nall')
   .. autofunction:: writeNodeResult(fil,kind,keys,set='Nall',output='FILE',freq=1,globalaxes=False,lastmode=None,summary=False,total=False)
   .. autofunction:: writeElemOutput(fil,kind,keys,set='Eall')
   .. autofunction:: writeElemResult(fil,kind,keys,set='Eall',output='FILE',freq=1,pos=None,summary=False,total=False)
   .. autofunction:: writeFileOutput(fil,resfreq=1,timemarks=False)
   .. autofunction:: writeModelProps(fil,prop)

   
.. moduleauthor:: pyFormex project (http://pyformex.org)

.. End

