FeResPost Web Site                     FeResPost Online User Manual

Chapter III.2
Samcef Preferences

Most methods peculiar to the post-processing of Samcef finite element Results and models are defined in class “SamcefDb” that inherits the “DataBase” class. This class is described in section III.2.1.

Table III.2.1The different methods that have been defined in “SamcefDb” class. See also the methods defined in generic DataBase class (Table I.1.1). Methods marked with “(s)” are singleton methods.



(FeResPost list of classes is given in Table 1 page 27.)



(See also methods in generic DataBase class.)



Method NameDescription Example



Creation and initialization methods



new (s) III.2.1 III.2.1



initialize III.2.1



Reading model or Results



readSamcefDat III.2.1.1



readDesFac III.2.1.4



readDesFac2H III.2.1.4



desFacResetFlags (s) III.2.1.4



desFacSetFlag (s) III.2.1.4



desFacUnsetFlag (s) III.2.1.4



desFacGetFlag (s) III.2.1.4



enableSamcefResCodes (s)III.2.1.4



disableSamcefResCodes (s)III.2.1.4



attachDesFac III.2.1.5



detachDesFac III.2.1.5



getNbrAttachments III.2.1.5



getAttachmentNames III.2.1.5



checkAttachmentExists III.2.1.5



removeAllAttachments III.2.1.5



getAttachmentLcInfos III.2.1.5



getAttachmentNbrLoadCases III.2.1.5



getAttachmentLcNames III.2.1.5



getAttachmentLcScNames III.2.1.5



getAttachmentLcScResNames III.2.1.5



getAttachmentNbrLayers III.2.1.5



getAttachmentLayerIds III.2.1.5



getAttachmentLayerNames III.2.1.5



getAttachmentNbrSubLayers III.2.1.5



getAttachmentSubLayerIds III.2.1.5



getAttachmentSubLayerNames III.2.1.5



getAttachmentNbrSubCases III.2.1.5



getAttachmentScNames III.2.1.5



getAttachmentNbrResults III.2.1.5



getAttachmentResIds III.2.1.5



getAttachmentResNames III.2.1.5



getAttachmentResults III.2.1.5



getAttachmentResultsCombili III.2.1.5



setStorageBufferMaxCapacity (s)III.2.1.5



getStorageBufferMaxCapacity (s)III.2.1.5



Coordinate system methods



getCoordSysCopy III.2.1.2



addCoordSys III.2.1.2



makeAllCoordSysWrt0 III.2.1.2



Group manipulation methods



getNodesAssociatedToElements III.2.1.3



getNodesAssociatedToRbes III.2.1.3



getElementsAssociatedToNodes III.2.1.3



getElementsAssociatedToMaterials III.2.1.3



getRbesAssociatedToMaterials III.2.1.3



getElementsAssociatedToPlies III.2.1.3



getElementsAssociatedToLaminatesIII.2.1.3



getElementsAssociatedToAttr1s III.2.1.3



getElementsAssociatedToAttr2s III.2.1.3



Generation of additional Results



generateShellOffsetsResult III.2.1.7



Iterators



each_coordSysId III.2.1.8



each_elemId III.2.1.8



each_nodeId III.2.1.8



each_materialId III.2.1.8



each_samcefPlyId III.2.1.8



each_samcefLaminateId III.2.1.8



each_samcefMatIdName III.2.1.8



each_samcefMatNameId III.2.1.8



each_nodeOfElement III.2.1.8



each_cornerNodeOfElementIII.2.1.8



Methods added to “Post” module



readGroupsFromSamcefDat III.2.3



Other methods



getNodeRcId III.2.1.9



getNodeAcId III.2.1.9



getNodeCoords III.2.1.9



Attributes



NbrRbes III.2.1.10






 III.2.1 “SamcefDb” class
  III.2.1.1 Reading Samcef models
  III.2.1.2 “CoordSys” methods
  III.2.1.3 Construction of Groups by association operations
  III.2.1.4 Methods related to Results importation
  III.2.1.5 Attaching “DES/FAC” files to a Samcef DataBase
  III.2.1.6 GMSH outputs
  III.2.1.7 Production of additional Results
  III.2.1.8 Iterators
  III.2.1.9 Other methods
  III.2.1.10 Attributes
 III.2.2 Samcef Results characteristics
  III.2.2.1 General Results
  III.2.2.2 Composite Results
 III.2.3 Methods defined in “Post” module